Generate cryptographically-protected passwords with PHP
Pierre-Henry Soria ✨

Pierre-Henry Soria ✨ @pierre

About: 👋Pierre-Henry. A Passionate Software Engineer😎 I create cool stuff (https://github.com/Lifyzer & https://github.com/pH7Software), love programming, eating fruits, developing & applying new skills 😊

Location:
🌴 Australia 🥥
Joined:
Jul 28, 2018

Generate cryptographically-protected passwords with PHP

Publish Date: May 3 '23
2 1

How to implement cryptographically-protected passwords with PHP?

What the video will cover:

  1. What’s a cryptographically secure password and how to use a Cryptographic Random Number generator (CRNG)?
  2. int_random is available since PHP 7. Benefits of using a cryptographically secure function in comparison with mt_random()
  3. When dealing with password, it’s very important to use a “cryptographically secure” like random_int() with PHP >=7.0 or random_compat for PHP 5.6 and older versions.

Hopefully this helps you and I wish you a wonderful happy coding day! 🤠

Comments 1 total

  • Pierre-Henry Soria ✨
    Pierre-Henry Soria ✨Jun 24, 2023

    Hope this one helps! Any feedback or questions, feel free to post them here!

Add comment