cipher 0.4.0 copy "cipher: ^0.4.0" to clipboard
cipher: ^0.4.0 copied to clipboard

outdatedDart 1 only

A Dart library for encryption and decryption.

cipher #

A Dart library for encryption and decryption. As of today, most of the classes are ports of Bouncy Castle from Java to Dart. The porting is almost always direct except for some classes that had been added to ease the use of low level data.

To make sure nothing fails, tests and benchmarks for every algorithm are provided. The expected results are taken from the Bouncy Castle Java version and also from standards, and matched against the results got from cipher.

As of the last release, the following algorithms are implemented:

Stream ciphers:

  • Salsa 20

Block ciphers:

  • AES (fast version)

Block cipher modes of operation:

  • SIC (a.k.a. CTR)

Digests:

  • RIPEMD160
0
likes
0
pub points
18%
popularity

Publisher

unverified uploader

A Dart library for encryption and decryption.

Homepage

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

fixnum

More

Packages that depend on cipher