Encrypting Data for Security

There's a huge risk of data breach in sending raw data to/or storing data into an online database - let's see how we can reduce this risk with encrypting our data before storing/transiting.

There are many ways/methods to encrypt & decrypt data, most common being Base64.

Last updated