security - Encrypt number data in Oracle -
security - Encrypt number data in Oracle -
i using oracle 10g (10.0.2) want encrypt columns in table info type number because securities, there simple way it?
i'd take dbms_crypto.
according link, dbms_crypto provides interface encrypt , decrypt stored data, , can used in conjunction pl/sql programs running network communications. provides back upwards several industry-standard encryption , hashing algorithms, including advanced encryption standard (aes) encryption algorithm. aes has been approved national institute of standards , technology (nist) replace info encryption standard (des).
alternatively, might want transparent info encryption (for need seperate licence , enterprise edition).
oracle security encryption oracle10g
Comments
Post a Comment