Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python,': 0.01; 'subject:ANN': 0.02; 'subject:released': 0.03; 'pypi': 0.04; 'url:googlecode': 0.07; 'url:pypi': 0.09; 'hash': 0.09; 'url:packages': 0.09; 'examples': 0.12; 'library': 0.15; 'subject:1.4': 0.16; 'framework': 0.16; 'subject:] ': 0.16; 'usage': 0.20; 'received:209.85.213': 0.23; "i'm": 0.26; 'load': 0.28; 'collins': 0.31; 'improvements': 0.31; 'handling': 0.33; 'subject:[': 0.34; 'header:X-Complaints-To:1': 0.34; 'header:User- Agent:1': 0.35; 'supporting': 0.37; 'received:209.85': 0.37; 'url:python': 0.37; 'received:google.com': 0.38; 'url:org': 0.38; 'received:10.192.4': 0.39; 'received:10.192.4.9': 0.39; 'received:ywd9.prod.google.com': 0.39; 'docs': 0.39; 'announce': 0.39; 'received:209': 0.39; 'header:Mime-Version:1': 0.39; 'managing': 0.61; 'to:addr:comp-lang-python-announce': 0.61; 'received:130': 0.69; 'reply-to:no real name:2**0': 0.72; 'header :Reply-To:1': 0.72; 'includes:': 0.73; 'to:addr:moderators.isc.org': 0.75; 'received:130.133': 0.75; 'received:130.133.4': 0.75; 'received:130.133.4.7': 0.75; 'received:individual.net': 0.75; 'received:moderators.individual.net': 0.75; 'reply- to:addr:googlegroups.com': 0.93 X-Authentication-Warning: ywd9.prod.google.com: news set sender to news@google.com using -f To: comp-lang-python-announce@moderators.isc.org From: Eli Collins Newsgroups: comp.lang.python.announce Subject: [ANN] Passlib 1.4 released Date: Wed, 4 May 2011 21:27:56 -0700 (PDT) Organization: http://groups.google.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.166.103.84; posting-account=CuhEfwoAAABVAmSqEyLKJS8I1x6WEdFD User-Agent: G2/1.0 X-Mailman-Approved-At: Fri, 06 May 2011 04:33:39 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org, comp.lang.python.announce@googlegroups.com List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Message-ID: Lines: 17 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304649220 news.xs4all.nl 81475 [::ffff:82.94.164.166]:34892 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:122 I'm happy to announce the release of Passlib 1.4. Passlib is a comprehensive password hashing library for python, supporting over 20 different hash schemes and an extensive framework for managing existing hashes. This release includes: * PBKDF2 hash support * better handling of LDAP-style hashes * more usage examples and documentation * internal improvements to reduce load time & resource use Homepage - http://passlib.googlecode.com Docs - http://packages.python.org/passlib PyPI - http://pypi.python.org/pypi/passlib - Eli Collins