awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rfjakob/gocryptfsAvatar rfjakob

    rfjakob/gocryptfs

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