Actions
Feature #1161
openInvestigate encrypted data transport support
Start date:
09 Nov 2024
Due date:
% Done:
10%
Estimated time:
Severity:
02 - High
Description
Storing data could be done on an encrypted filesystem like encFS. 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.
- goCryptFS
- Using stunnel's
- use a local VPN
- use IPSEC via StrongSwan, but also look at OpenSwan
- use MACsec
Updated by Hammel about 2 months ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
An ssh tunnel could be used for NFS, but this gist suggests that file transfers are slow, which won't work for video recordings.
Actions