Cryptography

Transposition Cipher

Admin | 06-Oct-2016 | C#, VB.Net, C, C++, PHP

In cryptography, a transposition cipher, also known as columnar transposition cipher, is a simple and easy to implement cipher. This cipher follows a ...

Vigenere Cipher

Admin | 20-May-2016 | C#, VB.Net, C, C++, PHP

In cryptography, a Vigenère cipher is a method of encrypting alphabetic text by using a series of different Caesar ciphers based on the ...

XOR Encryption

Admin | 11-Apr-2017 | C#, VB.Net, C, C++, PHP

In cryptography, XOR Encryption, also known as XOR Cipher, is a encryption algorithm. With this algorithm, a string of text can be encrypted by ...