CuteFTP 4.0.19 - PASSWORD DECRYPTER 0.1 By Klefz
------------------------------------------------

Just enter a encrypted CuteFTP password and this program decrypts it to plain
text!

A program to open the SM.DAT and create TXT list files is on it's way so
please be patient ;)

Passwords and site info is stored in SM.DAT, open and look,
and it looks like this

00 00 A9 01 00 00 00 00  00 00 0B 00 00 00 08 78              x
6F 6F 6D 2E 63 6F 6D 02  00 00 00 01 00 00 00 01   oom.com      
00 02 00 00 00 00 00 03  00 00 00 08 78 6F 6F 6D            xoom
2E 63 6F 6D 06 6B 6C 65  66 66 65 06 A3 A4 AD AE   .comkleffe
AE AD 00 00 15 00 00 00  00 00 00 00 02 00 00 00           

06 6B 6C 65 66 66 65 06 A3 A4 AD AE AE AD   kleffe񡫫

firs byte is the length of the name, then the name, then the length of the
encrypted password and then the encrypted password.

The password is encrypted with a simple XOR calculation, so XOR each char in the password
with C8h and you get the password in clear text. like this

A3 XOR C8 = 6B (k)
A4 XOR C8 = 6C (l)
AD XOR C8 = 65 (e)
AE XOR C8 = 66 (f)
AE XOR C8 = 66 (f)
AD XOR C8 = 65 (e)

simple as that :)

--
Klefz - klefz@cryogen.com - http://poppis.org/~klefz/