c7b0376e3493cf5146075f8456850aabfb94147f
secure-editor-rs
Secure Editor written in Rust Programming Language.
Preparation
cargo install create-tauri-app --locked
Build
Development Build
just dev
Release Build
just build
Usage
Command line:
secure-editor-rs <file-name> <algorithm> <key-hex> <nonce-hex>
<algorithm>is alwaysaes-256-gcm
Exit0when success, otherwise return none0
Export:
export SECURE_EDITOR=/REAL-PATH/secure-editor-rs
Description
Languages
Rust
53.6%
CSS
26.5%
JavaScript
10.1%
HTML
9.8%