2
0
Maarten Billemont 679990dc4b Improved algorithm security.
[UPDATED]   Algorithm updated to reflect advice from randombit.net
            cryptography list:
                - Add in a salt (user name) to defeat rainbow tables.
                - Add in a fixed string to scope the algorithm and avoid
                  colliding with someone else's similar or identical
                  algorithm (also helps protect against precalculated
                  rainbow tables).
                - Use HMAC instead of plain SHA to avoid SHA weaknesses.
                  The old implementation wasn't vulnerable to extension
                  attacks or other known weaknesses, but HMAC is a safer
                  choice and will bring up less suspicion.
                - Prefix strings by length as an extra precautionary
                  measure against possible bugs in hash functions.
2012-06-07 00:25:55 +02:00
2012-06-05 00:55:02 +02:00
2012-05-23 09:30:07 +02:00
2012-06-07 00:25:55 +02:00
2012-06-04 11:27:02 +02:00
2011-11-30 22:42:40 +01:00
2011-11-30 22:42:40 +01:00
Description
Local clone of source to prevent link rot
485 MiB
Languages
Objective-C 33.5%
Java 21.6%
C 20.2%
Shell 15.8%
JavaScript 7.7%
Other 1%