Home
last modified time | relevance | path

Searched hist:"7 b650cef79bb603087a8ef43b22a1f7c3d86b7ef" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dauth.php7b650cef79bb603087a8ef43b22a1f7c3d86b7ef Wed Jul 31 09:56:58 UTC 2013 Michael Hamann <michael@content-space.de> auth_en/decrypt: Add explanation and more efficient decryption

Added an explanation that what we do is like normal CBC but that we
additionally encrypt the IV which is actually suggested by the NIST for
non-random (but unique) IVs. In the decryption process it's not
necessary to decrypt the IV, this should save some time.