plistlib --- 產生和剖析 Apple .plist 檔案
plistlib
.plist
hashlib --- 安全雜湊與訊息摘要
hashlib
本章所描述的模組 (module) 實作了多種加密演算法。它們可以在安裝時選擇是否一同安裝。在 Unix 系統上,crypt 模組也有機會能夠被使用。以下為概述:
crypt
new()
md5()
sha1()
sha224()
sha256()
sha384()
sha512()
sha3_224()
sha3_256()
sha3_384()
sha3_512()
algorithms_guaranteed
algorithms_available
digest_size
block_size
name
update()
digest()
hexdigest()
copy()
shake_128()
shake_256()
file_digest()
pbkdf2_hmac()
scrypt()
blake2b()
blake2s()
SALT_SIZE
PERSON_SIZE
MAX_KEY_SIZE
MAX_DIGEST_SIZE
hmac
compare_digest()
secrets
SystemRandom
choice()
randbelow()
randbits()
token_bytes()
token_hex()
token_urlsafe()