vanphash 2020.0.4 copy "vanphash: ^2020.0.4" to clipboard
vanphash: ^2020.0.4 copied to clipboard

Vanilla Password Hashing or vanphash is a simple password generator library based on hashing, it starts as a legacy alternative to Twik Android app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vanphash

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

dependencies:
  vanphash: ^2020.0.4

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:vanphash/vanphash.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Vanilla Password Hashing or vanphash is a simple password generator library based on hashing, it starts as a legacy alternative to Twik Android app.

Repository (GitLab)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

crypto

More

Packages that depend on vanphash