Opened 13 years ago

Last modified 13 years ago

#1641 closed enhancement

Use bcrypt for storing passwords instead of MD5 — at Version 1

Reported by: Nicklas Nordborg Owned by: everyone
Priority: critical Milestone: BASE 3.0
Component: core Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

This ticket replaces #1640. See http://codahale.com/how-to-safely-store-a-password/ for some background information.

We'll need to remove the 'Encrypt password' feature of the web client. We recommend that HTTPS is used if protection is needed.

To be able to upgrade an existing server we should store bcrypt(MD5(password)). Since we already have the MD5(password) stored the upgrade is simple.

Change History (1)

comment:1 by Nicklas Nordborg, 13 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.