| Author |
Encrypt
|
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
What you mean by "encrypt the values from the database"?
Rafael [originally posted on jforum.net by Rafael Steil]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
Hello,
I use the encryption technique wich comes with JForum en it works when I put data in my database. But now I cannot encrypt this. Does anyone now how to encrypt the values from the database.
I use the MD5.crypt(); from JForum.
Thnx,
Henk [originally posted on jforum.net by henkie]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
I mean decrypt values from the database. When I insert the value with the MD5.crypt(); in the database the value is an encrypted value. When I retrieve this data, I got it in a String so the encryted data is on my webpage.
Now mine question is how te decypt it so it is in plain text again.
Thnx [originally posted on jforum.net by henkie]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
It's not possible to decode MD5 hashes.
Rafael [originally posted on jforum.net by Rafael Steil]
|
 |
 |
|
|
subject: Encrypt
|
|
|