password_guard 1.0.5 copy "password_guard: ^1.0.5" to clipboard
password_guard: ^1.0.5 copied to clipboard

A secure, developer-friendly password hashing library for Dart and Flutter supporting Argon2id, bcrypt, and PBKDF2 with OWASP-recommended defaults.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add password_guard

With Flutter:

 $ flutter pub add password_guard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  password_guard: ^1.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:password_guard/password_guard.dart';
3
likes
160
points
60
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A secure, developer-friendly password hashing library for Dart and Flutter supporting Argon2id, bcrypt, and PBKDF2 with OWASP-recommended defaults.

Repository (GitHub)
View/report issues

Topics

#security #cryptography #authentication #password-hashing #passwords

License

MIT (license)

Dependencies

crypto, hashlib

More

Packages that depend on password_guard