03 2021 档案
摘要:Enterprise OAuth 2.0 - OAuth Basics The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP servic
阅读全文
摘要:Enterprise OAuth 2.0 - Enterprise and Social Media Application Landscape Security Basics - Providers User, Identity Where are the user credentials sto
阅读全文
摘要:Security and Cryptography in Python - TLS SSL protocol Refer to :https://en.wikipedia.org/wiki/Transport_Layer_Security
阅读全文
摘要:Security and Cryptography in Python - HMAC Implement in Python import hashlib # Alice and Bob share a secret key secret_key = "secret key".encode() #
阅读全文
摘要:Security and Cryptography in Python - Hash Functions(4) Why iterate over hash function and demonstrated by implementation in Python Code in Python: im
阅读全文
摘要:Security and Cryptography in Python - Hash Functions(3) How password are Verified https://docs.python.org/3/library/hashlib.html https://en.wikipedia.
阅读全文