#encryption-decryption #encryption #password #applications #cli

app cryptic

A simple encryption/decryption application. You can use this to encrypt and decrypt files using a password

2 releases (1 stable)

1.0.0 Nov 24, 2024
0.1.1 Oct 21, 2019
0.1.0 Apr 25, 2018

#405 in Cryptography

Download history 2/week @ 2024-09-24 1/week @ 2024-10-08 1/week @ 2024-10-29 2/week @ 2024-11-05 103/week @ 2024-11-19 30/week @ 2024-11-26

133 downloads per month

Apache-2.0

15KB
335 lines

Cryptic

[!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.

Dependencies

~7–14MB
~273K SLoC