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

PBKDF2 password hashing utility

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flumen_passwd

With Flutter:

 $ flutter pub add flumen_passwd

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

dependencies:
  flumen_passwd: ^1.0.0

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:flumen_passwd/flumen_passwd.dart';
0
likes
120
pub points
23%
popularity

Publisher

verified publisherflumenframework.dev

PBKDF2 password hashing utility

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto

More

Packages that depend on flumen_passwd