Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making Abstract abstract, instead of introduction #1560

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 requirements and non-normative guidance
for 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