Skip to content

Commit 2bdd325

Browse files
cynthiarhiaro
andauthored
Add a new principle for crypto. (#310)
* Draft for #185. * Remove reference to WebCrypto API following feedback from @sleevi Co-authored-by: rhiaro <[email protected]>
1 parent 86be0ac commit 2bdd325

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.bs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2506,6 +2506,14 @@ it also ensures a consistent development experience for the users.
25062506
A good example where debuggability was defined as
25072507
part of the specification is [Web Animations](https://www.w3.org/TR/web-animations-1/#use-cases).
25082508

2509+
<h3 id="crypto">Use the best crypto, and expect it to evolve</h3>
2510+
2511+
Use only cryptographic algorithms
2512+
that have been impartially reviewed by security experts,
2513+
and make sure your choice of algorithm is proven, and up-to-date.
2514+
Not only do they become obsolete or insecure,
2515+
cryptographic protocols and algorithms also evolve quickly.
2516+
25092517
<h2 id="spec-writing">Writing good specifications</h2>
25102518

25112519
This document mostly covers API design for the Web,

0 commit comments

Comments
 (0)