Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tendant/simple-sign
A simple data signing toolset
https://github.com/tendant/simple-sign
Last synced: about 13 hours ago
JSON representation
A simple data signing toolset
- Host: GitHub
- URL: https://github.com/tendant/simple-sign
- Owner: tendant
- License: epl-1.0
- Created: 2018-02-14T21:30:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T02:48:04.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T13:31:20.597Z (about 1 month ago)
- Language: Clojure
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-sign
A Clojure library designed to ... well, that part is up to you.
## Usage
FIXME
Example on how to generate one RSA keypair.
# Generate aes256 encrypted private key
openssl genrsa -aes256 -out privkey.pem 2048# Generate public key from previously created private key.
openssl rsa -pubout -in privkey.pem -out pubkey.pem## License
Copyright © 2018 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.