madmatt / silverstripe-encrypt-at-rest

Encrypt data at rest in your database
7 stars 11 forks source link

File encryptions for public and protected folder #21

Closed ssmarco closed 3 years ago

ssmarco commented 3 years ago

Existing upgrades went only to support protected folders in virtue of File::protectFile(). Providing a way to implement file encryption on public folders in tandem with File::publishFile() Update tests and additional fallback to delete source file after encryption/decryption process.