Node.js Crypto Complete Reference
The crypto module handles cryptographic functionality. Cryptography is an important aspect when we deal with network security. ‘Crypto’ means secret or hidden. Cryptography is the science of secret writing with the intention of keeping the data secret.
The Complete List of crypto module are listed below:
- Node.js cipher.final() Method
- Node.js cipher.update() Method
- Node.js crypto.getCiphers() Method
- Node.js crypto.createECDH() Method
- Node.js crypto.createDecipheriv() Method
- Node.js crypto.createCipheriv() Method
- Node.js crypto.getDiffieHellman() Method
- Node.js crypto.pbkdf2() Method
- Node.js crypto.createHash() Method
- Node.js crypto.createHmac() Method
- Node.js crypto.randomBytes() Method
- Node.js crypto.publicDecrypt() Method
- Node.js crypto.pbkdf2Sync() Method
- Node.js crypto.getCurves() Method
- Node.js crypto.getHashes() Method
- Node.js crypto.createSign() Method
- Node.js crypto.createVerify() Method
- Node.js crypto.createDiffieHellmanGroup() Method
- Node.js crypto.createDiffieHellman(primeLength, generator) Method
- Node.js crypto.privateDecrypt() Method
- Node.js crypto.createDiffieHellman(prime, primeEncoding, generator, generatorEncoding) Method
- Node.js crypto.generateKeyPair() Method
- Node.js crypto.publicEncrypt() Method
- Node.js crypto.generateKeyPairSync() Method
- Node.js crypto.randomFillSync() Method
- Node.js crypto.randomFill() Method
- Node.js crypto.scrypt() Method
- Node.js crypto.privateEncrypt() Method
- Node.js script.createCachedData() Method
- Node.js decipher.update() Method
- Node.js decipher.final() Method