Skip to content

BerkeleyBlockchain/cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography

This repository is meant to dive deep into elegant cryptosystems. We will outline each project and system we build and explain our implementation and design choices in effort to guide the next crypto-enthusiasts into this vast base of knowledge.

Disclaimer: Never use these or your own implementations of cryptographic schemes/systems. These implementations are purely for educational purposes. In each project directory, there will be a README describing the flaws and potential areas of attack of the implementations.

Contents

Project 1: RSA

Project 2: Shamir's Secret Sharing Scheme