DBMS_CRYPTO_TOOLKIT example needed
606262Sep 9 2008 — edited Sep 9 2008Hi all, i want to know how can i implement the
- dbms_crypto_toolkit.Encrypt
&
- dbms_crypto_toolkit.Decrypt
functions to encrypt & decrypt strings. (I'm under Oracle 9i)
I'm trying to implement it without success.
I was implementing the dbms_obfuscation_toolkit to encrypt and decrypt data, but this functions are very restrictive about the length of the string.
Thanks!
Nico.