Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2308
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.077 |
| X-Spam-Evidence | '*H*': 0.85; '*S*': 0.00; 'subject:Python': 0.04; '===': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'base64': 0.16; 'skip:f 70': 0.16; 'subject:exercise': 0.16; 'header:In-Reply-To:1': 0.22; 'subject:question': 0.22; 'chris': 0.27; 'message- id:@mail.gmail.com': 0.28; 'fri,': 0.29; 'this.': 0.30; 'to:addr :python-list': 0.32; 'received:209.85': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'but': 0.38; 'end': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'would': 0.40; "it's": 0.40; 'header:Received:5': 0.40; '2011': 0.62; 'secure': 0.62; 'today': 0.70; 'received:209.85.210.174': 0.84; 'received :mail-iy0-f174.google.com': 0.84; 'subject:Learn': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=GQMvjCghDTdJzbE4+abq60+C/SrCt/j/0OoF8UoeVfM=; b=sCdsmQIistG3EQxO/cgsxhRiiUFdnHDyq4Frvi6w6XpCXFa+0r9j5d0arM7yg7Qfpc he13wJgWHpZPLy8PC9N1ts330AXhkrZbmOfSz91G4p7EvFSJ1vyueKWFFr7MhQEvFPAy xnqVqFc62h8msRB2KKaB4JrrsoCcRMyUNX6Q4= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=qcpQYYxedNSNGkNGJFYzkemI3UsHK7lZcEiTMsleTerGj2UegiIUTw1pHWZi37c7pE J8zXXSwBD/f4BNu4PQaDxARIh4bocVLUibAnC6duO3w24bAv7v4/KXy9xbabSfu/AWy0 LjCcih/WqCxkZgCpimehVxUncoqEbuCxsdloo= |
| MIME-Version | 1.0 |
| In-Reply-To | <AANLkTinDgV66v3b5hTEb8y0dSa4GSwSPUYanrNAcCgmC@mail.gmail.com> |
| References | <mailman.42.1301603750.2990.python-list@python.org> <493bab97-ec24-450d-8366-5e8302b57181@glegroupsg2000goo.googlegroups.com> <AANLkTinDgV66v3b5hTEb8y0dSa4GSwSPUYanrNAcCgmC@mail.gmail.com> |
| Date | Fri, 1 Apr 2011 09:14:29 +1100 |
| Subject | Re: Learn Python the Hardway exercise 11 question 4 |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.49.1301609672.2990.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1301609672 news.xs4all.nl 81474 [::ffff:82.94.164.166]:48226 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:2308 |
Show key headers only | View raw
On Fri, Apr 1, 2011 at 8:57 AM, geremy condra <debatem1@gmail.com> wrote: > I know it's tongue-in-cheek, but please, please, please don't do this. It would be more secure to base64 it and then rot13 the output. Chris Angelico /me is feeling evil today === Begin Base-Rotten 64-13 === FKDtq291oTDtLzHtoJ9lMFOmMJA1pzHtqT8tLzSmMGL0VTy0VTShMPO0nTIhVUWiqQRmVUEbMFOi qKEjqKDhQDbAPxAbpzymVRShM2IfnJAiQDbioJHtnKZtMzIyoTyhMlOyqzyfVUEiMTS5QDb= === End Base-Rotten 64-13 ===
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Learn Python the Hardway exercise 11 question 4 "eryksun ()" <eryksun@gmail.com> - 2011-03-31 14:43 -0700
Re: Learn Python the Hardway exercise 11 question 4 geremy condra <debatem1@gmail.com> - 2011-03-31 14:57 -0700
Re: Learn Python the Hardway exercise 11 question 4 Chris Angelico <rosuav@gmail.com> - 2011-04-01 09:14 +1100
Re: Learn Python the Hardway exercise 11 question 4 John Bokma <john@castleamber.com> - 2011-03-31 17:08 -0600
csiph-web