Hi, I am looking for a solution for "live" encryption of data flow to a file.
Actually i am able to encrypt a file using : openssl smime -binary -encrypt -aes256 -in proxy.log -out proxy.log.enc certificate-file.crt What i want to do is live crypt all the data coming to proxy.log file. syslog-ng as a functionnality called program() which do nothing more than sending each log lines to a file (through a "|"). How coul i use the previous command for live data encryption ? do i need to change cipher type ? FYI i have already tried to use /dev/stdin as source filename, but it doesn t do live encryption... openssl store the data in memory until the file is closed... Kind regards, -- View this message in context: http://openssl.6102.n7.nabble.com/Stream-file-encryption-syslog-ng-logs-to-openssl-for-live-encryption-tp44734.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org