Compare commits

...

3 commits

Author SHA1 Message Date
d4694a1169 slide 5-6-7 2024-11-09 16:15:03 +01:00
c773fbf5f1 stile tabelle 2024-11-09 15:42:42 +01:00
72f22d0692 tema 2024-11-09 15:27:49 +01:00
4 changed files with 94 additions and 27 deletions

BIN
src/assets/timeline1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
src/assets/timeline2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View file

@ -40,8 +40,7 @@ _-- Jon Postel_
---
<style scoped>
ul {font-size: 48px}
li small {font-size: 42px;}
li {font-size: 40px;}
</style>
# Agenda
@ -55,7 +54,7 @@ li small {font-size: 42px;}
---
<style scoped>
ul {font-size: 30px; margin-top:15px}
li {font-size: 30px;}
</style>
# Terminologia
@ -67,13 +66,12 @@ Ad oggi l'implementazione di OpenPGP più nota (ma se ne stanno diffondendo altr
---
<style scoped>
p {font-size: 32px; margin-top:10px}
ul {font-size: 32px; margin-top:10px}
ul ul {font-size: 30px; margin:0px}
ul {margin-top: 0;}
p, li {font-size: 32px;}
</style>
# "Ecosistema" OpenPGP (1)
Lo standard OpenPGP propriamente detto (RFC 9580) definisce principalmente;
Lo standard OpenPGP propriamente detto (RFC 9580) definisce principalmente:
- Algoritmi supportati
- Crittografia simmetrica e asimmetrica
- Hashing e Firma digitale
@ -85,6 +83,38 @@ Lo standard OpenPGP propriamente detto (RFC 9580) definisce principalmente;
- Grammatica dei messaggi (_Packet Sequence Composition_)
- Raccomandazioni implementative
---
<style scoped>
p , ul {font-size: 30px;}
</style>
# "Ecosistema" OpenPGP (2)
Altre specifiche, ufficiali o _de facto_, la consuetudine e le scelte implementative definiscono:
- PKI: distribuzione, ricerca e reperimento delle chiavi pubbliche (keyserver)
- Verifica delle chiavi (_Web of Trust_)
- Sicurezza delle chiavi private (hard disk, smart card, token, ...)
- Semantica dei messaggi
- API, CLI, GUI
La comunità usa abitualmente l'espressione _Ecosistema OpenPGP_ per definire l'insieme degli standard, delle implementazioni (librerie, frontend, tools) e dei progetti correlati
---
<style scoped>
p {margin-top: 100px}
img {width: 100%; height: 430px}
</style>
# Timeline storica
![](assets/timeline1.png)
---
<style scoped>
p {margin-top: 125px}
img {width: 100%; height: 340px;}
</style>
# Timeline recente
![](assets/timeline2.png)
---
# TODO

View file

@ -1,19 +1,61 @@
/* @theme custom */
@import 'gaia';
/*
* @theme custom
*
* @auto-scaling true
* @size 16:9 1280px 720px
* @size 4:3 960px 720px
*/
section {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 40px;
background-color: #333;
color: #ccc;
padding: 15px 25px 0 25px;
margin-bottom:0;
}
section h1 {
color: #ccc;
border-bottom: dotted 1px #ccc;
margin-bottom: 0;
margin: 0;
padding-bottom: 5px;
font-size: 45px;
}
p {
margin: 10px 0 10px 0;
}
code {
font-family: 'Courier New', Courier, monospace;
}
table {
border-spacing: 0;
border-collapse: collapse;
margin: 1em 0 0;
width: 100%;
}
th, td {
padding: 2px 0 2px 2px;
border-width: 1px;
border-style: solid;
}
th {
font-weight: bold;
text-align: left;
}
ul {
margin-top:15px;
}
li {
margin-top: 5px;
}
li ul {
margin-top: 0;
}
div.columns {
display: flex;
gap: 0;
@ -37,11 +79,15 @@ footer {
font-size: 13px;
color: #bbb;
height: 38px;
line-height: 10px;
margin: 0 80px 0 0;
padding: 16px 0 0 20px;
line-height: 30px;
margin: 0 65px 0 0;
padding: 16px 0 0 0;
border-top: 0px;
text-align: right;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
/* page numbering */
section::after {
@ -50,7 +96,7 @@ section::after {
color: #bbb;
margin: 0;
height: 35px;
line-height: 10px;
line-height: 24px;
padding: 13px 25px 0 0;
}
@ -99,23 +145,14 @@ section.whoami #col-right {
}
section.whoami ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
flex-grow: 1;
font-size: 33px;
font-size: 35px;
}
section.whoami li {
padding-bottom: 10px;
}
section.whoami li ul{
font-size: 25px;
padding-left: 15px;
}
section.whoami p#license {
font-size: 25px;
font-size: 30px;
margin-top: 0px;
}
th {
font-weight: normal;
}