An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Cryptic

[![Rust](https://github.com/behos/cryptic/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/behos/cryptic/actions/workflows/rust.yml)

> [!CAUTION]
> 1.0.0 is a breaking change and will not decrypt your existing files

A 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.