Skip to content

Commit ccaa785

Browse files
authored
Merge pull request #141 from codespree/master
First submission for the hackathon
2 parents 92a7c26 + e71fbff commit ccaa785

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

providers/readme.md

+8
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,11 @@
9797
* Company website: https://www.gnutls.org/
9898
* Implementation: GNU TLS using OpenQuantumSafe.
9999
* Implementation link: https://github.com/gnutls/gnutls
100+
101+
# Seventh Sense AI (QuantCrypt)
102+
103+
* Provider short name: `seventhsense.ai`
104+
* Company name: Seventh Sense Artificial Intelligence
105+
* Company website: https://seventhsense.ai
106+
* Implementation: Open source
107+
* Implementation link: https://github.com/codespree/quantcrypt

providers/seventhsense.ai/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Seventh Sense (QuantCrypt) Artifacts
2+
3+
The artifacts in this directory are generated by the [QuantCrypt](https://crates.io/crates/QuantCrypt) cargo crate with documentation that can be found [here](https://docs.rs/QuantCrypt/0.2.0/quantcrypt/).
4+
5+
The QuantCrypt crate is a Rust implementation of an interface library that makes it easy to generate composite and pure PQC certificates and CMS enveloped content.
6+
7+
## Generation of Certificates
8+
9+
To generate the certificates on your own, first clone the QuantCrypt repository and follow the instructions in the README.md file.
10+
11+
```
12+
git clone https://github.com/codespree/quantcrypt
13+
```
14+
15+
Artifacts in both [r3](https://github.com/IETF-Hackathon/pqc-certificates?tab=readme-ov-file#zip-format-r3---deprecated-will-be-removed-at-hackathon-in-november-2024) and [r4](https://github.com/IETF-Hackathon/pqc-certificates?tab=readme-ov-file#zip-format-r4) format are generated. They can be found in `artifacts/submission` folder.
16+
17+
## About Seventh Sense
18+
19+
[Seventh Sense](https://seventhsense.ai) is building a holistic security framework (SenseCrypt) designed to address the evolving challenges of digital security, centered around a privacy-preserving identity solution. At its core is the innovative SenseCrypt eID, which enables privacy-focused biometric verification without storage of biometric data. This GDPR-compliant foundational layer eliminates privacy risks and gives users full control over their identity and data. It sets the stage for a multi-tiered platform that enhances security at each level.
20+
21+
SenseCrypt also includes an innovative Face-based Public Key Infrastructure (Face PKI), which builds on well-established PKI frameworks (including PQC) by employing face-derived cryptographic key pairs. This enables diverse use cases such as proof of personhood, password-less login, multi-factor authentication (MFA), encryption, and document signing. It also significantly improves key management, enhances non-repudiation, mitigates risks associated with static key storage, and ensures the right user is conducting the transaction, all while safeguarding user privacy.
Binary file not shown.

0 commit comments

Comments
 (0)