1. 30 Sep, 2010 1 commit
    • Joel Martin's avatar
      include/des.js: trim some fat. · a9995971
      Joel Martin authored
      DES is just used once during authentication and is not performance
      sensitive so we save some space by generating and/or removing some
      lookup tables. Also, shorten some very frequently used variables.
      
      Shaves off about 100 lines.
      a9995971
  2. 29 Sep, 2010 1 commit
    • Joel Martin's avatar
      des.js: remove decrypt and simplify. · 12d2e7c1
      Joel Martin authored
      The decrypt functionality is never used so remove it. Also, we can
      assume that we are always DES encrypting 16 characters which allows
      several things to be simplified in DES.
      
      Overall this removes about 80 lines of code.
      12d2e7c1
  3. 08 Sep, 2010 1 commit
  4. 11 May, 2010 1 commit
  5. 05 May, 2010 1 commit
  6. 15 Apr, 2010 1 commit
  7. 06 Apr, 2010 2 commits