https://github.com/johnsonjh/oa8signverify
oa8signverify: OpenSSL-based RSA-16384 + SHA3-512 + ASCII85 (Base85) package signing tool
https://github.com/johnsonjh/oa8signverify
ascii85 oa8 openssl sha3
Last synced: 22 days ago
JSON representation
oa8signverify: OpenSSL-based RSA-16384 + SHA3-512 + ASCII85 (Base85) package signing tool
- Host: GitHub
- URL: https://github.com/johnsonjh/oa8signverify
- Owner: johnsonjh
- License: mit
- Created: 2021-02-27T03:28:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T06:27:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T09:19:21.930Z (2 months ago)
- Topics: ascii85, oa8, openssl, sha3
- Language: Shell
- Homepage: https://github.com/johnsonjh/oa8signverify
- Size: 61.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# `oa8sign` / `oa8verify`
---
## OpenSSL-based RSA-16384 + SHA3-512 + ASCII85 signing tool
---
## Availability
- [GitHub](https://github.com/johnsonjh/oa8signverify)
- [GitLab](https://gitlab.com/johnsonjh/oa8signverify)
- [SourceHut](https://sr.ht/~trn/oa8signverify)
- [NotABug](https://notabug.org/trn/oa8signverify)
- [trnsz](https://gitlab.trnsz.com/johnsonjh/oa8signverify)---
## Requirements
- _POSIX_ environment,
- `mktemp(1)`,
- [OpenSSL >= 1.1.1](https://www.openssl.org),
- [Ruby >= 2.4.0](https://www.ruby-lang.org),
- [ascii85gem >= 1.1.0](https://github.com/DataWraith/ascii85gem)---
## License
- [MIT license](https://opensource.org/licenses/mit-license.php)
---