I am trying to create a secure signature using PL/SQL using the security HMAC-SHA1. Authenticating requests of an API using OAuth signatures and HMAC-SHA1. Currently, I am researching using dbms_crypto_toolkit, but have been unsuccessful.
Has anyone attempted to do this before? Has anyone been successful?
Any suggestions or advice will be greatly appreciated.