This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts accord
This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts according to a user defined key value....
This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts according to a user defined key value....
X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fine in MSVC++ 6.0 Standard....
FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. The encrypted file is written to a new file along w...
Encrypts/Decrypts a piece of text using vigenere algorithm....
This program encrypts some bytes using AES and a common library...