Skip to content

Commit

Permalink
Removed CFMX_COMPAT from algorithm values.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnoden committed Oct 20, 2022
1 parent af71604 commit 83c4183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/en/generatesecretkey.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"related":["encrypt","decrypt"],
"description":"Generates a secure random key value for use in the encrypt and decrypt functions.",
"params": [
{"name":"algorithm","description":"","required":false,"default":"","type":"string","values":["CFMX_COMPAT","AES","BLOWFISH","DES","DESEDE"]},
{"name":"algorithm","description":"The encryption algorithm used to generate the key. \nNOTE: You cannot use `generateSecretKey()` to create a key for the `CFMX_COMPAT` default algorithm in `encrypt()` and `decrypt()` functions.","required":false,"default":"","type":"string","values":["AES","BLOWFISH","DES","DESEDE"]},
{"name":"keysize","description":"Number of bits requested in the key for the specified algorithm (when allowed by JDK).","required":false,"default":"128","type":"numeric","values":["128", "192", "256", "512"]}

],
Expand Down

0 comments on commit 83c4183

Please sign in to comment.