Reputation: 1
I would like to sign a file with gpg when creating the file using plsql from an Oracle application. I've already googled a lot and found nothing that works for me. The signature must be read from another application. Therefor I have to use gpg for key generation and signation. Does anyone have any idea? Thanks Andreas
Upvotes: 0
Views: 315
Reputation: 9091
There's a few different ways I can think of that you could do this:
loadjava
.Finally, you could write your own OpenPGP implementation in PL/SQL.
Upvotes: 1