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

outdated

A starting point for Dart libraries or applications.

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

A starting point for Dart libraries or applications.

Homepage

Dependencies

crypto

More

Packages that depend on vanphash