Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

encrypt/decrypt in Oracle Forms BEFORE calling a database SP or DML statement

BradWDec 10 2013 — edited Dec 12 2013

Hi.  I am working on an application where we need to encrypt information before it is sent to the database.  I know that the database has a great set of stored procedures for handling encryption and decryption.  The only challenge here is the fact that I would need to send unencrypted information to the database "in the clear".  Ideally, I'd like to encrypt the information inside the form and then send it to the database.  On retrieval, retrieve the information and then have the forms application decrypt the encrypted information.

Has anyone done this as a package inside of a PLL without any calls to a DBMS_ package?

Thanks,

BradW

This post has been answered by BradW on Dec 10 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 9 2014
Added on Dec 10 2013
3 comments
647 views