crypto_dart 1.0.3+2 copy "crypto_dart: ^1.0.3+2" to clipboard
crypto_dart: ^1.0.3+2 copied to clipboard

a dart libary that tries to implement crypto-js like functionality.

1.0.0 #

  • Initial version.

1.0.3 #

  • made EvpKDF return EvpKDFResult rather than a list and also made ivSize optional for genrating key only.
  • PBKDF2 can now take blocklength from user (optional). thanks @indranildutta06 .
  • add documentation.
  • add tests.
  • changed encoders names.
  • refactor some code.

1.0.3+1 #

  • updated README.md
  • remove areParamsVaild from BlocCipher
  • make BlockCipher decrypt method accept CipherParams as input

1.0.3+2 #

  • I am so dumb
  • forgot to put repo link in README.md
  • also forgot to run dart doc after making so many changes
4
likes
120
pub points
82%
popularity

Publisher

unverified uploader

a dart libary that tries to implement crypto-js like functionality.

Repository (GitHub)
View/report issues

Topics

#crypto #cryptography

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

convert, pointycastle

More

Packages that depend on crypto_dart