cbeardsmore / cryptoo

Fundamental Concepts of Cryptography 200: Affine, SDES and RSA Implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cryptoo

Fundamental Concepts of Cryptology 200: Cipher Implementations
Purpose

Various implementations of crypo ciphers.

File List
affine/ - Basic affine cipher implementation in C
SDES/ - Simplified DES implementation in Java
RSA/ - RSA implementation in Java
documentation/ - Reports detailed in the implementations
tests/ - Testing files

About

Fundamental Concepts of Cryptography 200: Affine, SDES and RSA Implementations

License:MIT License


Languages

Language:C 47.9%Language:Java 47.2%Language:Makefile 2.6%Language:C++ 2.3%