删除 MD5.py

This commit is contained in:
2025-10-31 07:26:48 +00:00
parent c5ec2b8a46
commit 025c3dd430

5
MD5.py
View File

@@ -1,5 +0,0 @@
import hashlib
password = ("Kangjun1234")
md5_hash = hashlib.md5(password.encode()).hexdigest()
print(md5_hash)