digitalbazaar / did-io

Decentralized identifier management library for browser and node.js
Other
43 stars 8 forks source link

Should use SHA-256 as the hash for PBKDF2 #1

Closed dlongley closed 6 years ago

dlongley commented 9 years ago

Since SHA-1 is being deprecated, we should use SHA-256. This also means changing the algorithm identifier from pbkdf2-aes-128-gcm to pbkdf2-sha256-aes-128-gcm.

dmitrizagidulin commented 6 years ago

n/a, closing.