A7med Baraka
03-17-2009, 01:02 AM
Playfair Cipher Source code
//**************************************
// Name: Playfair Cipher
// Description:Encryption algorithm implementing the playfair cipher
//**************************************
/******************** Encryption Program ********************
function: Encrypt and Decrypt data using the Playfair Cipher
This program will encrypt data entered at the command or by
opening a file and encrypt the data. Once encrypted, the
ciphertext can be sent to stdout or be redirected to a file.
Data can also be decrypted by manually entering ciphertext
at the command line or by opening a file.
The Matrix table can be viewed using the print matrix function
*************************************************************/
Download Source Code (http://www.barakasoft.com/vb/attachment.php?attachmentid=27&d=1237237224)
Source Code in Attachment
//**************************************
// Name: Playfair Cipher
// Description:Encryption algorithm implementing the playfair cipher
//**************************************
/******************** Encryption Program ********************
function: Encrypt and Decrypt data using the Playfair Cipher
This program will encrypt data entered at the command or by
opening a file and encrypt the data. Once encrypted, the
ciphertext can be sent to stdout or be redirected to a file.
Data can also be decrypted by manually entering ciphertext
at the command line or by opening a file.
The Matrix table can be viewed using the print matrix function
*************************************************************/
Download Source Code (http://www.barakasoft.com/vb/attachment.php?attachmentid=27&d=1237237224)
Source Code in Attachment