dargon2 3.2.1 copy "dargon2: ^3.2.1" to clipboard
dargon2: ^3.2.1 copied to clipboard

Provides bindings for hashing and verifying with Argon2, the winner of the Password Hashing Competition.

3.2.1 #

  • Fix dart run not working correctly with dargon2 on future versions of dart without a file path- Fix a crash on Ubuntu 20.04 LTS

3.2.0 #

  • Support for running dargon2 operations on M1 Macs

3.1.0 #

  • Fix repository & homepage links to point to newly structured repo
  • Match versioning for dargon2_flutter's desktop support addition

3.0.0 #

  • BREAKING: sync methods are no longer supported to allow web integration
  • Migrated to the dargon2_interface under the core

2.1.0 #

  • Migrated to use a shared dargon2_core plugin
  • More modular and allows for custom Library Loader definitions
  • No user-facing changes, all changes should be strictly internal

2.0.1 #

  • Updated unused imports & slight fixes

2.0.0 #

  • Changed all dependencies' syntax to allow versions major above
  • Added null-safety to the plugin

1.1.2 #

  • Fixed version solving errors
  • On that note, please DO NOT use 1.1.1

1.1.1 #

  • Updated underlying dependencies to latest stable versions

1.1.0 #

  • Potentially Breaking: Make the hashPasswordString, hashPasswordBytes, verifyPasswordString and verifyPasswordBytes methods all asynchronous
  • Note: Synchronous versions are available by appending Sync to the method names above
  • Update some documentation

1.0.4 #

  • Fix the slight bug brought by having the waitFor in the generic binder instead of the conditional loader

1.0.3 #

  • Fix the error that didn't load the dynamic library on mac correctly
  • Resolve the dynamic library's path via a URI

1.0.2 #

  • Sign the dylib for mac
  • Fix formatting errors

1.0.1 #

  • Update pubspec description
  • Run dartfmt on the needed files

1.0.0 #

  • First public release!
  • Contains hashing and verification with argon2
9
likes
140
pub points
64%
popularity

Publisher

verified publishertmthecoder.dev

Provides bindings for hashing and verifying with Argon2, the winner of the Password Hashing Competition.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dargon2_core

More

Packages that depend on dargon2