Crypto module

javascript

Hashing Password with SHA-256 using 'crypto' module

This Node.js code uses the 'crypto' module to create a SHA-256 hash of a password ('mypassword')...