AES256CBC
Wrapper for AES 256 CBC using Python.
Dependency
Depends on cryptography
|
|
Note: also refers to Swift version: AES256CBC
Usage
|
|
Note:
- The password must be exactly 32 chars long for AES-256.
- IV of AES is the first 16 chars of encrypted strings.
- The encrypted strings are base 64 encoded.