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

https://github.com/nim579/cry


https://github.com/nim579/cry

cipher crypto cryptography encryption sign verify

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# cry tool

## Install

```
npm install -g cry-cli
```

## Useage

```
cry enc -t "Test text"
```

### Commands

* **encpriv** `` — Encrypt with private key
* **encpub** `` — Encrypt with public key
* **decpriv** `` — Decrypt with private key
* **decpub** `` — Decrypt with public key
* **enc** `[options]` — Encrypt with cipher
* **dec** `[options]` — Decrypt with cipher
* **sign** `` — Create sign for file
* **verify** `` — Verify signed file
* **dhmake** `[options]` — Make DH passkey
* **ecdhmake** `[options]` — Make ECDH passkey

More information about commands:
```
cry --help
```

More information about some command:
```
cry --help
```