How would you implement AES 256 encryption?
How would you implement AES 256 encryption? Consider using the Spring Security Crypto Module The “standard” encryption method is 256-bit AES using PKCS #5’s PBKDF2 (Password-Based Key Derivation Function #2). This method requires Java 6. The password used to generate the SecretKey should be kept in a secure place and Read more…