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

A port of jBCrypt to Dart. It allows to encrypt passwords using BCrypt with a configurable work factor and check passwords.

2.0.0 #

  • Null safety release

1.0.0+1 #

  • Sort constructor first to avoid lint problems

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
44
likes
120
pub points
95%
popularity

Publisher

verified publishererlantz.net

A port of jBCrypt to Dart. It allows to encrypt passwords using BCrypt with a configurable work factor and check passwords.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

More

Packages that depend on dbcrypt