Skip to content

Commit d5fba4a

Browse files
committed
Function wouldn't have any usage
1 parent ee0bb48 commit d5fba4a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

python_password/utils/crypto.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ def encrypt(text):
2929
return f.encrypt(text.encode())
3030

3131

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-
4232
def rand_password(length: int = 16):
4333
"""
4434
Creating a password from upper and lowercase letters, numbers and basic special characters.

0 commit comments

Comments
 (0)