MCPcopy 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
11def decrypt_password(encrypted_password):
12 return cipher_suite.decrypt(encrypted_password).decode()
13
14def add_password():
15 website = input("Website: ")

Callers 1

get_passwordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected