All posts tagged with security
In case you have locked UFW (Uncomplicated Firewall) on your Amazon EC2 instance and then logged out. When you try to connect to this EC2 instance via PuTTY or just via SSH, it does not work because you forgot to add SSH (port 22) to the UFW rules.
Laravel provides an intuitive way to protect and ensure the data integrity of any application, like encrypting user passwords, protecting data in sessions and cookies.
If the certification authority provided you with a certificate in the form of a PFX or P12 file, you need to extract the certificate and private key files in PEM encoding. This can be done using the openssl tool.
In this detailed guide, we will cover the intricacies of connecting to MySQL via SSH tunnel. By following this step-by-step approach, you will learn how to securely work with data on a remote MySQL server. The guide is also applicable to MariaDB.
If we want to encrypt data, in particular passwords, we have a lot of tools to choose from that allow us to encrypt data. There are a large number of opensource and closed source solutions, both paid and not.