Implementing secure two factor authentication with Google Authenticator?

I would like to add two factor authentication to a login screen. My understanding of the process is the following:

Generate a QR Code
Scan this Code with Google Authenticator app
Use a library to check if the Google authenticator code mat… Continue reading Implementing secure two factor authentication with Google Authenticator?

Feedback wanted regarding my functions to Encrypt/Decrypt data using PHP (Openssl) [closed]

I am creating a web app (HTML, CSS, JavaScript, PHP & MySQL) where the users register, and only logged users can create and save personal Notes (encrypted) in a MySQL Server database I have for this.
I don’t like external libraries, et… Continue reading Feedback wanted regarding my functions to Encrypt/Decrypt data using PHP (Openssl) [closed]