How-to articles, tricks, and solutions about PASSWORDS
Java 256-bit AES Password-Based Encryption
In Java, you can use the javax.crypto package to perform 256-bit AES (Advanced Encryption Standard) encryption.
Secure hash and salt for PHP passwords
To securely hash and salt passwords in PHP, you can use the password_hash function.