1 (edited by v_pozidis 2022-05-21 13:10:19)

Topic: Decrypt password

Hi to all,
I am using for my project the form for users and roals. My question is in case I forgot or lose the password is it possible to recover it from the database. What kind of a protocol should I use to decrypt it?

Re: Decrypt password

I think all you need is the opposite function to the one you used to encode the database.

It would only work for your database though .

I've never been able to get the MVD DecryptRC5 to work for me though, it always crashes the program.

On a clear disk you can seek forever

Re: Decrypt password

Check on this one http://myvisualdatabase.com/forum/viewtopic.php?id=7915

brian