All Projects → akalin → Cryptopals Python3

akalin / Cryptopals Python3

Solutions to Matasano crypto challenges in Python 3.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Cryptopals Python3

Webcrypto
W3C Web Cryptography API for Node.js
Stars: ✭ 79 (-13.19%)
Mutual labels:  cryptography
Js Ethereum Cryptography
Every cryptographic primitive needed to work on Ethereum, for the browser and Node.js
Stars: ✭ 83 (-8.79%)
Mutual labels:  cryptography
Paramikojs
port of the paramiko library from python->javascript
Stars: ✭ 89 (-2.2%)
Mutual labels:  cryptography
Awa Ssh
Purely functional SSH library in ocaml.
Stars: ✭ 80 (-12.09%)
Mutual labels:  cryptography
Bitcoin Cryptography Library
Nayuki's implementation of cryptographic primitives used in Bitcoin.
Stars: ✭ 81 (-10.99%)
Mutual labels:  cryptography
Argon2pw
Argon2 password hashing package for go with constant time hash comparison
Stars: ✭ 85 (-6.59%)
Mutual labels:  cryptography
Waves Api
Waves API library for Node.js and browser
Stars: ✭ 78 (-14.29%)
Mutual labels:  cryptography
Libsodium
A modern, portable, easy to use crypto library.
Stars: ✭ 9,782 (+10649.45%)
Mutual labels:  cryptography
Beamsplitter
💎 Beamsplitter - A new (possibly universal) hash that passes SMHasher. Built mainly with a random 10x64 S-box. Also in NodeJS
Stars: ✭ 83 (-8.79%)
Mutual labels:  cryptography
Tokenscript
TokenScript schema, specs and paper
Stars: ✭ 89 (-2.2%)
Mutual labels:  cryptography
Recrypt Rs
A set of cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption.
Stars: ✭ 81 (-10.99%)
Mutual labels:  cryptography
Themis
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
Stars: ✭ 1,232 (+1253.85%)
Mutual labels:  cryptography
Pentesting toolkit
🏴‍☠️ Tools for pentesting, CTFs & wargames. 🏴‍☠️
Stars: ✭ 1,268 (+1293.41%)
Mutual labels:  cryptography
Lightning Rfc
Lightning Network Specifications
Stars: ✭ 1,224 (+1245.05%)
Mutual labels:  cryptography
Py Seccure
SECCURE compatible Elliptic Curve cryptography in Python
Stars: ✭ 90 (-1.1%)
Mutual labels:  cryptography
Yubikeylockd
Simple daemon for locking and unlocking macOS with Yubikey
Stars: ✭ 78 (-14.29%)
Mutual labels:  cryptography
Fresco
A FRamework for Efficient Secure COmputation
Stars: ✭ 83 (-8.79%)
Mutual labels:  cryptography
Dudect
dude, is my code constant time?
Stars: ✭ 91 (+0%)
Mutual labels:  cryptography
Siphash Js
A Javascript implementation of SipHash-2-4
Stars: ✭ 90 (-1.1%)
Mutual labels:  cryptography
Zcash Mini
A minimal portable Zcash z-address generator for offline / paper wallets
Stars: ✭ 87 (-4.4%)
Mutual labels:  cryptography

This are my solutions to the Matasano crypto challenges (http://cryptopals.com) in Python 3.

For most challenges it suffices to run:

python3 challengeXX.py

but for some challenges, you might need to do:

python3 challengeXX_server.py

or similar first.

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