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

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -