Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ decrypt_password
Function
decrypt_password
Password_Manager/pass_mng.py:11–12 ·
view source on GitHub ↗
(encrypted_password)
Source
from the content-addressed store, hash-verified
9
return
cipher_suite.encrypt(password.encode())
10
11
def
decrypt_password(encrypted_password):
12
return
cipher_suite.decrypt(encrypted_password).decode()
13
14
def
add_password():
15
website = input(
"Website: "
)
Callers
1
get_password
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected