crypto_simple library
Library for the Cryptography features.
The class CryptoSimple provide access to the Cryptography features.
Classes
- CryptoSimple
- CryptoSimpleSingleton
- MultiPlatforms
- MultiPlatforms class help to using the 'dart:io' and any files have running problem in web/native environments.
Enums
- EncryptionMode
- EncryptionMode : Contains two modes for data encryption. Randomized : Used to generate a random encryption result. Normal : Used to create a permanent encryption result.
- SecurityMode
- SecurityMode : Contains three modes for security of data encryption. SUPER : Used superKey and subKey without using secretKey. XOR : Used secretKey and EncryptionMode without using superKey and subKey. SUPER_XOR : Used secretKey and EncryptionMode and superKey and subKey.
Constants
- maxCharLimit → const int
- maxCharLimit : A static final integer that represents the maximum Unicode value that can be used in the encryption process.