Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root27/filecrypt
File Encryption and Decryption
https://github.com/root27/filecrypt
cli clitools encryption-decryption fernet files rust
Last synced: about 2 months ago
JSON representation
File Encryption and Decryption
- Host: GitHub
- URL: https://github.com/root27/filecrypt
- Owner: root27
- License: mit
- Created: 2024-04-04T07:02:07.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-08T16:26:45.000Z (9 months ago)
- Last Synced: 2024-08-11T09:48:53.028Z (5 months ago)
- Topics: cli, clitools, encryption-decryption, fernet, files, rust
- Language: Rust
- Homepage: https://crates.io/crates/filecrypt
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Encryption and Decryption CLI Tool
This is a simple CLI tool that encrypts and decrypts files contents.
## Features
- Encrypts and decrypts files
- Only supports text files
## Installation
If you have cargo installed, you can install the tool by running the following command:
```bash
cargo install filecrypt
```
## Homebrew Installation
```bash
brew install root27/tools/filecrypt
```
## Usage
### Help
```bash
filecrypt --help
```
### Encrypting a file
```bashfilecrypt --file --encrypt
```
### Decrypting a file
```bash
filecrypt --file --key --decrypt
```
## LICENSE[MIT License](LICENSE)
## Author
Oguzhan Dogan