- add
MultiPlatforms
class for help to using any files have running problem in web/no_web environments
- delete the
material.dart
file from the packageimport
s - reduction of unused sections in
import
files
- changed structure for support singleton and classic objects
- update test & docs & examples
- update documentations .
- removed deprecated
encrypt
method. - removed deprecated
decrypt
method. - setting minimum required properties for create
CryptoSimple
object
- add more documents .
- deprecated
encrypt
method and replaced toencrypting
. - deprecated
decrypt
method and replaced todecrypting
.
- add Randomized mode for encryption/decryption .
- add XOR method for encryption/decryption .
- add SUPER_XOR method for encryption/decryption .
- add subKey on constructor.
- initial release.