Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35634
| From | Peter Pearson <ppearson@nowhere.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Password hash |
| Date | 2012-12-27 19:24 +0000 |
| Message-ID | <ak3lj6Fdp4dU1@mid.individual.net> (permalink) |
| References | <mailman.1234.1356316836.29569.python-list@python.org> |
On Sun, 23 Dec 2012 20:38:12 -0600, Robert Montgomery wrote: > I am writing a script that will send an email using an account I set up > in gmail. It is an smtp server using tls on port 587, and I would like > to use a password hash in the (python) script for login rather than > plain text. Is this do-able? Details please. No, *you* need to provide details. Security problems nearly always emerge from the details, so it's important to be as clear as possible about what you want to achieve and what the threat is. -- To email me, substitute nowhere->spamcop, invalid->net.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Password hash Robert Montgomery <rcmjivaro@comcast.net> - 2012-12-23 20:38 -0600
Re: Password hash Ramchandra Apte <maniandram01@gmail.com> - 2012-12-25 19:40 -0800
Re: Password hash Ian Kelly <ian.g.kelly@gmail.com> - 2012-12-26 13:16 -0700
Re: Password hash Ramchandra Apte <maniandram01@gmail.com> - 2012-12-25 19:40 -0800
Re: Password hash Peter Pearson <ppearson@nowhere.invalid> - 2012-12-27 19:24 +0000
csiph-web