flask-scrypt
flask-scrypt copied to clipboard
Wrong README on website
On the website is wrote (in usage):
salt = generate_password_salt()
and probably it should be:
salt = generate_random_salt()
site: http://flask-scrypt.readthedocs.org/en/latest/
It seems the website is up to date now. Can this be closed ?