Using Keys to Encrypt Messages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Using Keys to Encrypt Messages

Hello people good night. :D Introducing the problem directly: I'd like to know how methods that encode a string using another string as a key. For example, I created the following code in hastebin: https://hastebin.com/soqofaxava.makefile (I'm sorry for posting to an external site. My cell phone was stolen and I can not access the Sololearn application and consequently I could not search the encryption classes.) In short, I already have the method of encoding, it is this: https://code.sololearn.com/cRKdDSnshp99/#py Now I'm trying to improve it, make it more secure. For this I am implementing a system of users in which each one has specific keys and, thus, only sender and receiver can decode a message. Here is the repository with the work created so far: https://github.com/Faherya/s.py And that's it. Thank you very much for your attention, guys. O/

29th Jan 2019, 11:13 PM
rfPeixoto
rfPeixoto - avatar
2 Answers
+ 2
Thank you very much, I'll research about it. o/
6th Feb 2019, 8:39 AM
rfPeixoto
rfPeixoto - avatar
+ 1
For purpose, 3DES use with MD5 encryption
30th Jan 2019, 8:45 PM
Ümit YAVUZ
Ümit YAVUZ - avatar