tjbradford
Technical User
Script
----------
echo Please enter your username:
read Username
Echo Please Enter you password:
read Password
vpnclient connect $username $password &
----------------------------------------
I want to hash the password when its being entered is this now going to require another 200 lines of code to obtain what i'm after?
----------
echo Please enter your username:
read Username
Echo Please Enter you password:
read Password
vpnclient connect $username $password &
----------------------------------------
I want to hash the password when its being entered is this now going to require another 200 lines of code to obtain what i'm after?