Decode DESFingerPrint

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by cor.

With DESFingerPrint(Password$,Key$) you can encode it.

result$=DESFingerPrint("mypassword","235hhGdf56")

Very nice.

I have the key$, so there must be a way to decode it.

Anyone?
But how can I decode it

Using Windows 98 SE
Registered PB version : 3.40 (Windows)
--------------------------
C. de Visser
Author of Super Guitar Chord Finder
http://www.ready4music.com
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.

It's not reversable. You have to ask your user the password and you can encode it and check it with your previously encoded stuff. The only way to reverse it is to crack it with a brut force or dictionnary approach.

Fred - AlphaSND
Post Reply