https://github.com/nim579/cry
cipher crypto cryptography encryption sign verify
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nim579/cry
- Owner: nim579
- Created: 2016-06-29T10:15:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T22:53:36.000Z (over 9 years ago)
- Last Synced: 2025-02-01T10:11:22.257Z (over 1 year ago)
- Topics: cipher, crypto, cryptography, encryption, sign, verify
- Language: CoffeeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```