Skip to content
Snippets Groups Projects
Select Git revision
0 results

tahoe-ssk

  • Clone with SSH
  • Clone with HTTPS
  • Jean-Paul Calderone's avatar
    Jean-Paul Calderone authored
    The trick is that we don't use the IV to initialize CTR mode, we only use it
    to derive the data encryption key and then use the zero IV to initialize CTR
    mode.  (So is it an IV?  Not really I guess.)
    
    The failure is due to incorrect handling of padding somewhere so we get extra
    bytes on the recovered ciphertext/plaintext.
    67dd6fd9
    History
    Name Last commit Last update