Files encrypt / decrypt application

Ciphers:

DES, Triple DES, Rjinandel (AES), TwoFish, BlowFish, Cast-128, Cast-256, ICE, ThinICE, ICE-2, MARS, RC-2, RC-4, TEA, Serpent, GOST

Hashes:

MD5, MD4,Tiger, Haval, RipeMD-128, RipeMD-160, SHA-1, SHA-256, SHA-384, SHA-512

Ciphers

Ciphers, also called encryption algorithms, are systems for encrypting and decrypting data. A cipher converts the original message, called plaintext, into ciphertext using a key to determine how it is done.

Ciphers are generally categorized according to how they work and by how their key is used for encryption and decryption. Block ciphers accumulate symbols in a message of a fixed size (the block), and stream ciphers work on a continuous stream of symbols. When a cipher uses the same key for encryption and decryption, they are known as symmetric key algorithms or ciphers.

FilesCrypt0r is a small, freeware tool designed to guard the contents of computer files via the use of encryption algorithms and adjoining keys. The software is designed specifically for the purpose of protecting files with encrypt. Only a user with the known encryption algorithm, hash algorithm and password or key file can decrypt the file.