server/apps/encryption/lib/crypto
Lukas Reschke 59ebad0b53 Use an actual 16 byte long IV
The previous IV was actually 12 byte extended to 16 byte using base64. As the encrypted file should be fine with containing binary data as well we can simply remove the encoding like that here.
2016-02-09 23:43:24 +01:00
..
crypt.php Use an actual 16 byte long IV 2016-02-09 23:43:24 +01:00
decryptall.php Happy new year! 2016-01-12 15:02:18 +01:00
encryptall.php Happy new year! 2016-01-12 15:02:18 +01:00
encryption.php Happy new year! 2016-01-12 15:02:18 +01:00