上传文件至 /

This commit is contained in:
2025-10-30 10:14:26 +00:00
parent 607766c36a
commit c5ec2b8a46

5
MD5.py Normal file
View File

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