2024-08-21 01:07:52 +08:00
2024-08-21 00:46:21 +08:00
2024-08-21 01:07:52 +08:00
2024-08-21 00:46:21 +08:00
2024-08-19 23:59:12 +08:00
2024-08-19 22:02:12 +08:00
2024-08-21 01:07:52 +08:00

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 always aes-256-gcm
Exit 0 when success, otherwise return none 0

Export:

export SECURE_EDITOR=/REAL-PATH/secure-editor-rs
Description
Secure Editor Rust edition
Readme 280 KiB
Languages
Rust 53.6%
CSS 26.5%
JavaScript 10.1%
HTML 9.8%