dear all, untuk enkripsi setahu saya bisa menggunakan modul dbms_obfuscation_toolkit.
Untuk rekan syahreza sepertinya modul security adalah modul lokal yang dibuat sendiri tuh .. :D ------------------------------ warm regards ~hernk ----- Original Message ---- From: Syahreza Octadian <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, May 11, 2007 9:48:03 PM Subject: Re: [indo-oracle] Function Encrypt Decrypt Oracle coba pakai ini, insert into user(username, password_field) values (username, security.encrypt( 'password' ); select user, security.decrypt( password_ field) from user semoga dapat membantu On 5/11/07, antok2486 <[EMAIL PROTECTED] com> wrote: > > Rekan-rekan ada yang tau ga function di oracle untuk encrypt decrypt. > Misal : > Sewaktu Insert : > Insert Into User(Username, Password) Values(username, Encrypt(password )) > Sewaktu Select : > Select Username, Decrypt(password) > From User > > Please kasi tau function-nya. ..? > > > -- Regards Syahreza Octadian [Non-text portions of this message have been removed] ____________________________________________________________________________________Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC [Non-text portions of this message have been removed]

