seeded_rsa 1.0.0 copy "seeded_rsa: ^1.0.0" to clipboard
seeded_rsa: ^1.0.0 copied to clipboard

outdated

A library to generated RSA key pair with a string seed (prefer bip39).

example/seeded_rsa_example.dart

import 'package:seeded_rsa/seeded_rsa.dart';

Future<void> main() async {
  String mnemonnic = "wash list guard stool slogan lift boss imitate story trash put option";
  final seededRSA = SeededRSA(mnemonnic);

  print(await seededRSA.generate());

}
0
likes
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A library to generated RSA key pair with a string seed (prefer bip39).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bip39, crypto, ninja_asn1, ninja_prime

More

Packages that depend on seeded_rsa