Commit 3a653adf authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweak

parent 5e418b7c
if __name__ == "__main__":
# 生成并输出结果
for i in range(3):
timestamp, random_str, sha = generate_sha1_from_time(verbose=True)
print("当前时间: ", timestamp)
print("随机字符串: ", random_str)
print("SHA-1 哈希: ", sha)
print("-" * 50)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment