crypto.getCiphers()
Returns an array with the names of the supported cipher algorithms.
Example:
1 2 | const ciphers = crypto.getCiphers(); console.log(ciphers); // ['aes-128-cbc', 'aes-128-ccm', ...] |
crypto.getCiphers()
Returns an array with the names of the supported cipher algorithms.
Example:
1 2 | const ciphers = crypto.getCiphers(); console.log(ciphers); // ['aes-128-cbc', 'aes-128-ccm', ...] |
Designed by : w10schools
service@w10schools.com
Please login to continue.