1.

Solve : in the script using password?

Answer»

I have given the following LINE in my shl program.

umask 000
CLEAR
ECHO "Enter the passwd : "
read pw
if [ $pw = 'apple1' -o $pw = 'APPLE1' ]
then


While running this shl program it is asking password and while typing the password the password is display in the screen. Is there any chance to encrepted the password (that MEANS others could not seen what am typing the password).



Discussion

No Comment Found