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

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

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)

---