crypton 2.2.1 copy "crypton: ^2.2.1" to clipboard
crypton: ^2.2.1 copied to clipboard

A simple Dart library for asymmetric encryption and digital signatures

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add crypton
copied to clipboard

With Flutter:

 $ flutter pub add crypton
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  crypton: ^2.2.1
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:crypton/crypton.dart';
copied to clipboard
63
likes
130
points
13.5k
downloads

Publisher

verified publisherkonstantinullrich.de

Weekly Downloads

2024.09.11 - 2025.03.26

A simple Dart library for asymmetric encryption and digital signatures

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

asn1lib, pointycastle

More

Packages that depend on crypton