Project

General

Profile

Feature #1161

Updated by Hammel 10 days ago

Storing data could be done on an encrypted filesystem like encFS. "encFS":https://github.com/vgough/encfs is old but could support NFS mounts.   
 This would make the data secure while stored, but doesn't necessarily deal with secure transfer of the data, like over the internet between my laptop and the home cameras via PiSentry. 

 Some alternatives: 
 # "goCryptFS":https://github.com/rfjakob/gocryptfs 
 # "Using stunnel's":https://community.microfocus.com/cyberres/b/cybersecurity-blog/posts/stunnel-securing-the-insecure-with-ssl-and-creating-ssl-tunnels stunnel's"https://community.microfocus.com/cyberres/b/cybersecurity-blog/posts/stunnel-securing-the-insecure-with-ssl-and-creating-ssl-tunnels 
 # use a local "VPN":http://openvpn.net/ VPN 
 # use "IPSEC":https://thelinuxcode.com/how-to-implement-ipsec-in-linux/ via "StrongSwan":https://www.strongswan.org/, but also look at "OpenSwan":https://openswan.org/ 
 # use "MACsec":https://bootlin.com/blog/network-traffic-encryption-in-linux-using-macsec-and-hardware-offloading/

Back