Skip to content

lestercardoz11/crypto-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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