tracks/test
Jan Stępień 95f0f71441 Hash passwords with BCrypt instead of SHA1
BCrypt is regarded as a more secure alternative to hashing using message
digest algorithms, such as MD5 and SHA families [0, 1, 2]. Apart from
built-in salting it is adaptable to the increasing power of modern
processing units, which makes it more secure against brute-force cracking.

This commit makes all passwords hashed using BCrypt. The session tokens
remain generated using SHA1. Tests were updated, `rake test:units` and
`rake test:functionals` didn't report any regressions.

[0] http://bcrypt.sourceforge.net/
[1] http://en.wikipedia.org/w/index.php?title=Bcrypt&oldid=439692871
[2] eab1c72/README.md
2011-09-07 16:05:52 +02:00
..
fixtures Hash passwords with BCrypt instead of SHA1 2011-09-07 16:05:52 +02:00
functional Hash passwords with BCrypt instead of SHA1 2011-09-07 16:05:52 +02:00
integration Allow projects to have commas in their name. 2011-09-01 23:12:26 -05:00
selenium Fixing broken selenium-on-rails tests 2011-03-01 00:15:13 -08:00
unit Hash passwords with BCrypt instead of SHA1 2011-09-07 16:05:52 +02:00
views fixed tests for starred todos 2011-08-04 23:14:29 +02:00
selenium_helper.rb Dependency testing at Selenium level 2009-12-16 17:04:49 -05:00
test_helper.rb improve tests for preferences and fix a pending cucumber step 2011-08-19 12:51:06 +02:00