from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC ... hkdf = PBKDF2HMAC(algorithm=type, length=length,salt=salt, ...
確定! 回上一頁