Skip to content
Snippets Groups Projects
  1. Dec 22, 2017
  2. Sep 29, 2017
  3. Sep 28, 2017
  4. Sep 27, 2017
  5. Sep 26, 2017
  6. Sep 04, 2017
  7. Aug 31, 2017
  8. Aug 28, 2017
  9. May 12, 2017
  10. May 11, 2017
    • Ioannis Kakavas's avatar
      Allow configurability for token_length · 06f23614
      Ioannis Kakavas authored
      Token_length is read from settings.cfg and passed to ALService
      upon initialization
      06f23614
    • Ioannis Kakavas's avatar
      Change how tokens are generated · fb456fc7
      Ioannis Kakavas authored
      Changed how tickets are generated to using a PRNG approach with
      configurable length instead of hashing. Since the inputs to the
      hashing alogorithm (SHA512) were used only to increase entropy, we
      could move to generating random strings for tokens and only use input
      (salt, time, user input) when the system PRNG is not available and we
      need more entropy. The random string generation is based on how
      Django generates random tokens.
      fb456fc7
  11. Sep 23, 2016
  12. Sep 22, 2016
  13. Sep 06, 2016
  14. Aug 30, 2016