zxcvbnm 1.1.1 copy "zxcvbnm: ^1.1.1" to clipboard
zxcvbnm: ^1.1.1 copied to clipboard

A password strength estimator inspired by password crackers. This is a Dart rewrite of zxcvbn-ts, which is a rewrite and further evolution of zxcvbn by Dropbox.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zxcvbnm

With Flutter:

 $ flutter pub add zxcvbnm

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

dependencies:
  zxcvbnm: ^1.1.1

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:zxcvbnm/zxcvbnm.dart';
2
likes
160
points
425
downloads

Publisher

unverified uploader

Weekly Downloads

A password strength estimator inspired by password crackers. This is a Dart rewrite of zxcvbn-ts, which is a rewrite and further evolution of zxcvbn by Dropbox.

Repository (GitHub)

Topics

#authentication #security #validation #validator #password

Documentation

API reference

License

MIT (license)

Dependencies

algorithmic, intl

More

Packages that depend on zxcvbnm