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

outdated

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

A library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage #

A simple usage example:

import 'package:vanphash/vanphash.dart';

main() {
	String tag = 'tag';
	String master_password = 'master_password';
	String secret_key = 'secret_key';

	var pass_a = twik_password(tag, master_password, secret_key,15, PasswordType.special);
	var pass_b = password(tag, master_password, secret_key,15);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto

More

Packages that depend on vanphash