[Checkins] SVN: zope.password/trunk/src/zope/password/password.py Newly generated slappasswd example with / and + to test base64 assertions.

Martijn Pieters mj at zopatista.com
Sun Feb 20 10:37:29 EST 2011


Log message for revision 120471:
  Newly generated slappasswd example with / and + to test base64 assertions.
  
  Note that with a different salt there are / and + characters in the slappasswd output showing that the urlsafe_base64 assumption from before is incorrect.

Changed:
  U   zope.password/trunk/src/zope/password/password.py

-=-
Modified: zope.password/trunk/src/zope/password/password.py
===================================================================
--- zope.password/trunk/src/zope/password/password.py	2011-02-20 15:35:05 UTC (rev 120470)
+++ zope.password/trunk/src/zope/password/password.py	2011-02-20 15:37:28 UTC (rev 120471)
@@ -108,7 +108,7 @@
     False
 
     Using the `slappasswd` utility to encode ``secret``, we get
-    ``{SSHA}J4mrr3NQHXzLVaT0h9TuEWoJOrxeQ5lv`` as seeded hash.
+    ``{SSHA}x3HIoiF9y6YRi/I4W1fkptbzTDiNr+9l`` as seeded hash.
 
     Our password manager generates the same value when seeded with the
     same salt, so we can be sure, our output is compatible with



More information about the checkins mailing list