fi-muni / PA165

PA165 repository
16 stars 266 forks source link

replaced PBKDF2 with Argon2 #65

Closed martin-kuba closed 3 years ago

martin-kuba commented 3 years ago

The PBKDF2 key derivation function for password hashing is not secure against attacks using GPU or FPGA hardware, thus it is replaced with Argon2 implementation from Bouncy Castle.