3ncr.org node.js implementation
Python implementation of the 3ncr.org v1 string encryption standard (AES-256-GCM).
Rust implementation of the 3ncr.org v1 string encryption standard (AES-256-GCM).
A Ruby library for encrypting and decrypting strings in the 3ncr.org/1#... envelope format (AES-256-GCM with a 12-byte random IV). Supports raw 32-byte AES keys, SHA3-256 derivation for high-entropy secrets, and Argon2id derivation for low-entropy secrets such as passwords.