The cipher.setAAD() method is used in Node.js to set the additional authenticated data (AAD) for an encrypt/decrypt stream. The AAD is a chunk of data… Read More
Tag Archives: Node.js-crypto-module
Node.js is a cross-platform, open-source back-end JavaScript runtime environment that uses the V8 engine to execute JavaScript code outside of a web browser. Node.js allows… Read More
Node.js is a cross-platform, open-source back-end JavaScript runtime environment that uses the V8 engine to execute JavaScript code outside of a web browser. Node.js allows… Read More
Node.js is a cross-platform, open-source back-end JavaScript runtime environment that uses the V8 engine to execute JavaScript code outside of a web browser. Node.js allows… Read More
In this article, we will explore the crypto module and what are its uses in Node.js. NodeJS supports a large number of third-party modules. These… Read More
Node.js is an open-source and cross-platform runtime environment built on Chrome’s V8 JavaScript engine for executing JavaScript code outside of a browser. Node.js supports a… Read More
The ecdh.computeSecret() method is an inbuilt application programming interface of class ECDH within the crypto module which is used to create the shared secret using… Read More
The ecdh.getPublicKey() method is an inbuilt application programming interface of class ECDH within the crypto module which is used to set the public key of… Read More
The ecdh.getPrivateKey() method is an inbuilt application programming interface of class ECDH within the crypto module which is used to get the private key of… Read More
The ecdh.getPrivateKey() method is an inbuilt application programming interface of class ECDH within the crypto module which is used to set the private key of… Read More
The ecdh.getPublicKey() method is an inbuilt application programming interface of class ECDH within the crypto module which is used to get the public key of… Read More
The ecdh.generateKeys() method is an inbuilt application programming interface of class ECDH within the crypto module which is used to generate private and public key… Read More
The diffieHellman.setPrivateKey() method is an inbuilt application programming interface of class DiffieHellman (dh) within the crypto module which is used to set the private key… Read More
The diffieHellman.setPublicKey() method is an inbuilt application programming interface of class DiffieHellman (dh) within the crypto module which is used to set the public key… Read More
The diffieHellman.getPublicKey() method is an inbuilt application programming interface of class DiffieHellman within the crypto module which is used to return the public key of… Read More