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

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 = "track steel battle rookie speak mystery uncover rebel basic lounge cloud enact";
  final seededRSA = SeededRSA(mnemonnic);

  print(await seededRSA.generate());

}
0
likes
130
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

bip39, crypto, ninja_asn1, ninja_prime

More

Packages that depend on seeded_rsa