Decrypt()
Decrypts the given string with the optional parameters
Usage
STRING = Decrypt(
p1,
p2,
p3,
p4,
p5,
p6
)
Argument | Summary |
---|---|
p1 | string |
p2 | key |
p3 | algorithm [optional] |
p4 | encoding [optional] |
p5 | salt [optional] |
p6 | iterations [optional] |