tracks/test/unit
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
..
context_test.rb start modifying done view and do some refactoring 2011-07-09 17:19:11 +02:00
message_gateway_test.rb update require statements to fix path issue 2011-06-09 14:49:36 +02:00
notes_test.rb update require statements to fix path issue 2011-06-09 14:49:36 +02:00
preference_test.rb update require statements to fix path issue 2011-06-09 14:49:36 +02:00
project_test.rb Allow projects to have commas in their name. 2011-09-01 23:12:26 -05:00
recurring_todo_test.rb remove vendored gem and fix state model. Some old hacks did not work anymore on the newer aasm. reverted the hacks and fixed some tests 2011-06-10 23:17:22 +02:00
tag_test.rb update require statements to fix path issue 2011-06-09 14:49:36 +02:00
tagging_test.rb update require statements to fix path issue 2011-06-09 14:49:36 +02:00
todo_create_params_helper_test.rb fix failing specs 2011-08-16 11:49:04 +02:00
todo_test.rb migrating to aasm - code part 2011-06-10 23:17:19 +02:00
user_test.rb Hash passwords with BCrypt instead of SHA1 2011-09-07 16:05:52 +02:00