crypto_keys_plus
A library for doing cryptographic signing/verifying and encrypting/decrypting.
1.0.0
64K downloads/mo
#1329 most downloaded on pub.dev
Bdaya-Dev/oidc
What this package is like to depend on
Last release 1 months ago
13 Jul 2026
Ships on a steady schedule
a new release about every 1.4 years
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
3 releases · first in 2023
1 release in the last 12 months
see the full history below
Release timeline
3 releases · Sep 2023 to Jul 2026
2024
2025
2026
Releases
latest 3-
1.0.013 Jul 2026Release notes
Open source →- FIX: resolve all four library bugs; drive honest unit coverage to ~95% (#368). (c86bee17)
- FIX(crypto_keys_plus): resolve pub.dev publish dry-run warnings. (5bee9a89)
- FEAT(crypto): RSASSA-PSS (PS256/384/512) + EdDSA/Ed25519. (6c5c6741)
- BREAKING FEAT: consolidate jose_plus, crypto_keys_plus, x509_plus into the workspace. (3fffc6cd)
Release notes
Open source →Note: This release has breaking changes.
- FIX: resolve all four library bugs; drive honest unit coverage to ~95% (#368). (c86bee17)
- FIX(crypto_keys_plus): resolve pub.dev publish dry-run warnings. (5bee9a89)
- FEAT(crypto): RSASSA-PSS (PS256/384/512) + EdDSA/Ed25519. (6c5c6741)
- BREAKING FEAT: consolidate jose_plus, crypto_keys_plus, x509_plus into the workspace. (3fffc6cd)
-
0.5.009 May 2025 -
0.4.014 Sep 2023Release notes
Open source →- REFACTOR: remove dependency on quiver.
- FIX: return null instead of throwning when seeing an uknown curve/key type...