Hi
I have 'users' table in which password column is there. I want to encrypt this column data so as no body should be able to view passwords using 'select password from users'
How to do that in oracle
Amol
Printable View
Hi
I have 'users' table in which password column is there. I want to encrypt this column data so as no body should be able to view passwords using 'select password from users'
How to do that in oracle
Amol
DBMS_OBFUSCATION_TOOLKIT (only after Oracle 8i Release2 (8.1.6))
Hello
Have a look here http://www.dbasupport.com/forums/sho...threadid=12822
regards
Hrishy