Encrypt | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

30th Jun 2018, 8:04 AM
Shivanshu Gupta
Shivanshu Gupta - avatar
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
30th Jun 2018, 3:06 PM
George Ryan
George Ryan - avatar