5Şub
Using PBKDF2 for hash and AES key generation implementation
I am writing a Java application that is required to locally authenticate a user with a password and then use the password to generate an AES-256 key for local file encryption/decryption.
I understand the principles behind everything and h…