MCPcopy 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

1import csv
2from cryptography.fernet import Fernet
3
4passwords = []

Callers

nothing calls this directly

Calls 2

add_passwordFunction · 0.85
get_passwordFunction · 0.85

Tested by

no test coverage detected