dbcrypt 1.0.0 copy "dbcrypt: ^1.0.0" to clipboard
dbcrypt: ^1.0.0 copied to clipboard

outdated

A port of jBCrypt to Dart. It allows to encrypt passwords using BCrypt with a configurable work factor to make it more expensive to create (and secure) as machines get faster. It also allows to check [...]

1.0.0 #

  • Upgrade to Dart 2
  • Add support for $2y$ and $2b$ versions of BCrypt
  • Password are now generated with $2b$ since this lib doesn't have the OpenBSD $2a$ version bug

0.2.0 #

  • Upgrade to Dart 1
46
likes
20
points
20.9k
downloads

Publisher

verified publishererlantz.net

Weekly Downloads

A port of jBCrypt to Dart. It allows to encrypt passwords using BCrypt with a configurable work factor to make it more expensive to create (and secure) as machines get faster. It also allows to check passwords that have been encrypted using the original BCrypt algorithm and it's a, y and b revisions.

Repository (GitHub)

License

unknown (license)

More

Packages that depend on dbcrypt