All Projects → dint-dev → Cryptography

dint-dev / Cryptography

Licence: apache-2.0
Cryptography for Flutter developers: encryption, digital signatures, key agreement, etc.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Cryptography

Cryptoinaction
CIA - CryptoInAction
Stars: ✭ 42 (-25%)
Mutual labels:  cryptography
Exonum
An extensible open-source framework for creating private/permissioned blockchain applications
Stars: ✭ 1,037 (+1751.79%)
Mutual labels:  cryptography
Eddsa Fault Attack
Fault attack agaisnt EdDSA demonstrated on an Arduino Nano board, allowing for partial key recovery and fake signatures.
Stars: ✭ 53 (-5.36%)
Mutual labels:  cryptography
Cryptojs.swift
Cross-platform cryptographic functions in swift
Stars: ✭ 42 (-25%)
Mutual labels:  cryptography
Joeecc
Elliptic Curve Cryptography playground/toolkit written in pure Python
Stars: ✭ 46 (-17.86%)
Mutual labels:  cryptography
Keys
Uncomplicated cryptography frameworks base on CommonCrypto
Stars: ✭ 47 (-16.07%)
Mutual labels:  cryptography
Simple Cryptography
Scripts that illustrate basic cryptography concepts based on Coursera Standford Cryptography I course and more.
Stars: ✭ 40 (-28.57%)
Mutual labels:  cryptography
Libtomcrypt
LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
Stars: ✭ 1,080 (+1828.57%)
Mutual labels:  cryptography
Al Go Rithms
🎵 Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Stars: ✭ 1,036 (+1750%)
Mutual labels:  cryptography
Cognicrypt
CogniCrypt is an Eclipse plugin that supports Java developers in using Java Cryptographic APIs.
Stars: ✭ 50 (-10.71%)
Mutual labels:  cryptography
Gopaque
Go implementation of OPAQUE (hidden password user registration and auth)
Stars: ✭ 43 (-23.21%)
Mutual labels:  cryptography
Mundane
Mundane is a Rust cryptography library backed by BoringSSL that is difficult to misuse, ergonomic, and performant (in that order).
Stars: ✭ 1,033 (+1744.64%)
Mutual labels:  cryptography
Esecurity
MSc Module
Stars: ✭ 49 (-12.5%)
Mutual labels:  cryptography
Cryptocat
Secure chat software for your computer.
Stars: ✭ 1,011 (+1705.36%)
Mutual labels:  cryptography
Waves
⛓️ Reference Waves Blockchain Node (client) implementation on Scala
Stars: ✭ 1,077 (+1823.21%)
Mutual labels:  cryptography
Crypto blogs
Blogs about Cryptography/Security to follow
Stars: ✭ 41 (-26.79%)
Mutual labels:  cryptography
Omemo Top
Tracking the Progress of OMEMO Integration in various clients
Stars: ✭ 47 (-16.07%)
Mutual labels:  cryptography
Qtum
Qtum Core Wallet
Stars: ✭ 1,080 (+1828.57%)
Mutual labels:  cryptography
Merkle Tools
Tools for creating Merkle trees, generating merkle proofs, and verification of merkle proofs.
Stars: ✭ 54 (-3.57%)
Mutual labels:  cryptography
Filecoin Signing Tools
Filecoin Signing Library
Stars: ✭ 50 (-10.71%)
Mutual labels:  cryptography

Pub Package Github Actions CI

Overview

Cryptographic packages for Dart / Flutter developers. Open-sourced under the Apache License 2.0.

Packages

  • cryptography
    • Cryptography API for Dart / Flutter.
    • Contains cryptography implementations written in pure Dart.
    • Contains cryptography implementations that use Web Cryptography API in browsers.
  • cryptography_flutter
    • Contains cryptography implementations that use Android / iOS APIs.
  • jwk
    • JWK (JSON Web Key) encoding / decoding.
  • kms
    • Key Management Service (KMS) API for Dart / Flutter.
  • kms_flutter
  • noise_protocol
    • Noise protocol implemented in pure Dart.

Contributing

Please share feedback / issue reports in the issue tracker.

Pull requests are welcome.

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].