You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js object hash library with properties/arrays sorting to provide constant hashes. It also provides a method that returns sorted object strings that can be used for object comparison without hashes.
Movie Ticket Booking Management System is a Node.js application that demonstrates the use of multiple built-in Node.js modules by implementing a simple movie ticket booking server. The application allows users to book movie tickets, store booking details in files, stream booking reports, view system information, verify domain IP addresses, demonstr
Node crypto helpers implemented for real: AES-256-GCM encrypt/decrypt with a portable payload format, scrypt key derivation, timing-safe HMAC-SHA256 sign/verify, and RSA-OAEP encrypt/decrypt with a key-pair generator.