21 | * This cross platform CryptLib uses AES 256 for encryption. This library can
22 | * be used for encryptoion and de-cryption of string on iOS, Android and Windows
23 | * platform.
24 | * Features:
25 | * 1. 256 bit AES encryption
26 | * 2. Random IV generation.
27 | * 3. Provision for SHA256 hashing of key.
28 | *
5 | * This cross platform CryptLib uses AES 256 for encryption. This library can
6 | * be used for encryptoion and de-cryption of string on iOS, Android and Windows
7 | * platform.
8 | * Features:
9 | * 1. 256 bit AES encryption
10 | * 2. Random IV generation.
11 | * 3. Provision for SHA256 hashing of key.
12 | *