crypton
A simple Dart library for asymmetric encryption and digital signatures
2.2.1
23K downloads/mo
#2047 most downloaded on pub.dev
konstantinullrich/crypton
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 9 months
Nearly every release is documented
notes for 27 of 27 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
27 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
27 releases · Nov 2019 to Oct 2023
2020
2021
2022
2023
2024
2025
2026
Releases
latest 27-
2.2.112 Oct 2023 -
2.2.031 Jul 2023Release notes
Open source →- Update
asn1libdependency to ^1.5.0 and fix the resulting lint warnings
Thanks to @gkc
- Update
-
2.1.028 Oct 2022Release notes
Open source →- Add
KeypairFactory,RSAKeypairFactoryandECKeypairFactory - Update dependencies
Release notes
Open source →- Add
KeypairFactory,RSAKeypairFactoryandECKeypairFactory - Update dependencies
- Add
-
2.0.522 May 2022 -
2.0.303 Oct 2021 -
2.0.229 Jun 2021 -
2.0.128 Mar 2021 -
2.0.028 Mar 2021 -
1.1.320 Oct 2020 -
1.1.206 Oct 2020 -
1.1.113 Jul 2020Release notes
Open source →- Insure backwards compatibility of
RSAPrivateKey.createSignatureandRSAPublicKey.verifySignature - Update dependencies
- Insure backwards compatibility of
-
1.1.020 Jun 2020Release notes
Open source →- Add RSA key formatting
- Add SHA-512 signing and verification
- Fix RSA encryption/decryption
- Insure backwards compatibility Thank you jld3103 for contributing
-
1.0.915 Jun 2020Release notes
Open source →- The length of the RSAPrivateKey is now adjustable thanks to melewetwo
- Added more documentation
-
1.0.821 May 2020 -
1.0.721 May 2020Release notes
Open source →- Add toPem and fromPem to RSAPublicKey
- Add toPem and fromPem to RSAPrivateKey
-
1.0.614 Jan 2020 -
1.0.508 Jan 2020 -
1.0.420 Dec 2019 -
1.0.320 Dec 2019 -
1.0.219 Dec 2019 -
1.0.125 Nov 2019 -
1.0.025 Nov 2019 -
0.0.525 Nov 2019 -
0.0.425 Nov 2019Release notes
Open source →- Add ECKeypair with Random Key-generation
- Add ECSignature creation and Signature validation
-
0.0.324 Nov 2019 -
0.0.224 Nov 2019 -
0.0.124 Nov 2019Release notes
Open source →- Add RSAKeypair with Random Key-generation
- Add RSASignature creation and Signature validation
- Add encryption using RSA