Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to store encrypted values in Oracle database?
There is a (somewhat little known) Oracle Cryptography Toolkit that you can use to encrypt/decrypt data. To find out about it and create the packaged procedures look at and run $ORACLE_HOME/rdbms/admin/dbmsoctk.sql (or %ORACLE_HOME%/rdbms80/admin/dbmsoctk.sql if you are on NT).
Bob de Vries wrote:
> The Oracle database I'm working on has to be able to store encrypted data.
> Does anybody know any tools to encrypt (and also decrypt) database values?
> Any ideas/hints to cope with encrypting/decrypting of data?
>
> Thanks,
>
> Bob.
Received on Fri Oct 02 1998 - 00:00:00 CDT