awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesDeterministic

Encrypted backup generation that uses deterministic encryption to ensure consistent ciphertext for identical plaintext.

Distinct from Encrypted Backups: Specializes Encrypted Backups by adding the deterministic property for easier recovery and storage synchronization.

Explore 1 awesome GitHub repository matching security & cryptography · Deterministic. Refine with filters or upvote what's useful.

Awesome Deterministic GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rfjakob/gocryptfsAvatar de rfjakob

    rfjakob/gocryptfs

    4,312Ver en GitHub↗

    gocryptfs is a FUSE-based encrypted filesystem that transparently encrypts and decrypts file contents and filenames on disk. It uses block-level authenticated encryption with AES-GCM or AES-SIV-512, binding each block to its file header and offset for integrity, while obfuscating filenames with EME or AES-SIV wide-block ciphers using per-directory initialization vectors. The system derives all encryption keys and initialization vectors deterministically from a master key using HKDF and SHA256, enabling reproducible ciphertext for reliable backup and synchronization workflows. The project dist

    Derives keys and IVs deterministically so ciphertext remains reproducible for cloud sync and backup tools.

    Goencryptionfilesystemfuse
    Ver en GitHub↗4,312
  1. Home
  2. Security & Cryptography
  3. Encrypted Backups
  4. Deterministic