Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcfw/ocs
An Open Cryptography Standard
https://github.com/tcfw/ocs
certificate certificates crypto cryptography go golang ipfs pki public-crypto security tls
Last synced: 14 days ago
JSON representation
An Open Cryptography Standard
- Host: GitHub
- URL: https://github.com/tcfw/ocs
- Owner: tcfw
- License: mit
- Created: 2021-03-25T01:03:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T21:29:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T12:56:05.717Z (about 1 month ago)
- Topics: certificate, certificates, crypto, cryptography, go, golang, ipfs, pki, public-crypto, security, tls
- Language: Go
- Homepage:
- Size: 607 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# OCS
Open Cryptography Standard
### Disclaimer: This is **_NOT_** (currently?) for production use.
I don't claim myself to be a security expert which is why most of the algorithms chosen are well known standards in current certificate standards & infrastructures (specifically TLS 1.3 and NIST standards).
Why am I doing this? To understand X.509 certificates, cryptography and explore new types of PKI/WOT/Certificate infrastructures and sharing/verification mechanisms.
## Specs
See the specs/ for details.
- cki - Certificate and key infrastructure - WIP
- cli - CLI for creating & managing CKI certificates - WIP
- cdi - Certificate distribution infrastructure - Research
- eff - Encrypted file format - Research
- stl - Secure Transport Layer - Research## Contribution
All contributions are welcome. Please see CONTRIBUTING.md