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]> 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]