Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | n+1 renamed to np1 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e45870b3c9faa16d42ad0432da22fc5a |
User & Date: | bernd 2017-01-03 12:43:26.606 |
Context
2017-01-03
| ||
13:08 | Rename ogg videos to .ogv check-in: 08ef9b0511 user: bernd tags: trunk | |
12:43 | n+1 renamed to np1 check-in: e45870b3c9 user: bernd tags: trunk | |
2017-01-02
| ||
22:50 | Correct Krista's last name check-in: d2432dc8b7 user: bernd tags: trunk | |
Changes
Changes to wiki/33c3.md.
1 2 3 4 5 6 7 8 9 10 11 12 | 33c3 #wefixthenet videos ======================== + [A walk through the inner core of p≡p](pep.md) by Krista Bennett + [Clean Slate Networking in an Adversarial World: Simple, Secure, Private Communication using MinimaLT](ethos.md) by Jon A. Solworth and Janosch Rux + [HoneyBadger: Quantum Insert Recorder](honeybadger.md) by David Stainton + [Xolotl : A compact mixnet format with stronger forward secrecy and hybrid anonymity](xolotl.md) by Jeff Burdges + [#i2p-dev: Anonymity as a feature](i2p.md) by Jack Grigg (str4d) + [Advertisement for the Proof of Personhood-Party and project](pop.md) by Linus Gasser and Jovanovic Philipp + [SENSE a privacy-preserving and secure push service](sense.md) by Linus Lotz + [Decentralized PKI system based on blockchains](bc-pki.md) by Bogdan Kulynych + [Towards Distributed Online Voting](claimchain.md) by Robert Riemann | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 33c3 #wefixthenet videos ======================== + [A walk through the inner core of p≡p](pep.md) by Krista Bennett + [Clean Slate Networking in an Adversarial World: Simple, Secure, Private Communication using MinimaLT](ethos.md) by Jon A. Solworth and Janosch Rux + [HoneyBadger: Quantum Insert Recorder](honeybadger.md) by David Stainton + [Xolotl : A compact mixnet format with stronger forward secrecy and hybrid anonymity](xolotl.md) by Jeff Burdges + [#i2p-dev: Anonymity as a feature](i2p.md) by Jack Grigg (str4d) + [Advertisement for the Proof of Personhood-Party and project](pop.md) by Linus Gasser and Jovanovic Philipp + [SENSE a privacy-preserving and secure push service](sense.md) by Linus Lotz + [Decentralized PKI system based on blockchains](bc-pki.md) by Bogdan Kulynych + [Towards Distributed Online Voting](claimchain.md) by Robert Riemann + [Permission to chat? (n+1)sec and the challenges of decentralized authorization in secure multi-party chat systems](np1.md) by Richard King + [Source IP spoofing for anonymization over UDP](spoof.md) by Kirils Solovjovs + [net2o - works for me -> works for you + onion routing](net2o.md) by Bernd Paysan + [Autocrypt: Email-encryption for everyone](autocrypt.md) by Holger Krekel + [p≡p short introduction](pep2.md) by Volker Birk (fdik) + [Panel on opportunistic email encryption](panel.md) by Holger Krekel (Autocrypt), Volker Birk (p≡p), and Neal Walfield (GPG) [CC-SA-BY 4.0](https://creativecommons.org/licenses/by-sa/4.0/) video recording by Bernd Paysan |
Name change from wiki/n+1.md to wiki/np1.md.
1 2 3 4 5 | # Permission to chat? (n+1)sec and the challenges of decentralized authorization in secure multi-party chat systems # ## Richard King ## <video width="1280" height="720" controls="controls"> | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Permission to chat? (n+1)sec and the challenges of decentralized authorization in secure multi-party chat systems # ## Richard King ## <video width="1280" height="720" controls="controls"> <source src="//net2o.de/33c3/np1.mp4"> <source src="//net2o.de/33c3/np1.ogg" type="video/ogg"> <source src="//net2o.de/33c3/np1.webm" type="video/webm"> Your browser does not support the video tag. </video> <!-- embed src="/33c3/doc/trunk/doc/np1.pdf?view=FitH" width="900" height="675" alt="pdf" pluginspage="http://www.adobe.com/products/acrobat/readstep2.html"></embed --> [CC-SA-BY 4.0](https://creativecommons.org/licenses/by-sa/4.0/) video recording by Bernd Paysan |
Changes to wiki/template.sh.
1 2 | #!/bin/bash IFS='"' | | | 1 2 3 4 5 6 7 8 9 10 | #!/bin/bash IFS='"' grep '\+ \[.*\](.*)' 33c3.md | sed -e 's/.*\[\(.*\)\](\(.*\)\.md) by \(.*\)/\1"\2"\3/g' | while read TITLE filename author; do cat >template-out.md <<EOF # $TITLE # ## $author ## <video width="1280" height="720" controls="controls"> <source src="//net2o.de/33c3/$filename.mp4"> |
︙ | ︙ |