Visual Basic Help

Soldato
Joined
4 Sep 2005
Posts
11,453
Location
Bristol
Hi, I was wondering how I would go about decrypting a file using a const key.

I'm trying to decrypt an encrypted file I've been given by a friend. He's using a const key but I have no idea what it is..

Any help?

Cheers,
Naffa :)
 
do you know how he's encrypted the file? if there are only 254 possible choices for the key and you know the algorithm just run the decryption with sequential keys untill you decrypt it, if you don't knwo how he's encrypted it you're up a creek without a paddle.

If you're up that creek you have two options,
A: get your friend to tell you
B: Go to university and do a computer forensics course

I'd sugest option A

Paul
 
Back
Top Bottom