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

Home -> Community -> Usenet -> c.d.o.misc -> Re: encrypting passwords in pl/sql

Re: encrypting passwords in pl/sql

From: Lance Tost <ltost_at_systemautomation.com>
Date: 1997/04/18
Message-ID: <3357CE55.41E2@systemautomation.com>#1/1

Wayne Balmer wrote:
>
> I would suggest creating some functions to ENCRYPT and DECRYPT from
> the password field in your table.
>

I ended up using PLEX to call a C function which just does the encryption (epass = crypt(plist->PASSWORD, salt)) and passes it back. It's defined as a before trigger, so the user never has to worry about it.

I think the ability to DECRYPT an encrypted password makes for a not-so-secure system.

> As for getting Oracle's algorithm, if we had that, then Oracle
> wouldn't be very secure, would it.....?
>

I thought this was discussed before? Most [good] encryption algorithms are "one-way" anyways.



Lance M. Tost "Competence is overrated."   Work : ltost_at_SystemAutomation.COM
  Other: ltost_at_pobox.com

The views stated above do not necessarily reflect those of my employer! Received on Fri Apr 18 1997 - 00:00:00 CDT

Original text of this message

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