eBooru/db
albert f52181db94 Major revamp of security. Passwords are first SHA1 hashed and then
that hash is bcrypted.  Bcrypted hashes are stored in a new column on
users.  This separate column is only to allow for rollbacks,
eventually the old SHA1 hash column will be removed.  Sensitive cookie
details are now encrypted to prevent user tampering and more stringent
checks on secret_token and session_secret_key are enforced.
2013-03-04 22:55:41 -05:00
..
migrate Major revamp of security. Passwords are first SHA1 hashed and then 2013-03-04 22:55:41 -05:00
schema.rb compatibility for postgres 8.4 2012-08-30 14:45:01 -04:00
seeds.rb Fixes #361 2013-01-22 14:41:16 -05:00
structure.sql Major revamp of security. Passwords are first SHA1 hashed and then 2013-03-04 22:55:41 -05:00