https://github.com/hxtree/encrypt-backup-directory
Python script which recursively makes a encrypted backup of all the files in a directory
https://github.com/hxtree/encrypt-backup-directory
Last synced: about 2 months ago
JSON representation
Python script which recursively makes a encrypted backup of all the files in a directory
- Host: GitHub
- URL: https://github.com/hxtree/encrypt-backup-directory
- Owner: hxtree
- Created: 2019-11-21T16:57:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T17:52:17.000Z (over 5 years ago)
- Last Synced: 2025-02-12T10:34:55.830Z (3 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Make Encrypted Backup of Each File
This is a simple python script to make an encrypted backup of each file in a directory.
Files are individually encrypted using GPG, which is widely supported on Linux.
Encryption is done using a AES256 cipher, which is approved for top-secret data.This is one possible way of encrypting backups on premise before sending to cloud service.
This is designed more for individual file retrival.