Design Pattern Framework 3.5
ActionDecrypt Method (data)
Patterns-In-Action! Application ► Encryption ► Crypto ► ActionDecrypt(String)
Standard decrypt method for Patterns in Action.
Uses the predefined key and iv.
Declaration Syntax
Parameters
- data (String)
- String to be decrypted.
Return Value
Decrypted string.