Results 1 to 7 of 7
Thread: Encription / Decription
- 08-28-2008, 01:31 PM #1
Member
- Join Date
- Jun 2008
- Location
- us
- Posts
- 47
- Rep Power
- 0
- 08-28-2008, 01:51 PM #2
The decript code will have to match the encript code. I don't think you can encript something with one algorithm and decript it with another and end up with the original object.i have one alg in java which is encript the value
There have been other posts on this topic. Use search to find them.
- 08-28-2008, 02:01 PM #3
Member
- Join Date
- Jun 2008
- Location
- us
- Posts
- 47
- Rep Power
- 0
actually this i have one md5 tech to enc the value
but we cant dec md5 value . as per my know.
so how i can?
- 08-29-2008, 12:40 PM #4
Indeed md5 is almost not reversible. It is very hard to restore original bytes you have md5 from.
Better use javax.crypto facility
Encrypting a File or Stream with DES (Java Developers Almanac Example)Last edited by ProjectKaiser; 08-29-2008 at 03:00 PM.
- 08-29-2008, 01:07 PM #5
Member
- Join Date
- Jun 2008
- Location
- us
- Posts
- 47
- Rep Power
- 0
thnakx some thing good
- 09-10-2008, 07:14 AM #6
Read about and use JCA/JCE.
Daniel @ [www.littletutorials.com]
Language is froth on the surface of thought
- 09-10-2008, 01:52 PM #7
Hi,
There are many links that give you java code examples for both encrypting and decrypting. I would add some more links to the one already provided.
1. Java Code to Encrypt and Decrypt a Sample Client Random
2. Signing, encrypting, and decrypting AtomTo finish sooner, take your own time....
Nivedithaaaa
Similar Threads
-
Encription problem
By DemoX in forum Advanced JavaReplies: 9Last Post: 06-29-2008, 01:34 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks