Skip to content

Commit 4d73aeb

Browse files
committed
Update Readme with password storage's description
1 parent 1d4e933 commit 4d73aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The [palindrome](/palindrome) test takes a `string` and checks if it's equals to
1414
The [grocery shopping](/grocery-shopping) it's a example on how to read and write python objects on files using pickle.
1515

1616
### Password storage [WIP]
17+
The [password storage](/password-store) encrypts a password using the caesar cipher(for now) and stores in a file.
1718

1819
## Learning source
1920
* [A byte of python(PDF)](https://edisciplinas.usp.br/pluginfile.php/3252353/mod_resource/content/1/b_Swaroop_Byte_of_python.pdf)

0 commit comments

Comments
 (0)