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

outdated

Dart library to encrypt and sign using openssl.

ninja openssl #

Dart library to encrypt and sign using openssl.

Usage #

RSA PSS signature and verification #

  final message = 'hello world!\n';
  final signature = await signRsaPssBase64(privateKey, message);
  print(signature);
  await verifyRsaPss(publicKey, signature, 'hello world!\n');
1
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Dart library to encrypt and sign using openssl.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path

More

Packages that depend on ninja_openssl