Skip to content

This is a tool to Encrypt/Decrypt a message with Playfair chiper algorithm. The Playfair cipher or Playfair square is a manual symmetric encryption technique and was the first literal digraph substitution cipher.

Notifications You must be signed in to change notification settings

milstrike/Playfair-Encryption-Decryption-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Playfair Encryption Decryption Tools

This is a tool to Encrypt/Decrypt a message with Playfair chiper algorithm. The Playfair cipher or Playfair square is a manual symmetric encryption technique and was the first literal digraph substitution cipher.

How To Use it?

Simple, if you familiar with java code You can download the source and modify then compile it. If You not too familiar with java, You can download the jar files from DISTRIBUTION.
The Interface is really simple. Look at the Screenshot below:


1. First, You must select Encryption or Decryption method.
2. Then enter your key (6 characters minimum). If your key less than 6 characters, it will raise an error popup.
3. Then choose, to replace the "J" letter with "I" or not.
4. Enter your text, then click start
5. Your Encrypted text will be printed in Output Text
6. After that, you can copy the result by clicking on Copy Output button

So, simple right? Have fun!

Other Screenshot


Playfair Encryption Decryption Tools Ver. 1.0.2

Change Log:
1. Fixing Output. Now in encryption method, the output will added with white space every 2 characters.
2. Fixing Input. In decryption method, all white space in Input will be removed

SCREENSHOT V.1.0.2



About

This is a tool to Encrypt/Decrypt a message with Playfair chiper algorithm. The Playfair cipher or Playfair square is a manual symmetric encryption technique and was the first literal digraph substitution cipher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages