Skip to main content



      Home
Home » Eclipse Projects » Eclipse Scout » Password decoding
Password decoding [message #1222462] Fri, 20 December 2013 08:37 Go to next message
Eclipse UserFriend
Hi,

I wish to edit a users password in a form. The user password is created with

Base64Utility.encode(EncryptionUtility.signMD5(pass.getBytes()))


for storage in the database.

How do I reverse this to show in a password "****" field?

Regards
Re: Password decoding [message #1222466 is a reply to message #1222462] Fri, 20 December 2013 08:51 Go to previous messageGo to next message
Eclipse UserFriend
putting it straight and simple.. MD5 isn't reversable.
either change the encryption method, of fake the "****" behavior as you want.
Re: Password decoding [message #1222468 is a reply to message #1222466] Fri, 20 December 2013 08:57 Go to previous message
Eclipse UserFriend
Yeah I just got that from google MD5 is one way!

Thanks anyway.
Previous Topic:Table columns order hidden cache??
Next Topic:Wizard initial focus
Goto Forum:
  


Current Time: Thu Jul 17 13:03:50 EDT 2025

Powered by FUDForum. Page generated in 0.03614 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top