crypto.getHashes()
Returns an array with the names of the supported hash algorithms.
Example:
1 2 | const hashes = crypto.getHashes(); console.log(hashes); // ['sha', 'sha1', 'sha1WithRSAEncryption', ...] |
crypto.getHashes()
Returns an array with the names of the supported hash algorithms.
Example:
1 2 | const hashes = crypto.getHashes(); console.log(hashes); // ['sha', 'sha1', 'sha1WithRSAEncryption', ...] |
Designed by : w10schools
service@w10schools.com
Please login to continue.