Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: mask password
"Tom76" <rbhuma_at_ford.com> wrote in message
news:1115407678.691500.245630_at_f14g2000cwb.googlegroups.com...
>I found how to mask the user password.
>
> I am putting the password tom76/tom76 in a txt file(pword.txt). then
> running the program 'abc' like this:
> $abc < pword.txt
>
> now if i do 'ps -ef |grep abc', the userid and password is not getting
> displayed.
>
> thanks for all your responses.....
>
Make sure no one else can read the pword.txt file. Otherwise, users with read access to the system would still be able to get them.
Matthias Received on Sat May 07 2005 - 11:57:03 CDT
![]() |
![]() |