An open API service indexing awesome lists of open source software.

https://github.com/sumit03guha/encryptor

A zero-dependency Rust library (and CLI example) that secures a Web3 wallet’s 12–24-word secret phrase behind a short, memorable password. It derives a 256-bit 🔑 with Argon2id, encrypts using AES-256-GCM🔐, and outputs a single Base64URL blob containing the salt, nonce, and authenticated ciphertext. No unsafe code, fully documented, and tested🦀
https://github.com/sumit03guha/encryptor

aes-256 aes-encryption aes-gcm argon2 argon2id crates-io rust rust-lang

Last synced: 3 months ago
JSON representation

A zero-dependency Rust library (and CLI example) that secures a Web3 wallet’s 12–24-word secret phrase behind a short, memorable password. It derives a 256-bit 🔑 with Argon2id, encrypts using AES-256-GCM🔐, and outputs a single Base64URL blob containing the salt, nonce, and authenticated ciphertext. No unsafe code, fully documented, and tested🦀

Awesome Lists containing this project