Skip to content

Use hash+salt for storing passwords. #12

Description

@fooker

Currently, a users password is hashed without a salt for storing in the database.

The code uses 'hashlib' for this, which does not support salt handling. 'passlib' allows hashing with a salt.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions