Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

GDPR and backup encryption

General questions about VestaCP
Post Reply
  • Print view
Advanced search
1 post • Page 1 of 1
MrTux
Posts: 5
Joined: Wed Mar 13, 2019 10:40 pm
Contact:
Contact MrTux
Website Facebook Skype Twitter

Os: Ubuntu 17x
Web: apache + nginx
GDPR and backup encryption
  • Quote

Post by MrTux » Sat May 04, 2019 3:17 pm

According to the GDPR controllers and processor should make an evaluation of the risks of their various data processing activities and implement measures to mitigate those risks, such as encryption in order to:

1) Maintain security
2) Prevent processing that isn’t compliant with the GDPR

To encrypt / decrypt my data I usually use openssl:

PW=$(<~/.mypass/pw.txt); tar cz -C / "${FILE_TO_ENC"/"}" | openssl enc -aes-256-cbc -pass pass:${PW} -salt -e > "${ENC_FILE}${ENC_FILE_EXTENSION}";
PW=$(<~/.mypass/pw.txt); openssl enc -aes-256-cbc -pass pass:${PW} -d -in "${ENC_FILE}${ENC_FILE_EXTENSION}" | tar xz;

I think implementing a similar option in the control panel that allows encrypting backups would be very useful. In this way it would be possible to save backups on external disks like S3 or Google Drive without problems.
Top


Post Reply
  • Print view
1 post • Page 1 of 1

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password