Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: oralce encryption in application
jason123 wrote:
> hi,
> i'm working on an .net app (c#), plan to have users click a link that
> needs to be encrypted, as it will contain their unique id. once
> clicked the link will need to be decrypted on a page and inserted into
> a table. does anyone know if oracle has anything i could use to
> encrypt/decrypt the data? any examples, as we're using oracle on the
> backend. the entire link won't be encrypted, just the values being
> passed to the page via the URL, basically need to encrypt/decrypt
> strings, if possible in a stored procedure
Oracle 9i ... DBMS_OBFUSCATION_TOOLKIT
Oracle 10g ... DBMS_CRYPTO
Oracle 10gR2 ... also Transparent Data Encryption
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Sun Nov 06 2005 - 21:42:38 CST