File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JForum and the fly likes how to decrypt the password Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JForum
Reply Bookmark "how to decrypt the password" Watch "how to decrypt the password" New topic
Author

how to decrypt the password

Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
Hello, I would like to know how to decrypt the password. The password is encrypted using the MD5 class. How can I get the original string? thanks

Hi, sorry, I read that is impossible. thanks
[originally posted on jforum.net by ocb]
Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
Hey
MD5 is one way Hash and hence you cant decrypt it. Forget it for time being. If you want decryption feature please go with some other algorithms.

Thanks
Greg
[originally posted on jforum.net by gregjhonson]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to decrypt the password
 
Similar Threads
Using a one way hash for Password encryption
howto encrypt and decrypt password ?
encryption
how to encrypt and decrypt the password using jsp
how do i encrypt/decrypt query string.