signing messages with public-private keys
Hi,I have to develope a pl/sql procedure that produces an XML file with a message inside signed using a private key, and a procedure that analyzes an XML file and decript the inside message using a public key.
Are any samples to use with Oracle 10.2
I suppose it is possible to use a wallet key, but I don't know in which way I can sign a message string. In the package DBMS_CRYPTO_TOOLKIT (now deprecated) there was a way to sign a message accessing to wallet. Is there any other package that make the same work?
Thank you
Are any samples to use with Oracle 10.2
I suppose it is possible to use a wallet key, but I don't know in which way I can sign a message string. In the package DBMS_CRYPTO_TOOLKIT (now deprecated) there was a way to sign a message accessing to wallet. Is there any other package that make the same work?
Thank you
0