Commit graph

  • 43670ea142
    Add abandonment note master Jonathan Schleifer 2024-12-02 20:21:22 +01:00
  • 9e363e9311 Make repeating password optional with -r Jonathan Schleifer 2014-09-22 21:00:50 +02:00
  • 56848a00a1 test/test.bash: Use new -v option Jonathan Schleifer 2014-09-20 00:31:34 +02:00
  • 9c17ea513a Add verbose mode Jonathan Schleifer 2014-09-18 14:02:24 +02:00
  • 6011dff707 Update usage message Chris Oei 2012-09-08 17:39:35 -07:00
  • 35fcbda1b3 Clean up unused variable Chris Oei 2012-09-08 17:32:25 -07:00
  • 39027291be Put parameters in struct Chris Oei 2012-09-08 17:30:28 -07:00
  • 74d492b50d Convert tabs to spaces Chris Oei 2012-09-08 17:17:34 -07:00
  • 80506f18fe Add sg_parms struct Chris Oei 2012-09-08 17:13:48 -07:00
  • 642effa07b Add verbose mode flag Chris Oei 2012-09-08 17:13:36 -07:00
  • 871befaf01 Updated tests Chris Oei 2012-09-08 16:58:33 -07:00
  • 319476532b Report commit hash in usage message Chris Oei 2012-09-08 13:12:32 -07:00
  • 2519ab4e30 Bug fix in options parsing Chris Oei 2012-09-08 13:11:54 -07:00
  • d93ca58d76 Add -n flag for outputting numbers only (for PINs, etc.) Chris Oei 2012-09-08 09:53:27 -07:00
  • f9f61afa4c Change default password length to 16 Chris Oei 2012-09-08 09:33:21 -07:00
  • 3ea938e687 Tweaked README.md Chris Oei 2012-09-04 08:26:15 -07:00
  • 4ae843f18e Erase memory that might contain sensitive info Chris Oei 2012-09-03 16:44:24 -07:00
  • 4e034e399b Updated README.md to mention the GitHub wiki page Chris Oei 2012-09-03 15:23:16 -07:00
  • 395b11b807 Add simple algorithm for converting result hash to password Chris Oei 2012-09-03 13:55:29 -07:00
  • b3d2d92c81 Add more tests to test script Chris Oei 2012-09-03 12:54:51 -07:00
  • da50aec4a2 Add testing script Chris Oei 2012-09-03 12:40:59 -07:00
  • 33ada0d71f Add SHA256 test to internal unit tests Chris Oei 2012-09-03 12:40:30 -07:00
  • 6c07183650 Fix compile warning for reading password Chris Oei 2012-09-03 12:40:08 -07:00
  • 0e63a1f69d Fixed error handling for unreadable keyfiles Chris Oei 2012-09-03 12:29:55 -07:00
  • 30c7739e93 Changed output format slightly Chris Oei 2012-09-03 11:57:18 -07:00
  • 6f3198f14d Clean up some debugging code Chris Oei 2012-09-03 11:55:31 -07:00
  • 205ca9df63 Make types more robust Chris Oei 2012-09-03 11:50:02 -07:00
  • 466c5a69e5 Bug fix in option parsing Chris Oei 2012-09-03 11:49:45 -07:00
  • 3dd81551c6 Add keyfile support. Not entirely working yet. Chris Oei 2012-09-03 10:41:14 -07:00
  • 5a3a8506fc Bug fixes in display code Chris Oei 2012-09-03 00:57:10 -07:00
  • a3b016ceed Add -p option and fixed memory bug Chris Oei 2012-09-02 22:53:50 -07:00
  • d8d6735872 Create salt using SHA256 of site name Chris Oei 2012-09-02 22:08:52 -07:00
  • 87ba1c22e9 Fixed comment in FORMAT file Chris Oei 2012-09-02 20:56:42 -07:00
  • 468d273091 Use default of 32 mega-operations instead of just 5 Chris Oei 2012-09-02 20:56:24 -07:00
  • f9df788285 Fix warn_progname Chris Oei 2012-09-02 20:43:08 -07:00
  • 685cc4969d Fix usage message Chris Oei 2012-09-02 20:42:52 -07:00
  • 218ea0dc9d Re-define mega as 1024 * 1024 instead of 1000 * 1000 Chris Oei 2012-09-02 20:40:05 -07:00
  • f40668e4ef Use a constant salt so that entering a site and master password will always yield the same result. Chris Oei 2012-09-02 20:34:54 -07:00
  • 162bda494e Maximum memory and operations now both uint32 Chris Oei 2012-09-02 20:19:20 -07:00
  • d496cad407 Remove fraction of total memory as a command line opt Chris Oei 2012-09-02 20:10:20 -07:00
  • de5e211d56 Remove unused AES encryption routines Chris Oei 2012-09-02 19:49:55 -07:00
  • 8ee6e37953 Replace -t TIME param with -o mega-operations Chris Oei 2012-09-02 19:46:30 -07:00
  • 63fa3d2a24 Show the derived key Chris Oei 2012-09-02 19:30:02 -07:00
  • 2140db3ac8 Remove extraneous scryptenc library and have main call genpass instead Chris Oei 2012-09-02 19:22:41 -07:00
  • dbe6b6cdc2 Remove unused encryption/decryption routines from genpass Chris Oei 2012-09-02 19:01:02 -07:00
  • 324f7a8124 Copy scryptenc.{c,h} to genpass.{c,h} Chris Oei 2012-09-02 14:44:26 -07:00
  • 84c31465be Rename executable and change usage message Chris Oei 2012-09-02 14:40:01 -07:00
  • 94ad3ccf79 Update .gitignore Chris Oei 2012-09-02 11:33:27 -07:00
  • 1acdffde66 Import scrypt-1.1.6.tgz with SHA-256 dfd0d1a544439265bbb9b58043ad3c8ce50a3987b44a61b1d39fd7a3ed5b7fb8 original-scrypt-1.1.6.tgz Chris Oei 2012-09-02 11:29:39 -07:00
  • b490e825f3 Initial commit consists of a README.md and .gitignore Chris Oei 2012-09-02 11:26:03 -07:00