+ 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.
9 Réponses
+ 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.
+ 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.
+ 2
I have a started code... I'll input that tonight
+ 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.
+ 2
I appreciated ... I'm also going through videos on tree house. what do you think of that?
+ 2
Thats ok I am also buzy so ill try to keep up.
+ 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.
+ 1
thank you, yes looking to improve my skills in any way possible
+ 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