Results 2 issues of amoyiki

I want to run [Authentication example](http://eve-sqlalchemy.readthedocs.io/en/latest/tutorial.html#authentication-example) code with python3, but not work and raise ` Unicode-objects must be encoded before hashin` ``` python def encrypt(self, password): """Encrypt password using hashlib...

documentation