plistlib — 生成和解析 Apple .plist 檔案
plistlib
.plist
hashlib — 安全雜湊和訊息摘要
hashlib
本章描述的模組實現了各種加密性質的演算法。它們是否可用取決於安裝情況。下面是一個概述:
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()