crypto.getHashes()
- Returns: {string[]} An array of the names of the supported hash algorithms,
such as
'RSA-SHA256'
. Hash algorithms are also called “digest” algorithms.
const hashes = crypto.getHashes();
console.log(hashes); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...]
Feedback
Was this page helpful?
很高兴听到! 请告诉我们,我们如何才能改善.
很遗憾听到这个消息。 请告诉我们,我们如何才能改善.
最后修改 April 16, 2020: 加密 (a75e592)