Password stored with encode, how validate in java?

Posted by Pierre Blitzkow on 01-Dec-2016 12:31

Hello,

I am develop one program in Java and I need make login but password are stored in data base progress  through program 4gl with encode, How validate this password in Java?

thank for anu idea. 

Posted by Jean-Christophe Cardot on 01-Dec-2016 14:25

Google is your friend ;)

github.com/.../ProgressEncode

There are Java and C# implementations.

All Replies

Posted by Jean-Christophe Cardot on 01-Dec-2016 14:25

Google is your friend ;)

github.com/.../ProgressEncode

There are Java and C# implementations.

Posted by Pierre Blitzkow on 05-Dec-2016 11:55

Hello Jean Christophe,

Very thanks for answer, sorry but i searched in google but didn't found this program.

Posted by Lieven De Foor on 22-Dec-2016 04:39

And while you're at it try using another hashing algorithm with salt instead of ENCODE, as it is far from secure...

This thread is closed