Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.36 KB

Encrypt.md

File metadata and controls

19 lines (15 loc) · 1.36 KB

Encrypt

Properties

Name Type Description Notes
display_id str The display id of the key to use in the encryption process [optional]
encryption_context dict(str, str) name-value pair that specifies the encryption context to be used for authenticated encryption. If used here, the same value must be supplied to the decrypt command or decryption will fail [optional]
input_format str Select default assumed format for any plaintext input. Currently supported options: [base64] [optional]
item_id int The item id of the key to use in the encryption process [optional]
json bool Set output format to JSON [optional] [default to False]
key_name str The name of the key to use in the encryption process
plaintext str Data to be encrypted [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
version int key version (relevant only for classic key) [optional]

[Back to Model list] [Back to API list] [Back to README]