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';
import 'package:vanphash/src/types.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.
Libraries
- vanphash
- Vanilla Password Hashing or vanphash is a simple password generator based on hashing, it starts as a legacy alternative to Twik Android app.