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

outdatedDart 1 only

A Dart library for encryption/decryption mainly based on Bouncy Castle Java library.

cipher #

A Dart library for encryption/decryption mainly based on Bouncy Castle Java library. 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.

Tests and benchmarks for every algorithm are also provided. The expected results for the tests are computed with the Bouncy Castle Java version and matched against the results got from Dart. Following is a list of the algorithms implemented in the last release.

Stream ciphers:

  • Salsa 20

Block ciphers:

  • AES (fast version)

Block cipher modes of operation:

  • SIC (a.k.a. CTR)

Digests:

  • RIPEMD160
0
likes
0
points
175
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library for encryption/decryption mainly based on Bouncy Castle Java library.

Homepage

License

unknown (license)

Dependencies

fixnum, meta

More

Packages that depend on cipher