Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Cryptography
Cryptography, or cryptology is the practice and study of techniques for secure communication in the presence of adversarial behavior. More generally, cryptography is about constructing and analyzing protocols that prevent third parties or the public from reading private messages.
- GitHub: https://github.com/topics/cryptography
- Wikipedia: https://en.wikipedia.org/wiki/Cryptography
- Last updated: 2024-11-16 00:06:05 UTC
- JSON Representation
https://github.com/davidbuchanan314/roll13
an (unfinished) TLSv1.3 client in pure python, hand-rolled from first principles.
aes aes-gcm cryptography hmac hmac-sha256 python python3 secp256r1 sha256 tls tls13
Last synced: 07 Nov 2024
https://github.com/elliotwutingfeng/bitwarden_backup_decryptor
CLI tool to decrypt backup files exported from Bitwarden. This application is not affiliated with Bitwarden, Inc.
aes aes-cbc android argon2id backup credential-stuffing cryptography cybersecurity encryption hmac hmac-sha256 ios password-manager pbkdf2 security sha256
Last synced: 11 Nov 2024
https://github.com/prongbang/aes_ctr
AES CTR - Counter Flutter plugin.
aes-ctr aes-ctr-mode cryptography decryption encryption flutter
Last synced: 25 Oct 2024
https://github.com/samuel-lucas6/tango12
A stream cipher based on BLAKE2b.
blake2 blake2b blake2b-hash-algorithm cipher crypto cryptography encryption keystream stream-cipher
Last synced: 16 Oct 2024
https://github.com/samuel-lucas6/padme.net
A .NET implementation of PADMÉ padding.
crypto cryptography padding padme padme-padding
Last synced: 16 Oct 2024
https://github.com/nikhil25803/pyfidelius
Python SDK for Fidelius CLI, a tool designed for ECDH cryptography.
Last synced: 30 Oct 2024
https://github.com/crownedgrouse/preach
[WIP] Phi base Random Encoder Aimed for Cryptography Hardening
Last synced: 01 Nov 2024
https://github.com/fpoirotte/cryptal-tomcrypt
An implementation of the Cryptography Abstraction Layer based on the tomcrypt PHP extension
cryptal crypto cryptography libtomcrypt php tomcrypt
Last synced: 28 Oct 2024
https://github.com/samuel-lucas6/covertpadding
An implementation of the Covert Encryption randomised padding scheme.
crypto cryptography encryption padding purb
Last synced: 16 Oct 2024
https://github.com/samuel-lucas6/aes-ctr.net
A .NET implementation of AES-CTR.
aes aes-256 aes-ctr aes-ctr-mode aes-decryption aes-encryption crypto cryptography
Last synced: 16 Oct 2024
https://github.com/darconeous/msecret-rust
Tool for deriving various types of keys from known symmetric secrets.
command-line-tool cryptography ecc-cryptography key-derivation passphrase rsa-cryptography rust secret-sharing
Last synced: 14 Oct 2024
https://github.com/mrdcvlsc/keyper-offline-password-manager
An android application where you can record the following account information: username, platform, passwords to an offline database.
aes aes-256 aes256 android android-application android-studio apk cryptography data-encryption data-security database decryption encryption information-security information-system java offline password-manager password-vault sqlite3
Last synced: 08 Nov 2024
https://github.com/scotow/pac
Scripts made throughout the PAC courses (Lille University)
course cryptography lille university university-project
Last synced: 06 Nov 2024
https://github.com/enjeck/cryptoalgovisualizer
Visualizations of various cryptography algorithms
algorithms cryptography visualization
Last synced: 04 Nov 2024
https://github.com/mrdcvlsc/bytepadding
A collection of different byte padding methods
alignment ansix923 block block-cipher block-cipher-mode byte-array c-plus-plus cplusplus cpp cryptography data-processing data-stream fill iso-iec-7810 library memory memory-management padding pkcs5 pkcs7
Last synced: 08 Nov 2024
https://github.com/vexcited/forgeron
WIP: A native implementation of tools to write crypto-based webapps.
aes asn1 certificate cipher crypto cryptography csr hmac javascript md5 message-digest pbkdf2 pkcs pkcs1 pkcs12 pkcs7 sha1 sha256 tls x509
Last synced: 13 Nov 2024
https://github.com/vexcited/iut-r3.09
Module de cryptographie de BUT2 à l'IUT du Limousin.
cryptanalysis cryptography iut-du-limousin rust
Last synced: 13 Nov 2024
https://github.com/bwesterb/go-exptable
Speed up modular exponentiation of Go's big.Int's using precomputed tables
cryptography go golang modular-exponentiation precomputed-table
Last synced: 25 Oct 2024
https://github.com/marlonbarcarol/enigma-engine
An encryption algorithm with the implementation of the enigma machine
cipher cryptography encryption enigma enigma-machine javascript substitution-cipher typescript
Last synced: 06 Nov 2024
https://github.com/aatxe/hacl-rs
Rusty bindings for HACL*, a formally verified cryptographic library written in F*.
cryptography security verified-primitives
Last synced: 15 Oct 2024
https://github.com/anuja-rahul/python-datavault
Encrypt and safeguard your valuable data with this python encryption/decryption module.
aes-256 cbc-aes-encryption cryptography fernet-cryptography oops-in-python
Last synced: 08 Nov 2024
https://github.com/bodrovis-learning/cryptobits-yt-series
Серия уроков Crypto bits на YouTube
crypto cryptocurrency cryptography
Last synced: 06 Nov 2024
https://github.com/sebastienrousseau/cmn
A Rust library for accessing a collection of mathematical and cryptographic constants
avogadro boltzmann constants cryptography data-structures development-tools euler gamma golden-ratio hash mathematics pi planck rust silver-ratio squareroot tau
Last synced: 12 Oct 2024
https://github.com/harmon758/the-cryptopals-crypto-challenges
The Cryptopals (Matasano) Crypto Challenges
crypto cryptography cryptopals cryptopals-challenges cryptopals-crypto-challenges matasano matasano-crypto-challenges matasano-cryptopals-challenge matasano-cryptopals-challenges
Last synced: 13 Oct 2024
https://github.com/kevincharm/sparse-merkle-tree
Optimised SMT implementation in Solidity & accompanying JS lib
cryptography ethereum evm merkle-tree solidity sparse-merkle-tree
Last synced: 08 Nov 2024
https://github.com/isakruas/ecdp
The Elliptic Curve Data Protocol (ECDP) is a P2P communication protocol for decentralized networks, utilizing elliptic curve cryptography (ECC) for encryption, ECDSA for message authentication, and Diffie-Hellman key exchange for secure sessions. It operates over TCP and UDP.
cryptography data-security decentralized-networks diffie-hellman-key-exchange ecdsa elliptic-curve-cryptography encryption message-authentication peer-to-peer protocol secure-communication session-initialization tcp udp
Last synced: 13 Nov 2024
https://github.com/exenon/cryptopals
Solutions to the Cryptopals Crypto Challenges
Last synced: 06 Nov 2024
https://github.com/henryhale/enigma
🔐 A basic simulation of the Enigma machine
cipher cryptography decryption encryption enigma enigma-machine enigma-simulator henryhale ts turing
Last synced: 11 Nov 2024
https://github.com/gerhalt/cryptopals
Solutions to Cryptopals challenges in Python 3. Visit https://cryptopals.com/ for the complete list of challenges.
aes-encryption cbc-mode challenges crypto cryptography diffie-hellman dsa dsa-algorithm ecb-mode puzzles python python3 rsa rsa-algorithm solutions
Last synced: 14 Nov 2024
https://github.com/x011/cryptoframe
CryptoFrame is a command-line tool engineered for the secure practice of steganography within video files.
aes-encryption cryptography cyber-security data-hiding digital-forensics ffmpeg information-security lossless-codecs lsb-steganography open-source privacy-tools python rsa-encryption secure-communication steganography video-encryption video-processing video-steganalysis
Last synced: 06 Nov 2024
https://github.com/divshekhar/decipher
Breaking transposition cipher using metaheuristic algorithms
cryptanalysis cryptography dpso-algorithm genetic-algorithm geneticalgorithm jaya-algorithm mpso-algorithm pso-algorithm transposition-cipher
Last synced: 07 Nov 2024
https://github.com/john-lin/crypt
A simple CLI tool for Encrypt/Decrypt files.
Last synced: 10 Nov 2024
https://github.com/samrb-dev/kry0steg
Kry0Steg is a simple cryptographic toolkit providing classical ciphers, hashing, encoding and steganography tools with graphical user interface written with C++ and GTK C++ binding called GTKmm.
ciphers cpp cryptography gtk gtk4 gtkmm4 steganography-tools
Last synced: 24 Oct 2024
https://github.com/elliotwutingfeng/steam_totp
A Dart library for generating 5-character alphanumeric Steam TOTP codes.
crypto cryptography mfa otp security
Last synced: 11 Nov 2024
https://github.com/yashkarthik/steno_hide_text
Hide text in an image with steganography.
cryptography image-manipulation python steganography
Last synced: 08 Nov 2024
https://github.com/chaos4455/py-crypt-messages
Python message encryption software with RSA 512/4096 bits
criptografia cryptography encryption encryption-decryption python rsa rsa-algorithm rsa-cryptography rsa-encryption
Last synced: 11 Nov 2024
https://github.com/obaskly/vas-y
aes base64 cipher cryptography encryption-decryption rsa
Last synced: 11 Nov 2024
https://github.com/utarwyn/a51-cipher
Java implementation of the A5/1 Stream Cipher.
cryptography learning school-project
Last synced: 19 Oct 2024
https://github.com/sourish-kanna/side-projects
These are my other side projects which are not that big for a dedicated repository
ascii cesar-cipher cesar-cypher cryptography encryption java python side-project
Last synced: 09 Nov 2024
https://github.com/qtumproject/qtool
Qtool is a cli command, a JSON RPC api and a golang package that provides crypto functionalities specific for qtum blockchain
bitcoin cryptography ecdsa qtum
Last synced: 06 Nov 2024
https://github.com/gianlucatruda/nis-encrypted-messaging
A demonstration of security principles for peer-to-peer communications of sensitive content.
aes-encryption cryptography messaging python3 rsa-cryptography security
Last synced: 28 Oct 2024
https://github.com/moul/otp
One-Time Pad utility
conference cryptography one-time-pad otp xor
Last synced: 21 Oct 2024
https://github.com/ajnouri/network-automation
Development container for network automation.
ansible cryptography napalm net-tools netmiko openssh-client paramiko pexpect pycharm-ide pyntc python python-pip python3-setuptools python36 telnet
Last synced: 31 Oct 2024
https://github.com/fa7ad/bad-ciphers
A collection of bad ciphers
cryptography hacktoberfest hacktoberfest2023
Last synced: 24 Oct 2024
https://github.com/bytemare/hash2curve
Go implementation of RFC 9380 - Hashing to Elliptic Curves
cryptography ecc elliptic-curves go golang hash hash-to-curve rfc9380 secp256k1
Last synced: 14 Nov 2024
https://github.com/hk-transfield/quantum-key-exchange
A simple program to simulate a Quantum Key Exchange (QKE) algorithm, written in Python3.
cryptography encryption python python3 quantum-computing quantum-key-distribution symmetric-cryptography symmetric-encryption symmetric-key-cryptography xor-cipher xor-encryption
Last synced: 27 Oct 2024
https://github.com/vitkarpenko/cryptopals
:anger: Solving the cryptopals crypto challenges in Python for fun and profit!
challenge cryptography cryptopals python
Last synced: 06 Nov 2024
https://github.com/zhongruoyu/aes
Advanced Encryption Standard (AES) in C with file encryption/decryption support.
Last synced: 10 Nov 2024
https://github.com/scifer99/pki-engineering
PKI Engineering Repository for Secure Web Application Development
cryptography information-security informationsystems pki-applications security-engineering
Last synced: 10 Nov 2024
https://github.com/b0kic4/pgpkeytypedetector
This includes RSA and ECC cryptographic algorithms
Last synced: 29 Oct 2024
https://github.com/elliotwutingfeng/balloon-hashing-kotlin
Balloon Hashing implemented in Kotlin.
crypto cryptography gradle hash java kdf-algorithm key-derivation-function kotlin password
Last synced: 11 Nov 2024
https://github.com/azlibdar/caesar-cipher
Encrypt and decrypt messages using the Caesar Cipher technique with this simple web application. Real-time updates and space preservation
caesar-cipher cipher-algorithms cryptography
Last synced: 24 Oct 2024
https://github.com/circa10a/l33tcrypto
Cryptography for the most l33t haxx0rs
cryptography encoder-decoder hacktoberfest
Last synced: 27 Oct 2024
https://github.com/eldersantoss/pycertmanager
Module to assist in the programmatic management of PFX digital certificates on Windows operating system.
certificate cryptography pfx pki powershell windows
Last synced: 02 Nov 2024
https://github.com/magical/skein
The Skein hash function and Threefish block cipher
Last synced: 14 Oct 2024
https://github.com/rdner/uncrypticated
cryptography in Go made easy as it should be
Last synced: 28 Oct 2024
https://github.com/sanjoy-sust/scpproject
This is Secure Communication Protocol for smart cart Cryptography management
aes aes-encryption algorithm cryptography design-patterns factory-method-pattern factory-pattern j2se java java-smart-cards security
Last synced: 10 Nov 2024
https://github.com/shgysk8zer0/jscrypt
Cryptographic modules implemented in JavaScript (I.E. SubtleCrypto API)
aes aes256 crypto cryptography ecmascript2015 es6 es6-modules javascript jscrypt jwk nodejs npm phpcrypt rsa spki subtlecrypto subtlecrypto-api webcryptoapi
Last synced: 17 Oct 2024
https://github.com/mjovanc/cryptographix
Visualize and Interact with Cryptographic Algorithms
crypto cryptography gui leptos rust tauri
Last synced: 03 Nov 2024
https://github.com/talha-1010/des-algorithm
A symmetric-key algorithm for the encryption of digital data.
cpp cryptography datastructures des-algorithm encryption-decryption template-specialisations
Last synced: 14 Nov 2024
https://github.com/protomorphine/rsa-communication-system
Основные стадии процесса шифрования текстового сообщения с помощью алгоритма RSA
cryptography encryption matlab rsa
Last synced: 16 Nov 2024
https://github.com/chanced/navajo
A cryptographic toolkit for Rust
crypto cryptography rust security
Last synced: 02 Nov 2024
https://github.com/intricate/paseto-haskell
A Haskell implementation of PASETO (Platform-Agnostic Security Tokens).
cryptography haskell jwt paseto security token
Last synced: 12 Oct 2024
https://github.com/miraclx/xstrip-auth
Cryptographically strong pseudorandom key generator based on the `XStrip Algorithm`
cipher cryptography encrypt pbkdf2withhmacsha512 pseudorandom
Last synced: 15 Nov 2024
https://github.com/ergl/sss
Basic Shamir's Secret Sharing
cryptography pony-language shamir shamir-secret-sharing
Last synced: 14 Oct 2024
https://github.com/ecies/py-demo
A simple fastapi eciespy web backend demo
cryptography ecies fastapi python3 secp256k1 webdemo
Last synced: 07 Nov 2024
https://github.com/bahanix/chatchan
End-to-end encrypted chat in your browser
chat cryptography end-to-end web-app
Last synced: 13 Oct 2024
https://github.com/salmandabbakuti/lit-actions-listener
lit actions event listener proposal
access-control actions cryptography encryption event-driven event-listener lit-protocol web3 web3-actions
Last synced: 09 Nov 2024
https://github.com/pur3miish/antelope-ecc
A universal JavaScript ECC digital signature and key utility package for Antelope based blockchains
antelope antelopeio-blockchain blockchain-technology crypto cryptography javascript sign-transactions signature signature-generation signature-verification
Last synced: 03 Nov 2024
https://github.com/unbekanntes-pferd/dco3-crypto
A Rust crate for cryptography in DRACOON - more info on DRACOON here: https://dracoon.com
cryptography dracoon openssl rust-crate rust-crypto rust-lang
Last synced: 14 Oct 2024
https://github.com/verkush/lockboxpro
The LockBoxPro is an advanced software solution designed to facilitate the creation and evaluation of cryptographic algorithms.
cryptography electronjs generator
Last synced: 31 Oct 2024
https://github.com/justscott/listcrypt
Symmetric cryptographic algorithm built with python3
cryptography encryption python38 symmetric-cryptography symmetric-key-cryptography
Last synced: 08 Nov 2024
https://github.com/bkawk/bit-flip
Polymer1 Web Component for generating a random hexadecimal or binary string, of a specified length.
bitcoin crypto cryptography polymer webcomponents
Last synced: 07 Nov 2024
https://github.com/shilongdai/passwordsaver
A password manager with high-grade encryption and authentication
cryptography encryption java password-manager password-store
Last synced: 07 Nov 2024
https://github.com/psychedelicshayna/obsidian.cpp
An abstraction layer that sits on top of OpenSSL which provides a more modern way of interacting with it in C++
abstract cpp-library cryptography decryption encryption moderncpp openssl-bindings wrapper-library
Last synced: 12 Nov 2024
https://github.com/keyan/e2e_voting
Simulated end-to-end verifiable secure election protocol
Last synced: 28 Oct 2024
https://github.com/ableinc/polysecrets
A completely randomized order of secrets; built with security in mind.
application-security cryptography encryption jwt jwt-token password password-generator polysecrets secrets security security-tools server-security signing signing-certificates
Last synced: 21 Oct 2024
https://github.com/netgian/cryptography-tool-with-gui
This is a tool for encrypt and decrypt with a graphical user interface made by my self.
cryptography decrypt encrypt python
Last synced: 09 Nov 2024
https://github.com/crodriguezvega/go-knapsackcrypto
Knapsack crypto systems in Go
crypto cryptography cryptography-library go golang knapsack-crypto knapsack-encryption merkle-hellman merkle-hellman-knapsack public-key-cryptography
Last synced: 06 Nov 2024
https://github.com/danieldidiobalsamo/sha256sum_from_scratch
SHA-256 from-scratch implementation in Rust
cryptography hashing rust sha256
Last synced: 09 Nov 2024
https://github.com/magical/go-acorn
Go implementation of the ACORN-128 authenticated encryption scheme
Last synced: 14 Oct 2024
https://github.com/usscalsst/xyn-seedwatcher-crypto-balance-checker-searcher-multicoin
This repository offers a versatile toolkit for managing multiple cryptocurrencies. Xyn SeedWatcher includes tools for balance checking, address searching, and multi-coin support. Use this to efficiently monitor and manage your crypto assets.
bip39 bitecoin blockchain coin-watcher cold-wallet cryptography ethereum hardware-wallet keypair mnemonic-phrase mnemonic-watcher monorepo react-native seed seed-phrase seed-phrase-checker seed-phrase-generator seed-watcher wallet wallet-watcher
Last synced: 11 Oct 2024
https://github.com/elliotwutingfeng/balloon-hashing
Balloon Hashing implemented in Ruby.
crypto cryptography hash kdf-algorithm key-derivation-function password ruby ruby-language
Last synced: 11 Nov 2024
https://github.com/gavincarr/go-slip39
A SLIP-0039 library for Go.
bitcoin cryptography go slip39
Last synced: 21 Oct 2024
https://github.com/miiraak/classicalcompendium
A .NET library of classic C# utility methods
calculator compendium conversion cryptography csharp hash lists package random sorting-algorithms
Last synced: 25 Oct 2024
https://github.com/devsallein/taskmanager
😎🔎 A complete CRUD API for task management, an advanced level challenge proposed by DIO.me in its bootcamp with Avanade, currently has authentication with JWT token and much more (✿◕‿◕✿)
authentication-backend bootcamp-project consuming-api cryptography csharp dotnet entity-framework-core git jwt-authentication microsoft-identity minimal-api refit
Last synced: 08 Nov 2024
https://github.com/peterfritz/time
Get the current time, timezone, and a language-sensitive representation of the current time in the local timezone based on the user's IP. Create and validate signed date tokens.
Last synced: 08 Nov 2024
https://github.com/kozlm/lyra2
Lyra2 password hashing algorithm implementation in Java
cryptography java junit lyra2 maven password-hashing phs
Last synced: 08 Nov 2024
https://github.com/swapnilraj/groupie-wellman
cryptography diffie-hellman-algorithm key
Last synced: 05 Nov 2024
https://github.com/sharif-minhaz/one-time_pad_algo-otm
One Time Pad algorithm (OTP) is a symmetric key type algorithm which means that the key used to perform encryption and decryption is the same key
Last synced: 14 Nov 2024
https://github.com/keidarcy/learn-cryptography-nodejs
learn-cryptography-nodejs
crypto cryptography javascript nodejs typescript vitest
Last synced: 15 Nov 2024
https://github.com/sripwoud/cryptography
Modern Cryptography Primitives 101
basics cryptography primitives
Last synced: 29 Oct 2024
https://github.com/rurumimic/siege
🏰 공성전
aes cryptography rsa rust security tls
Last synced: 09 Nov 2024