摘要: Security and Cryptography in Python - TLS SSL protocol Refer to :https://en.wikipedia.org/wiki/Transport_Layer_Security 阅读全文
posted @ 2021-03-07 10:51 晨风_Eric 阅读(25) 评论(0) 推荐(0) 编辑
摘要: Security and Cryptography in Python - HMAC Implement in Python import hashlib # Alice and Bob share a secret key secret_key = "secret key".encode() # 阅读全文
posted @ 2021-03-07 10:44 晨风_Eric 阅读(68) 评论(0) 推荐(0) 编辑
摘要: Security and Cryptography in Python - Hash Functions(4) Why iterate over hash function and demonstrated by implementation in Python Code in Python: im 阅读全文
posted @ 2021-03-07 09:36 晨风_Eric 阅读(42) 评论(0) 推荐(0) 编辑