Skip to content

Commit

Permalink
Merge pull request #141 from codespree/master
Browse files Browse the repository at this point in the history
First submission for the hackathon
  • Loading branch information
ounsworth authored Oct 15, 2024
2 parents 92a7c26 + e71fbff commit ccaa785
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions providers/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,11 @@
* Company website: https://www.gnutls.org/
* Implementation: GNU TLS using OpenQuantumSafe.
* Implementation link: https://github.com/gnutls/gnutls

# Seventh Sense AI (QuantCrypt)

* Provider short name: `seventhsense.ai`
* Company name: Seventh Sense Artificial Intelligence
* Company website: https://seventhsense.ai
* Implementation: Open source
* Implementation link: https://github.com/codespree/quantcrypt
21 changes: 21 additions & 0 deletions providers/seventhsense.ai/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Seventh Sense (QuantCrypt) Artifacts

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/).

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.

## Generation of Certificates

To generate the certificates on your own, first clone the QuantCrypt repository and follow the instructions in the README.md file.

```
git clone https://github.com/codespree/quantcrypt
```

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.

## About Seventh Sense

[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.

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 added providers/seventhsense.ai/artifacts_certs_r3.zip
Binary file not shown.

0 comments on commit ccaa785

Please sign in to comment.