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

https://github.com/nomad-software/crypt

A command line utility for encrypting and decrypting files
https://github.com/nomad-software/crypt

encryption

Last synced: about 1 month ago
JSON representation

A command line utility for encrypting and decrypting files

Awesome Lists containing this project

README

          

# Crypt
**A command line utility for encrypting and decrypting files**

---

## Example

### Encoding

```
crypt -encode < file > encrypted-file
```

### Decoding

```
crypt -decode < encrypted-file > file
```

## Help

Run the following command for help.

```
crypt -help
```