Status : In Development
The idea of this project is to be a Offline password manager where users decide their own encryption by stacking multiple known algoritms, or creating their own using some primitives.
| Key Derivation | Argon2 |
| Cipher | AES(256,128,192), ChaCha20, Salsa20, or custom |
| Error Correction | none, maybe later |
| Compression | none, maybe late |
Web-Frontend Dependencies:
- vite
- react & react-dom
- unocss (Wind4 preset)
- wasm-pack
Rust Webassembyl Dependencies :
- Argon2 (Kinda pain to do a custom re-implementation)
- Wasm-Bindgen