]> git.sur5r.net Git - bacula/rescue/commit
Support for FD-side file encryption.
authorLandon Fuller <landonf@opendarwin.org>
Tue, 17 Jan 2006 06:26:20 +0000 (06:26 +0000)
committerLandon Fuller <landonf@opendarwin.org>
Tue, 17 Jan 2006 06:26:20 +0000 (06:26 +0000)
commit8c9b3f6383b9d3ab34b35ebcf31095862b8f4e52
treed3d796a4ab003efed0abb2c1a147b4b9be1346bf
parentedd4a605edafbc5e017a9ecda24b3e6fab37a0fe
Support for FD-side file encryption.
- Added MIN() and MAX() macros to baconfig.h
- Added stream types for win32, file, and macos encrypted data (with and without gzip)
- Added FO_ENCRYPT file flag.
- Implement crypto_cipher_* encryption functions
- Add encryption logic to save_file()

Decryption support has not been committed (yet):
If you use this code to encrypt your data, you will be unable to decrypt it!