I have just uploaded a working example of Multi Factor Authentication (MFA or 2FA) for PHP to Git.
With this you can easily integrate MFA in your PHP application using the GoogleAuthenticator class.
I have just uploaded a working example of Multi Factor Authentication (MFA or 2FA) for PHP to Git.
With this you can easily integrate MFA in your PHP application using the GoogleAuthenticator class.
I have just checked in a PHP function to Git where you can check passwords using k-Anonymity.
Your password will be hashed using SHA1 and only the first 5 characters of this hash will be send over the internet, so no passwords will go over the public internet!
I have just released a PHP webhook which you can implement in your application so you can connect OpenAI’s ChatGPT and DALL-E image generator.
I have just checked in the Certificate Generator (certgen) which is a bash scripted tool to easily manage your certificates.
You can find it in Git