diffie-hellman
There are 281 repositories under diffie-hellman topic.
phpseclib/phpseclib
PHP Secure Communications Library
mimoo/Diffie-Hellman_Backdoor
How to backdoor Diffie-Hellman
syncsynchalt/animated-curves
An animated visualization of elliptic curve cryptography
PeculiarVentures/2key-ratchet
2key-ratchet is an implementation of a Double Ratchet protocol and X3DH in TypeScript utilizing WebCrypto.
serengil/crypto
Elliptic Curve Cryptography and Common Public Key Cryptography Implementations
soatok/rawr-x3dh
TypeScript Implementation of X3DH
zeyadetman/Computer-Security-algorithms
👨💻 Computer Security algorithms in C#
sdiehl/double-ratchet
Double ratchet algorithm for E2E encryption
billbuchanan/appliedcrypto
MSc module in Applied Cryptography - CSN11131
parthendo/thrain
Secure Text Transfer Using Diffie-Hellman Key Exchange Based On Cloud
deadPix3l/pyDHE
a fully python Diffie-Hellman Library
ti-dh/ti-dh-php
Diffie Hellman密钥交换,基于纯PHP实现的DH库,用于服务器端
RubyCrypto/x25519
Public key cryptography library for Ruby providing the X25519 Diffie-Hellman function
armfazh/rfc7748_precomputed
Updated! (Dec2-2019) This is a C-language software library that provides optimized implementations of the Diffie-Hellman functions known as X25519 and X448 (RFC-7748) for 64-bit architectures.
ejupialked/cryptchat
A secure chat between an Android client and Java server using AES for encryption and Diffie-Hellman for key exchange.
DavyLandman/compact25519
A compact portable X25519 + Ed25519 implementation
hammurabi-mendes/learn-crypto-javascript
Learning Cryptography with Javascript
tarcisio-marinho/RSA
Simple RSA cryptographyc algorithm implementation
ilchen/cryptopals
Solutions to https://cryptopals.com problems
ivRodriguezCA/nuntius
iOS Framework for end-to-end encrypted messages
ZcashFoundation/ristretto255-dh
Diffie-Hellman key exchange using the Ristretto255 group, in Rust.
gionanide/Cryptography
Crypto projects in python, e.g. Attacks to Vigenere, RSA, Telnet Protocol, Hip Replacement , Vernam cipher, Crack Zip Files, Encryptions RC4, Steganography, Feistel cipher, Superincreasing Knapsac, Elliptic Curve Cryptography, Diffie Hellman & EDF.
lonkey/simple-cryptographic-algorithms
Python library for demonstrating the functionality of common cryptographic algorithms
upkoding/e2e-encyption-demo
Demo Enkripsi E2E dengan metode Diffie–Hellman key exchange
paulmillr/micro-rsa-dsa-dh
Minimal JS implementation of older cryptography algorithms: RSA, DSA, DH.
gsurma/diffie_hellman_key_exchange
Swift implementation of classic cryptographic key exchange method.
daack/dh-key-exchange
Diffie Hellman key exchange
eugen15/diffie-hellman-cpp
Diffie-Hellman key exchange between OpenSSL 3, LibreSSL 3 and a custom C++ implementation.
rebexnet/elliptic
Elliptic curve algorithm wrappers
ti-dh/ti-dh-java
Java实现的DH算法,包括API端和客户端的所有实现
bodgit/tsig
Golang library to support additional TSIG methods for DNS queries
ti-dh/ti-dh-golang
Go实现的DH算法,用于服务端
trhgquan/crypto
Cài đặt thuật & tóm tắt lí thuyết Mã hóa mật mã - fit@hcmus
mahmoudai1/secure-chat
Secure Chatting Application developed by PHP and JavaScript.
hazae41/cadenas
Zero-copy TLS protocol for the web 🏎️ (JS + WebAssembly)
reginalab/dh-aes-p4
A pure P4 implementation towards Diffie-Hellman key exchange with AES encryption.