mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Added hasher argument to PBKDF2 and EVPKDF operations.
This commit is contained in:
parent
d41d56e670
commit
66a93b81c6
2 changed files with 33 additions and 8 deletions
|
@ -1401,6 +1401,11 @@ const OperationConfig = {
|
|||
type: "number",
|
||||
value: Cipher.KDF_ITERATIONS
|
||||
},
|
||||
{
|
||||
name: "Hashing function",
|
||||
type: "option",
|
||||
value: Cipher.HASHERS
|
||||
},
|
||||
{
|
||||
name: "Salt (hex)",
|
||||
type: "string",
|
||||
|
@ -1434,6 +1439,11 @@ const OperationConfig = {
|
|||
type: "number",
|
||||
value: Cipher.KDF_ITERATIONS
|
||||
},
|
||||
{
|
||||
name: "Hashing function",
|
||||
type: "option",
|
||||
value: Cipher.HASHERS
|
||||
},
|
||||
{
|
||||
name: "Salt (hex)",
|
||||
type: "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue