dhiraj825.hashnode.devTop 5 Cryptographic Mistakes Developers Still MakeCryptography is a critical foundation of modern software systems — protecting passwords, authentication tokens, files, and sensitive user data. Yet many applications remain vulnerable not because encryption is missing, but because cryptography is mis...Dec 22, 2025·3 min read
dhiraj825.hashnode.devChacha20 EncryptionChacha20 is a stream cipher designed by Daniel J. Bernstein that is part of the Chacha family of ciphers. It's known for its performance, simplicity, and security. Here's a brief overview and an example of how to use Chacha20 for encryption and decry...Jun 22, 2024·2 min read