navneet83 / Cross-platform-AES-encryption

Basic cross platform AES encryption
Apache License 2.0
320 stars 152 forks source link

Don't hash passwords, use KDF #6

Closed TomMD closed 9 years ago

TomMD commented 9 years ago

SHA256 is not an acceptable KDF. consider using PBKDF2 or a newer KDF.

navneet83 commented 9 years ago

@TomMD I am not hashing the password using SHA256. That function is just provided for reference and never used.