Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> DESEncrypt & DESDecrypt in Oracle 8i

DESEncrypt & DESDecrypt in Oracle 8i

From: <bashar77_at_my-deja.com>
Date: Thu, 11 Jan 2001 10:27:16 GMT
Message-ID: <93k1pv$nfi$1@nnrp1.deja.com>

Hi there,
I'm using the Oracle supplied package DBMS_OBFUSCATION_TOOLKIT for encrypting and decrypting data in the database. I want to create a table for user information including their password but I want to store the password encrypted. The problem is that the functions DESEncrypt & DESDecrypt operates on a string of size multiple of 8 bytes, where I can't force the user to select a password that is exactly 8 bytes or a multiple of it. What should I do to use this package and not having that restriction?? Also, if there is another good alternative to using the DBMS_OBFUSCATION_TOOLKIT package, please inform me.

Thanks in advance.
Bashar.

Sent via Deja.com
http://www.deja.com/ Received on Thu Jan 11 2001 - 04:27:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US