from Crypto.Random import get_random_bytes # 產生256 位元隨機金鑰(32 位元組= 256 位元) key = get_random_bytes(32) print(key)
確定! 回上一頁