Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 336 Bytes

File metadata and controls

14 lines (9 loc) · 336 Bytes

CryptoTool

A basic project done during my under-grad in a java course.

This application encrypts plain text and decrypts cipher text.

The following cryptography methods were used:

  1. Caesar Cipher technique
  2. Rail Fence Cipher technique
  3. Vigenère Cipher technique
  4. Dynamic Encryption technique

IDE: NetBeans