-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PasswordField #8
Comments
|
for applying minimum and maximum lengths to password field, we should pass the same to the super class's constructor.. |
string.printable contains "$" on the possibilities so when do a xrange you can end up with a hash with a $ on it and then you will have problems to check the hash, the algorithm and the salt. I think you should try to not use the delimit char on the xrange algorithm to avoid this problem. |
So why wasn't this added to the repo? |
what do you think about https://github.com/juancho088/SecureMongoEngine ? |
AS per : https://github.com/noQ/mongoengine
The text was updated successfully, but these errors were encountered: