https://github.com/behos/cryptic
CLI for encrypting and decrypting files with password protection on the fly
https://github.com/behos/cryptic
cli encryption-decryption
Last synced: 2 months ago
JSON representation
CLI for encrypting and decrypting files with password protection on the fly
- Host: GitHub
- URL: https://github.com/behos/cryptic
- Owner: behos
- Created: 2017-07-15T13:03:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T18:42:05.000Z (3 months ago)
- Last Synced: 2025-02-22T19:32:19.886Z (3 months ago)
- Topics: cli, encryption-decryption
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptic
[](https://github.com/behos/cryptic/actions/workflows/rust.yml)
> [!CAUTION]
> 1.0.0 is a breaking change and will not decrypt your existing filesA simple encryption/decryption application. You can use this to encrypt and decrypt files using a password
## Installation
Simply install cryptic through cargo
```
cargo install cryptic
```## Usage
What better way to get usage information for the application than running
```
cryptic help
```The main functionality of the application is ```cryptic encrypt``` and ```cryptic decrypt```.
Through these, you can encrypt and decrypt files using a password.