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
·

3 repositorios

Awesome GitHub RepositoriesCross-Platform Encryption Utilities

Security applications providing consistent encryption and mounting capabilities across multiple operating systems.

Distinct from Cross-Platform Desktop Utilities: Combines the 'Cross-Platform' nature with 'Encryption Utility' identity, which is not captured by generic cross-platform tools.

Explore 3 awesome GitHub repositories matching security & cryptography · Cross-Platform Encryption Utilities. Refine with filters or upvote what's useful.

Awesome Cross-Platform Encryption Utilities GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • veracrypt/veracryptAvatar de veracrypt

    veracrypt/VeraCrypt

    9,220Ver en GitHub↗

    VeraCrypt is a cross-platform disk encryption utility used to create encrypted file containers and secure entire disk partitions. It functions as a tool for full disk encryption and a manager for encrypted volumes, providing a means to protect sensitive data on local disks and removable media across multiple operating systems. The software is distinguished by its support for plausible deniability, allowing the creation of hidden volumes nested within other encrypted volumes to conceal the existence of data. It also implements hardware-based access control, requiring physical security tokens,

    Provides consistent volume encryption and mounting capabilities across multiple operating systems.

    Cencryptionencryption-algorithmsencryption-decryption
    Ver en GitHub↗9,220
  • dotenvx/dotenvxAvatar de dotenvx

    dotenvx/dotenvx

    4,974Ver en GitHub↗

    dotenvx is a cross-platform command-line tool that encrypts .env files using public-key cryptography and decrypts them at runtime, injecting the plaintext secrets into a process environment before execution. It treats encrypted environment files as self-contained vaults that are loaded and decrypted entirely in memory each time a command runs. What sets dotenvx apart is its ability to armor the private decryption key itself with a passphrase, allowing that key to be stored remotely and retrieved only when decryption is needed. A single encrypted vault file can be bound to multiple per-envir

    Provides a cross-platform CLI tool that encrypts and decrypts environment files consistently across local, CI, cloud, and serverless platforms.

    JavaScriptcliconfiguration-filecurl
    Ver en GitHub↗4,974
  • microsoft/sealAvatar de microsoft

    microsoft/SEAL

    3,985Ver en GitHub↗

    SEAL is a homomorphic encryption library and C++ cryptography framework that enables mathematical operations on encrypted data without requiring decryption. It provides a toolset for performing additions and multiplications on encrypted integers and complex numbers to support privacy-preserving computation. The framework implements the BFV and CKKS schemes, allowing for both modular arithmetic on encrypted integers and approximate arithmetic on fixed-precision floating-point numbers. It includes specialized wrappers to integrate these cryptographic workflows into .NET environments and support

    Provides a consistent encryption toolset deployable across multiple operating systems and runtimes.

    C++cryptographyencryptionhomomorphic-encryption
    Ver en GitHub↗3,985
  1. Home
  2. Security & Cryptography
  3. Cross-Platform Encryption Utilities