+ 1
Encrypt
Can some one tell me how can I encrypt raw data and upload it to MYSQL Database only JAVA and Python are allowed
1 Answer
+ 2
If you are going for a simple thing check out my cryptography code I made in Python if you use that, then encrypt the encrypted message it gives with sha256 or md5 to add extra security. Here is my code https://code.sololearn.com/cJsb71b2OvYZ/#py