Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cttk | 264 | 5 years ago | 4 | mit | C | |||||
Constant-Time Toolkit | ||||||||||
Dudect | 115 | a year ago | 4 | mit | C | |||||
dude, is my code constant time? | ||||||||||
Ctbignum | 87 | 10 months ago | 11 | apache-2.0 | C++ | |||||
Library for Multiprecision Compile-Time and Run-Time Arithmetic (including Modular Arithmetic) | ||||||||||
Uts Server | 45 | 2 years ago | 2 | mit | C | |||||
Micro RFC 3161 Time-Stamp server written in C. | ||||||||||
Many Time Pad Attack | 32 | 5 years ago | 3 | mit | Python | |||||
Attacking A Many Time Pad - Cryptography | ||||||||||
Pixel Signature | 12 | 3 years ago | 2 | February 01, 2020 | apache-2.0 | Rust | ||||
Pixel: Forward secure multi-signatures and threshold signatures | ||||||||||
Go Otp | 11 | 9 years ago | mpl-2.0 | Go | ||||||
Simple one-time pad crypto library for golang | ||||||||||
Burn Notice | 10 | 4 months ago | 2 | Ruby | ||||||
:fire: :memo: Simple, Secure, Encrypted one-time Information | ||||||||||
Realtimecrypto | 8 | 5 years ago | mit | Jupyter Notebook | ||||||
Code samples for Real-Time Crypto Book | ||||||||||
Otp Encryption | 7 | 9 years ago | gpl-2.0 | C | ||||||
A small encryption/decryption program that utilises one-time pad cryptography. |
This code investigates the properties of the one time pad - specifically that it can easily be broken if the same key is used more than once!
Given 10 ciphertexts encrypted using the same key, we can break the encryption, and generate all the plaintexts
MIT License
Copyright (c) 2017 Justin Womersley
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.