Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Password decoding
Password decoding [message #1222462] Fri, 20 December 2013 13:37 Go to next message
Dominic Hanlan is currently offline Dominic HanlanFriend
Messages: 98
Registered: July 2009
Member
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 13:51 Go to previous messageGo to next message
João Rebelo is currently offline João RebeloFriend
Messages: 28
Registered: December 2013
Junior Member
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 13:57 Go to previous message
Dominic Hanlan is currently offline Dominic HanlanFriend
Messages: 98
Registered: July 2009
Member
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: Tue Mar 19 10:44:32 GMT 2024

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

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

Back to the top