This is a tool that uses a combination between a brute force and dictionary attack on a Vigenerecipher.
At present, keys are generated using brute force (will soon try passwords generated from a dictionary first).
Each key is then used to decode the encoded message input. The output is analysed and then put into a ranking table. Outputs will be ranked on a variety of factors (at present, only number of dictionary words in output are counted).
textcrypter is an encryption tool using vigenerecipher algorithm
Textcrypter is an encryption tool using vigenerecipher algorithm. Vigenere use the same key/password to encrypt and decrypt a file (symmetric key cryptosystem). Result of the encryption process is a ciphertext in hexa number.