• v1.0.0 d35eb8411a

    dvs released this 2026-08-28 02:38:26 +00:00 | 0 commits to main since this release

    🔐 DVT_RFSA v1.0.0

    A hybrid encryption library combining RSA + X25519 + AES-256-GCM for text & file encryption, with optional password protection.

    ✨ Schemes

    • AES + RSA (hybrid)
    • AES + X25519 (ECDH hybrid)
    • AES + RSA + Password (layered)
    • Pure AES-256-GCM

    🔌 Functions

    • Text & file encryption/decryption
    • RSA / X25519 key generation & loading
    • AES-GCM authenticated encryption
    • Password-derived keys (PBKDF2/HKDF)
    • Security metadata & hashing tools

    📄 License: MIT

    ⚠️ For learning/reference. Review cryptographic implementation for production use.

    Downloads