/crypto-tool

A basic java application to encrypt and decrypt.

Primary LanguageJava

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