Run ❯
Get your own website
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
const crypto = require('crypto'); // Create a SHA-256 hash of a string const hash = crypto.createHash('sha256') .update('Hello, Node.js!') .digest('hex'); console.log('SHA-256 Hash:', hash);
SHA-256 Hash: 4695813a8d1ade632d4bcf74d2e58e296883db03306149e8c78f2de0886ef665