We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0bb48 commit d5fba4aCopy full SHA for d5fba4a
python_password/utils/crypto.py
@@ -29,16 +29,6 @@ def encrypt(text):
29
return f.encrypt(text.encode())
30
31
32
-def decrypt(text):
33
- """
34
- Decrypts provided text with alpha password.
35
- :param text: Text to decrypt.
36
- :return: Decrypted text or ``None`` if alpha password do not match encryption password.
37
38
- pass
39
- # TODO - Decryption function
40
-
41
42
def rand_password(length: int = 16):
43
"""
44
Creating a password from upper and lowercase letters, numbers and basic special characters.
0 commit comments