Changes

Jump to navigation Jump to search
12 bytes removed ,  18:47, 23 September 2019
* {{Code|$type}} must be {{Code|symmetric}}.
* {{Code|$key}} is the secret key which is used for both encryption and decryption of input data. It must be a string or binary item. Its length is fixed and depends on the chosen algorithm: {{Code|8 bytes for DES}}, {{Code|16 bytes for AES}}.
* {{Code|$algorithm}} must either be {{Code|DES}} or {{Code|AES}}. '''Default is {{Code|DES}}'''.
|-
| '''Errors'''
* {{Code|$type}} must be {{Code|symmetric}}.
* {{Code|$key}} is the secret key which is used for both encryption and decryption of input data. It must be a string or binary item. Its length is fixed and depends on the chosen algorithm: {{Code|8 bytes for DES}}, {{Code|16 bytes for AES}}.
* {{Code|$algorithm}} must either be {{Code|DES}} or {{Code|AES}}. '''Default is {{Code|DES}}'''.
|-
| '''Errors'''
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu