Re: Testing a password
Posted by Gabriel Landini on Apr 07, 2010; 8:48am
URL: http://imagej.273.s1.nabble.com/Testing-a-password-tp3688636p3688641.html
On Wednesday 07 April 2010, you wrote:
> I did not want to comment on that, actually as a minimum I would recommend
> some simple "garbling" of the stored password with some secret "constant" to
> avoid that the password will directly stand out in any text dump of the
> class file.
I was thinking of the risk of somebody using a decompiler that will retrieve
some version of the code. In that case any procedural garbling of the string
would be retrievable as well.
Cheers
G.