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

Home -> Community -> Mailing Lists -> Oracle-L -> encrypt passwords and hold on Oracle tables

encrypt passwords and hold on Oracle tables

From: John Dunn <john.dunn_at_sefas.co.uk>
Date: Tue, 15 Aug 2000 12:23:31 +0100
Message-Id: <10590.114583@fatcity.com>


Our development team want to control access to application functionality via 'logical' users. That is, a list of users and the application functions they can use will be maintained in a database table. Actual connection to the database would always be via one user(maybe the schema owner, maybe some other single specified user).

Does anyone else have applications that work in this way? What use do you use to connect to the database?

The 'logical' users would also have passwords that would need to be held on the database tables. Is there any (easy) way to encrypt a character string and store it on the database?

The front end application is Visual Basic using OO4O...but we use lots of PL/SQL too.

Database is Oracle 8.0.5 Received on Tue Aug 15 2000 - 06:23:31 CDT

Original text of this message

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