Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ pass_mng.py
File
pass_mng.py
Password_Manager/pass_mng.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
csv
2
from
cryptography.fernet
import
Fernet
3
4
passwords = []
Callers
nothing calls this directly
Calls
2
add_password
Function · 0.85
get_password
Function · 0.85
Tested by
no test coverage detected