Le vendredi 8 juin 2012 04:04:07 UTC+2, jason a écrit :
>
> On 6/7/12 8:41 PM, Maarten Derickx wrote: 
>
> > ps. Hidden sage security easter egg: Is you password longer then 8 
> > characters? Then try to just type the first 8 
>
> Until you change your password.  A year ago we switched from using crypt 
> to using sha256, so any recent accounts and any recently-changed 
> passwords should not have the 8-character limit.  I don't know if this 
> change is in the old notebook. 
>
 
It's still in the current notebook (at least the one included in 5.0). 

The file sagenb/notebook/user.py still contains the line:

SALT = 'aa'
 
And I verified it in my own sage 5.0 server so this code is still getting 
used. Note that it could be fixed by a minimal effort of changing this line 
to

SALT = '$1$aa'

but this will not be very usefull since flask already has positive review 
so it will be fixed in the new notebook.


> Thanks, 
>
> Jason 
>
>

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to