Skip to content

Commit

Permalink
Add section on cryptographic verification.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Oct 20, 2024
1 parent f329c75 commit e731984
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,25 @@ <h3>Use Cases</h3>
</p>

<section class="notoc">
<h4>Identification</h4>
<h4>Globally Unique Identifiers</h4>

<p>
Lemmy runs an enterprise portal that manages large amounts of sensitive data
submitted by people working for a variety of organizations. He would like to use
identifiers for entities in the database where control over the identifier can
be cryptographically proven in order to increase security related to who is
allowed to access and update each organization's data.
Lemmy runs multiple enterprise portals that manage large amounts of sensitive
data submitted by people working for a variety of organizations. He would like
to use identifiers for entities in the databases that are provided by
his customers and do not depend on easily phishable information such as
email addresses and passwords.
</p>
</section>

<section class="notoc">
<h4>Cryptographic Verification</h4>

<p>
Lemmy would like to ensure that his customers prove control over their
identifiers &mdash; for example, by using public/private key cryptography
&mdash; in order to increase security related to who is allowed to access and
update each organization's data.
</p>
</section>

Expand Down

0 comments on commit e731984

Please sign in to comment.