xxtea 2.0.1 copy "xxtea: ^2.0.1" to clipboard
xxtea: ^2.0.1 copied to clipboard

outdated

XXTEA for Dart XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for Dart. It is different from the original XXTEA encryption algorithm. It encrypts and decrypts String/Uint8Lis [...]

2.0.1 #

  • Added example.
  • Added CHANGELOG.md.
  • Updated description.
  • Formatted lib/xxtea.dart.

2.0.0 #

  • Changed the static XXTEA class to a normal class.
  • Added const xxtea.
  • Added xxteaEncrypt, xxteaDecrypt, xxteaEncryptToString, xxteaDecryptToString.
  • Fixed compatibility with Dart 2.

1.0.0 #

  • Initial Open Source release.
14
likes
0
pub points
93%
popularity

Publisher

unverified uploader

XXTEA for Dart XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for Dart. It is different from the original XXTEA encryption algorithm. It encrypts and decrypts String/Uint8List instead of uint32 array, and the key is also String/Uint8List.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on xxtea