3 repositorios
Encryption of files using GnuPG public key cryptography for multi-recipient secure storage.
Distinguishing note: None of the candidates cover the specific use of GnuPG for multi-recipient file encryption at rest.
Explore 3 awesome GitHub repositories matching security & cryptography · GPG-Based Encryption. Refine with filters or upvote what's useful.
Blackbox is a GPG secret management tool and asymmetric encryption wrapper used to securely store and share sensitive files within version control systems like Git, Mercurial, or Subversion. It functions as a version control secret store that encrypts files for safe storage at rest while allowing authorized users and machines to decrypt them. The system distinguishes itself by integrating directly with version control to provide plaintext diff and log visualization of encrypted files. It supports multi-recipient encryption and automated secret decryption via passphrase-less GPG subkeys, enabl
Uses GnuPG public key cryptography to secure files at rest for multiple authorized recipients.
Este proyecto es un orquestador de copias de seguridad de Unix utilizado para modelar y ejecutar la protección de datos full-stack. Funciona como un sistema de gestión para volcados de bases de datos, archivado cifrado, rotación de versiones y transporte de almacenamiento remoto. El sistema se distingue por orquestar herramientas nativas del sistema para varias bases de datos, incluyendo PostgreSQL, MySQL, MongoDB, Redis y Riak. Emplea un flujo de trabajo de archivo seguro que combina compresión y cifrado utilizando GPG, OpenSSL o AES antes de transportar paquetes a servicios compatibles con S3, Dropbox o servidores remotos a través de SFTP y RSync. Las capacidades generales incluyen la automatización de la sincronización de datos a través de transferencias delta y cargas fragmentadas, así como la gestión de retención con estado para rotar y podar archivos históricos. El orquestador también cuenta con un sistema de notificación multicanal que se integra con correo electrónico, HTTP POST, PagerDuty y varias plataformas de chat para alertar a los administradores sobre los resultados de las operaciones. Los usuarios pueden definir estos flujos de trabajo utilizando un modelo basado en configuración que admite la inyección de variables dinámicas y la verificación de sintaxis.
Secures archives using GnuPG public key cryptography for multi-recipient secure storage.
This project is a Docker volume backup tool and data lifecycle manager that archives volume data to local storage, SSH, or cloud providers. It operates as a containerized backup orchestrator and companion container that coordinates volume snapshots and manages the restoration of data for disaster recovery. The tool distinguishes itself through integrated security and consistency controls, utilizing GPG or age encryption to secure archives before remote transmission. It ensures data integrity by managing container states, such as stopping services or running database dump utilities via lifecyc
Secures backup archives using GPG or age encryption before they are transmitted to remote storage.