awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rfjakob/gocryptfsAvatar de rfjakob

    rfjakob/gocryptfs

    4,312Voir sur 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
    Voir sur GitHub↗4,312
  1. Home
  2. Security & Cryptography
  3. Encrypted Backups
  4. Deterministic