All Projects → konstantinullrich → crypton

konstantinullrich / crypton

Licence: MIT License
A simple Dart library for asymmetric encryption and digital signatures

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to crypton

flutter sliding tutorial
User onboarding library with smooth animation of objects and background colors
Stars: ✭ 127 (+408%)
Mutual labels:  dart-library, dart2, dart-package
l
Cross-platform html/io [L]ogger with simple API.
Stars: ✭ 26 (+4%)
Mutual labels:  dart-library, dart-package
yubihsm-rs
Pure Rust client for YubiHSM2 devices
Stars: ✭ 70 (+180%)
Mutual labels:  ecdsa, digital-signatures
validated
Ultimate dart / flutter string validators 💃💃
Stars: ✭ 21 (-16%)
Mutual labels:  dart-library, dart-package
BlueRSA
RSA public/private key encryption, private key signing and public key verification in Swift using the Swift Package Manager. Works on iOS, macOS, and Linux (work in progress).
Stars: ✭ 123 (+392%)
Mutual labels:  rsa-signature, rsa-cryptography
rhonabwy
Javascript Object Signing and Encryption (JOSE) library - JWK, JWKS, JWS, JWE and JWT
Stars: ✭ 33 (+32%)
Mutual labels:  rsa, ecdsa
open route service
An encapsulation made around openrouteservice API for Dart and Flutter projects. Made for easy generation of Routes and Directions on Maps, Isochrones, Time-Distance Matrix, Pelias Geocoding, POIs, Elevation and routing Optimizations using their amazing API.
Stars: ✭ 20 (-20%)
Mutual labels:  dart-library, dart-package
optiga-trust-m
OPTIGA™ Trust M Software Framework
Stars: ✭ 86 (+244%)
Mutual labels:  rsa, ecdsa
mobileid
Mobile ID Sample Scripts
Stars: ✭ 13 (-48%)
Mutual labels:  rsa, ecdsa
stash
Key-value store abstraction with plain and cache driven semantics and a pluggable backend architecture.
Stars: ✭ 71 (+184%)
Mutual labels:  dart-library, dart-package
CryptoManana
An Advanced PHP Cryptography Framework
Stars: ✭ 15 (-40%)
Mutual labels:  digital-signatures, asymmetric-cryptography
dart-tags
ID3 Tag parser written on the pure dart language.
Stars: ✭ 35 (+40%)
Mutual labels:  dart-library, dart2
oseid
Microchip AVR based smartcard/token with ECC and RSA cryptography
Stars: ✭ 17 (-32%)
Mutual labels:  rsa, ecdsa
palace
server side framework for dart inspired by express.js
Stars: ✭ 32 (+28%)
Mutual labels:  dart-library, dart-package
cryptotools
No description or website provided.
Stars: ✭ 182 (+628%)
Mutual labels:  rsa, ecdsa
cryptoplease-dart
Dart and Flutter apps and libraries maintained by Espresso Cash (Formerly Crypto Please) team for Solana.
Stars: ✭ 188 (+652%)
Mutual labels:  dart-library, dart2
cosign
Cooperative RSA signing
Stars: ✭ 25 (+0%)
Mutual labels:  rsa, rsa-signature
Flogs
An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.
Stars: ✭ 158 (+532%)
Mutual labels:  dart-library, dart-package
Motion-Tab-Bar
A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.
Stars: ✭ 237 (+848%)
Mutual labels:  dart-library, dart-package
material-color-utilities
Color libraries for Material You
Stars: ✭ 605 (+2320%)
Mutual labels:  dart-library, dart-package

Crypton

A simple Dart library for asymmetric encryption and digital signatures

This library is a simplified interface to interact with the pointy castle

For symmetric encryption and hashing I strongly recommend to use steel_crypt. The Dev there has a deep understanding of symmetric encryption and actively maintains the project.

Features

RSA

  • Generate a random RSAKeypair
  • Sign Strings
  • Validate Signatures
  • Encrypt and Decrypt Strings

EC

  • Generate a random ECKeypair
  • Sign Strings
  • Validate Signatures

See more

To see more take a look at the examples

Contact

If you want a specific Feature implemented feel free to create a Pull Request on the Crypton GitHub or tweet at me @konstiullrich (You can also tweet at me just to say "hi")

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].