Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Sending encrypted passwords via Telnet

by skx (Parson)
on Oct 04, 2004 at 14:08 UTC ( [id://396238]=note: print w/replies, xml ) Need Help??


in reply to Sending encrypted passwords via Telnet

If you want to login to a host via telnet you need to have the plain text password to send.

Maybe the best way to go is to store the password in a file in the users home directory, like ~/.password - where this can be protected by the filesystem permissions.

This avoids the effort of using encryption in a bad way, and protects you against everybody but the superuser who could read the file if they wished.

Steve
---
steve.org.uk
  • Comment on Re: Sending encrypted passwords via Telnet

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://396238]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-19 08:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found