[Tutor] Client-Server Password Manager

Nicholas Wieland nicholas_wieland at yahoo.it
Fri Feb 13 14:39:09 EST 2004


Il Gio, 2004-02-12 alle 22:55, Joshua ha scritto:
> Hi, 
> 
> I'm relatively new to Python, and I'm wanting to get started on a
> project (mainly for educational purposes). I'm thinking about writing a
> multi-user password management system that will have a client and
> server. Obviously, I need the link between to be secure (something like
> SSH?). I've never done any network programming, and I'm wondering if I
> should use Python's built-in modules (which?), or some third-party
> library. If anyone has any advice for me on password management (I've
> looked at kedpm) or network programming, it would be greatly
> appreciated.

I think your best bet is TwistedMatrix (http://www.twistedmatrix.com).
At first glance it seems a little complicated (or, at least, *big*):
just choose the part you need and use it.

HTH,
  ngw




More information about the Tutor mailing list