/Computer-and-Information-Security

This repository will consist code implementations of cryptographic algorithms.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Computer and Information Security

This repository consists of Python code implementations of cryptographic algorithms.

Algorithms implemented are:

  1. RC4 (Rivest Cipher 4).
  2. RSA (Rivest–Shamir–Adleman).
  3. Knapsack Encryption Algorithm (by Ralph Merkle and Mertin Hellman).