Assembly: Metabase;
The CryptoPackage class implements the object that is a cryptographic tool for text encryption/decryption based on the GOST 28147-89 algorithm.
Method name | Brief description | |
Decrypt | The Decrypt method decrypts the specified encrypted text and returns the obtained result. | |
Encrypt | The Encrypt method encrypts the specified text and returns the obtained result. |
See also:
Defect 248880