Feb 28, 2026 2 min read BCrypt vs Argon2: Password Hashing in .NET – A Practical Deep Dive I've worked with .NET for many years. One thing I never compromise on is password storage. Plain text... #dotnet #bcrypt #argon2
Nov 11, 2024 4 min read Comprehensive Encryption and Security Service in NestJS: Argon2 Hashing, Token Generation, and AES Encryption This technical guide presents a production-ready security service implementation for NestJS... #nestjs #argon2 #aes