locksmith 1.0.1 copy "locksmith: ^1.0.1" to clipboard
locksmith: ^1.0.1 copied to clipboard

Cross-platform cryptography facade with portable JSON envelopes and PEM keystores.

locksmith #

Cross-platform cryptography facade for Dart and Flutter. Mirrors kadencelabs/locksmith Delphi v1.

import 'package:locksmith/locksmith.dart';

final sig = Locksmith.sign
  .withPrivateKeyPem(privatePem)
  .messageUtf8('hello')
  .toBase64Url();

See the repository README for Flutter setup and cross-platform testing.

0
likes
110
points
7
downloads

Documentation

API reference

Publisher

verified publisherkadencelabs.com

Weekly Downloads

Cross-platform cryptography facade with portable JSON envelopes and PEM keystores.

Repository (GitHub)
View/report issues

Topics

#cryptography #security #encryption #rsa #keystore

License

MIT (license)

Dependencies

crypto, cryptography, meta, path, pointycastle

More

Packages that depend on locksmith