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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Help !! Password Encryption/decryption ??

RE: Help !! Password Encryption/decryption ??

From: Seefelt, Beth <Beth.Seefelt_at_TetleyUSA.com>
Date: Fri, 08 Feb 2002 10:45:33 -0800
Message-ID: <F001.0040A342.20020208081333@fatcity.com>

We use it and we have created all the encrypted fields with a length as a multiple of 8 bytes. Then pad the data to the next multiple of 8 bytes before storing. Then trim it after retrieving the data and decrypting it.

HTH, Beth

-----Original Message-----

Sent: Friday, February 08, 2002 9:08 AM
To: Multiple recipients of list ORACLE-L

Hello everybody ,

I am on 8.1.6/NT .

i need to encrypt / decrypt the password of my users for my web based application. I went thro' DBMS_OBFUSCATION_TOOLKIT.DESEncrypt and DBMS_OBFUSCATION_TOOLKIT.DESDecrypt methods . but as per the docs , this package requires the password ( which is to be encrypted ) to be in multiples of 8 bytes . i don't think this is possible always .

have i understood anything wrong ? can anyone throw some light on this .

how do u guys encounter this situation ? any likely scripts plz ?!!!

TIA.
Jp.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Prem J Khanna
  INET: jprem_at_srmsoft.co.in

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Seefelt, Beth
  INET: Beth.Seefelt_at_TetleyUSA.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Feb 08 2002 - 12:45:33 CST

Original text of this message

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