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

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
20
pub points
6%
popularity

Publisher

unverified uploader

Dart library to encrypt and sign using openssl.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

path

More

Packages that depend on ninja_openssl