Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amogil/cyberplat_utils
https://github.com/amogil/cyberplat_utils
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amogil/cyberplat_utils
- Owner: amogil
- Created: 2013-03-28T15:38:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-02-01T18:33:39.000Z (almost 12 years ago)
- Last Synced: 2024-10-19T15:52:40.220Z (27 days ago)
- Language: C
- Size: 135 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CyberPlat CIPF usage example
Cyberplat libraries http://www.cyberplat.ru/download/api.zip
## Compiling
Just run `make` in repo directory.
## Usage
Signing message
./sign [message] [path to secret key] [secret key pass]
Verifying signed message./verify [signed message] [path to CA key] [path to public key] [public key serial]