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

outdated

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

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
40
points
556
downloads

Publisher

verified publishertmthecoder.dev

Weekly Downloads

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

Repository (GitHub)

License

MIT (license)

Dependencies

convert, ffi, meta

More

Packages that depend on dargon2