password_guard 1.0.2 copy "password_guard: ^1.0.2" to clipboard
password_guard: ^1.0.2 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

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.2

Alternatively, your editor might support dart 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
0
points
60
downloads

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

unknown (license)

Dependencies

crypto, hashlib

More

Packages that depend on password_guard