Skip to content

Commit

Permalink
Making Abstract abstract, instead of introduction
Browse files Browse the repository at this point in the history
pulled from #1554
  • Loading branch information
TallTed authored Sep 11, 2024
1 parent 363a923 commit 63a3a55
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,20 @@
<body>
<section id='abstract'>
<p>
[=Credentials=] are integral to our daily lives; driver's licenses confirm
our capability to operate motor vehicles, university degrees assert our level
of education, and government-issued passports permit travel between countries.
This specification provides a mechanism to express these sorts of
[=credentials=] on the Web in cryptographically secure, privacy-respecting,
and machine-verifiable way.
This specification provides normative and non-normative guidance on
implementing and managing [=verifiable credentials=] and associated
cryptographic practices. It emphasizes the importance of understanding and
updating cryptographic systems and managing private signing keys with limited
cryptoperiods. It discusses mechanisms for ensuring content integrity of
linked external resources and highlights the risks of unsigned claims.
Strategies are provided to mitigate man-in-the-middle (MITM), replay, and
spoofing attacks, and to address issues related to credential atomization,
validity periods, and device security. This specification also covers
acceptable use of credentials, warns against code injection risks, and
underscores the need for accessibility and internationalization
considerations, advocating for a data-first approach and adherence to
internationalization standards to ensure correct rendering of
multilingual text.
</p>
</section>

Expand Down

0 comments on commit 63a3a55

Please sign in to comment.