I encrypted the data of login password before inserting into my Oracle 9i 
database. The encryption is working fine but the encrypted data was not 
committed into database correctly. Some characters do not seems to get inserted 
as they were.

USING:
- Java platform j2sdk1.4.2_01
- JCE 1.2.1 using Cipher pbeCipher = Cipher.getInstance("PBEWithMD5AndDES");
- CMP 2.0
- jboss-3.2.6
- Oracle 9i

Eg.
encrypted data: [lÃ<2Ã?D
inserted data: [lÃ<2??D

encrypted data: [EMAIL PROTECTED]:??)Ã
inserted data: [EMAIL PROTECTED]:??)"

encrypted data: Â?ÃFÂj!Â
inserted data: Â?0FÂj!Â

Whats wrong? Thanks.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867698#3867698

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867698


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to