diff --git a/MD5.py b/MD5.py deleted file mode 100644 index 1080a0d..0000000 --- a/MD5.py +++ /dev/null @@ -1,5 +0,0 @@ - -import hashlib -password = ("Kangjun1234") -md5_hash = hashlib.md5(password.encode()).hexdigest() -print(md5_hash)