-
- Downloads
Wrote new methods for testing if a file is encrypted using AES or Blowfish
Added more unit tests for crypt class Added new method for generating 16 character pseudo-random initialisation vectors Started writing new methods for handling legacy keys and en/de/re cryption Added comments to lib/filecache.php explaining expected $path type
Showing
- apps/files_encryption/lib/crypt.php 93 additions, 5 deletionsapps/files_encryption/lib/crypt.php
- apps/files_encryption/lib/util.php 118 additions, 0 deletionsapps/files_encryption/lib/util.php
- apps/files_encryption/tests/encryption.php 42 additions, 2 deletionsapps/files_encryption/tests/encryption.php
- apps/files_encryption/tests/legacy-encrypted-text.txt 0 additions, 0 deletionsapps/files_encryption/tests/legacy-encrypted-text.txt
- lib/filecache.php 8 additions, 2 deletionslib/filecache.php
Loading
Please register or sign in to comment