https://github.com/arkorty/rustcm-cli
UTF-8 Text Cipher using XChaCha20-Poly1305
https://github.com/arkorty/rustcm-cli
chacha20-poly1305 cli cryptography rust
Last synced: 17 days ago
JSON representation
UTF-8 Text Cipher using XChaCha20-Poly1305
- Host: GitHub
- URL: https://github.com/arkorty/rustcm-cli
- Owner: arkorty
- License: gpl-3.0
- Created: 2023-01-23T22:51:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T18:39:08.000Z (10 months ago)
- Last Synced: 2024-11-30T19:30:05.002Z (10 months ago)
- Topics: chacha20-poly1305, cli, cryptography, rust
- Language: Rust
- Homepage:
- Size: 5.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Rust Simple Text Cipher Machine / ru·s·t·c·m /
## About
Encryption or decryption of UTF-8 encoded text files using the XChaCha20-Poly1305 authenticated cipher. You might come across breaking changes.
## Build
- Install [Cargo](https://github.com/rust-lang/cargo)
- `cargo build --release` to build
- The program binary will be in the `./target/release` directory
## Usage
```
rustcm-cli 0.1.3-alpha
Rust Simple Text Cipher Machine.USAGE:
rustcm-cli [COMMAND]COMMAND:
-h, --help
Prints this help message-v, --version
Prints the version information-e, --encrypt
Runs the program in encryption mode-d, --decrypt
Runs the program in decryption mode
```## Example

## License
Distributed under the GPLv3 License. See `LICENSE` for more information.
## Contributors
- [Arkaprabha Chakraborty](https://github.com/arkorty)