Encrypt data using either the Data Encryption Standard (DES) or the Triple DES algorithms.
Subprocedures:
DESEncrypt Encrypt the input data.
DESDecrypt Decrypt the input data.
DES3Encrypt Encrypt the input data by passing it through the
Triple DES (3DES) encryption algorithm.
DES3Decrypt Decrypt the input data (3DES).
For full documentation of the packaged procedures above see the Oracle Manual:
"Oracle9i Supplied PL/SQL Packages and Types Reference"
or the book Oracle Built in Packages by Steven Feuerstein et al
Related Commands:
Related Packages: