A password saver program! Extending Caesar Cypher | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

A password saver program! Extending Caesar Cypher

I want to extend the Caesar Cypher Into a full fledged password saver! . I want it to look up passwords for websites, add new passwords by encrypting them, store the passwords to a file on the computer and load these passwords from a stored password file.

19th Jun 2017, 3:46 AM
Talia Pacelli
Talia Pacelli - avatar
9 Answers
+ 1
I have never tried that before. I myself am just starting to learn also I like the interactive way Sololearn helps teach. Its whatever is best for you to learn easier and ill try to assist you anyway i can.
19th Jun 2017, 7:16 PM
NulledNVoided
NulledNVoided - avatar
+ 2
Do you have a started code? If not you will need to make a text file to post the passwords to and in python just use a dictionary or if statements.
19th Jun 2017, 6:23 PM
NulledNVoided
NulledNVoided - avatar
+ 2
I have a started code... I'll input that tonight
19th Jun 2017, 6:34 PM
Talia Pacelli
Talia Pacelli - avatar
+ 2
Ok ill help as much as I can but you should finish more of the Python tutorial so you can understand more of the language. Hope this helps. Happy coding.
19th Jun 2017, 6:50 PM
NulledNVoided
NulledNVoided - avatar
+ 2
I appreciated ... I'm also going through videos on tree house. what do you think of that?
19th Jun 2017, 7:12 PM
Talia Pacelli
Talia Pacelli - avatar
+ 2
Thats ok I am also buzy so ill try to keep up.
22nd Jun 2017, 2:51 AM
NulledNVoided
NulledNVoided - avatar
+ 1
If this is just an exercise to improve your skills and knowledge of the language and certain libraries, I think it's a great one. If, however, you're hoping this is a practical project then I should inform you anything using any kind of take on a Caesar Cipher for encryption will be cracked in roughly two seconds flat and is absolutely not a secure way to encrypt ... anything.
20th Jun 2017, 7:07 PM
Aldrich
Aldrich - avatar
+ 1
thank you, yes looking to improve my skills in any way possible
20th Jun 2017, 7:14 PM
Talia Pacelli
Talia Pacelli - avatar
+ 1
I don't have a laptop, so i have to use the desktop. sorry I get home so late. but I'm uploading it now
21st Jun 2017, 2:59 AM
Talia Pacelli
Talia Pacelli - avatar