i ilham.dev
Home Posts Tools Dev Ops Games Playground About Contact

Passwords

  • How I check password strength without fooling myself

    Password strength is easy to misunderstand. A password can look complicated but still be weak if it is short or predictable. The Password Strength tool estimates how hard a password may be to guess under stated …

    27 Sep 2026 · 2 min read · #passwords #security #privacy #tools

  • How I generate random tokens with enough entropy

    A good token should be random enough that guessing it is unrealistic. The Token Generator tool helps with the mechanical part, but I still check the result before using it somewhere real.

    27 Sep 2026 · 2 min read · #tokens #security #passwords #tools

  • How I think about bcrypt when storing passwords

    Passwords should not be stored as plain text. If a database leaks, plain text passwords immediately become everyone else’s problem too. For password storage, I want a password hashing function such as bcrypt.

    27 Sep 2026 · 3 min read · #bcrypt #passwords #security #tools

© 2026 Ilham Andika. All rights reserved.
Contact Terms Privacy Comment Policy RSS GitHub