|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^5: Keeping a password safe.by flexvault (Vicar) |
| on Jun 12, 2012 at 12:39 UTC ( #975766=note: print w/ replies, xml ) | Need Help?? |
|
Just an idea! You have a secure server, and you want clients to get a set of instructions to run on their machine. I assume you control the server and will write the perl script to get the instructions from the server. (Correct so far?) So think about this.
This whole process can be automated using Perl on both sides. (Note: You can set this up so your users on the server aren't real(can't login). I did something similiar for an AIX server using SendMail. I set up 'adduser/deluser' scripts to generate/delete the pseudo user. The only service the user could do was send/pop email.) You control the access on the server, so if you have a problem with a user, just change their password until it gets resolved. I think this could be very secure and still keeps you in charge. Good Luck...Ed "Well done is better than well said." - Benjamin Franklin
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||