Categories
PHP Programming

Google Authenticator for PHP

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.

Categories
PHP Programming

Password check using k-Anonymity

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!

Categories
PHP Programming

PHP webhook for OpenAI (ChatGPT and DALL-E)

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.