2
0
Local clone of source to prevent link rot
Go to file
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
.idea Type improvements and fixes. 2012-06-05 00:55:02 +02:00
Apptentive Integrated Apptentive. 2012-05-23 09:30:07 +02:00
Crashlytics Crashlytics, Localytics, TestFlight + password change warnings. 2012-05-03 16:49:15 +02:00
External Improved algorithm security. 2012-06-07 00:25:55 +02:00
Localytics Crashlytics, Localytics, TestFlight + password change warnings. 2012-05-03 16:49:15 +02:00
MasterPassword Improved algorithm security. 2012-06-07 00:25:55 +02:00
MasterPassword-iOS.xcodeproj Unlock and user preferences implementation. 2012-06-06 00:59:09 +02:00
MasterPassword-Mac.xcodeproj Build updates for OS X. 2012-05-13 10:24:19 +02:00
MasterPassword.sketch iCloud sync of store. 2012-02-05 00:38:17 +01:00
Pearl Crashlytics, Localytics, TestFlight + password change warnings. 2012-05-03 16:49:15 +02:00
Resources Unlock and user preferences implementation. 2012-06-06 00:59:09 +02:00
Scripts Improvements to UI cleanup, confirm new master passwords, texts updates. 2012-05-20 20:00:39 +02:00
SendToMac Removed network from MP OS X + initial STM code MP iOS. 2012-03-14 00:55:49 +01:00
Site User support. 2012-06-04 11:27:02 +02:00
TestFlight Crashlytics, Localytics, TestFlight + password change warnings. 2012-05-03 16:49:15 +02:00
.gitignore Initial UI. 2011-11-30 22:42:40 +01:00
.gitmodules Some usability improvements + apptentive fixes. 2012-05-27 14:26:13 +02:00
iTunesArtwork.png Working OS X prototype application. 2012-03-06 01:04:19 +01:00
LICENSE Initial UI. 2011-11-30 22:42:40 +01:00