encryption_strategy = "Aes256Gcm" key_derivation_strategy = "Pbkdf2Hmac" passphrase = "MyPassword!!" data = "some data to encrypt" encrypted_data ...
確定! 回上一頁