阅读背景:

将django.contrib.auth.models.User密码,sha1反转为可读字符串

来源:互联网 
from django.contrib.auth.models import User
u = User.objects.get(username='test')
user.password
u'sha1$c6755fc32b05c2be8acc9f75eac3d87d3a88f513802
from django.contrib.auth.models import User
u =



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: