boughtonp / cfpassphrase

MOVED TO https://codeberg.org/boughtonp/cfpassphrase
https://www.sorcerersisle.com/software/cfpassphrase
GNU Lesser General Public License v3.0
17 stars 2 forks source link

Identify any overlap between PBKDF2 and SCrypt's PBKDF implementation. #6

Open boughtonp opened 11 years ago

boughtonp commented 11 years ago

SCrypt has a PBKDF implementation, though it uses HmacSHA256 instead of HmacSha1. Need to investigate how much overlap there is, and whether they can be consolidated to a single implementation.