1. May 27, 2019
  2. May 20, 2019
  3. May 18, 2019
  4. May 14, 2019
  5. May 08, 2019
  6. May 06, 2019
    • Rudolf Polzer's avatar
      Make the displaymarker _slightly_ more random. · 7b356f30
      Rudolf Polzer authored
      Without this, an attacker might infer the password length based on a
      screenshot and the time of day, as rand() is a deterministic PRNG without
      any runtime entropy sources.
      
      After this change, the attacker will additionally need the exact
      microsecond-accurate time of day, and the process ID.
      
      We may alternatively move to using /dev/urandom or getrandom here, but this
      does not seem worth the effort, given an attacker can learn the same info by
      pointing a video camera at screen or keyboard, or a microphone at the keyboard.
      7b356f30
  7. Apr 29, 2019
  8. Apr 26, 2019
  9. Apr 15, 2019