crypto_simple 3.0.2
crypto_simple: ^3.0.2 copied to clipboard
A library for encrypt and decrypt string , very light & simple and fast.
3.0.2 #
- add
MultiPlatformsclass for help to using any files have running problem in web/no_web environments
3.0.1 #
- delete the
material.dartfile from the packageimports - reduction of unused sections in
importfiles
3.0.0 #
- changed structure for support singleton and classic objects
- update test & docs & examples
2.2.0 #
- update documentations .
- removed deprecated
encryptmethod. - removed deprecated
decryptmethod. - setting minimum required properties for create
CryptoSimpleobject
2.1.0 #
- add more documents .
- deprecated
encryptmethod and replaced toencrypting. - deprecated
decryptmethod and replaced todecrypting.
2.0.0 #
- add Randomized mode for encryption/decryption .
- add XOR method for encryption/decryption .
- add SUPER_XOR method for encryption/decryption .
1.1.1 #
- add subKey on constructor.
1.0.0 #
- initial release.
