Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

System Security : C code for Playfair Cipher (Should be executed in Linux with gcc.)

The Playfair cipher or Playfair square is a manual symmetric encryption technique and was the first literal digraph substitution cipher. The scheme was invented in 1854 by Charles Wheatstone, but bears the name of Lord Playfair who promoted the use of the cipher.
The technique encrypts pairs of letters (digraphs), instead of single letters as in the simple substitution cipher and rather more complex Vigenère ciphersystems then in use. The Playfair is thus significantly harder to break since the frequency analysis used for simple substitution ciphers does not work with it. Frequency analysis can still be undertaken, but on the 600 possible digraphs rather than the 26 possible monographs. The frequency analysis of digraphs is possible, but considerably more difficult – and it generally requires a much larger ciphertext in order to be useful.


This post first appeared on Aditya Mandhare, please read the originial post: here

Share the post

System Security : C code for Playfair Cipher (Should be executed in Linux with gcc.)

×

Subscribe to Aditya Mandhare

Get updates delivered right to your inbox!

Thank you for your subscription

×