diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-12-18 16:59:37 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-18 16:59:37 +0100 |
commit | aabd64bb51b5eabbb7b7ebd8121996069385ba0d (patch) | |
tree | a97f70611fca10655342c2363de328fa9e996b57 | |
parent | 2a71d8dbe34ec6f7b9dbc2b39f703c340b981d8c (diff) |
about: Add basic about page
-rw-r--r-- | config.toml | 8 | ||||
-rw-r--r-- | content/about.md | 33 |
2 files changed, 36 insertions, 5 deletions
diff --git a/config.toml b/config.toml index fd9f328..c68b139 100644 --- a/config.toml +++ b/config.toml @@ -58,10 +58,10 @@ metaDataFormat= "toml" custom_scss = [] [menu] - #[[menu.main]] - # identifier = "about" - # name = "About" - # url = "about" + [[menu.main]] + identifier = "about" + name = "About" + url = "about" #[[menu.main]] # identifier = "posts" diff --git a/content/about.md b/content/about.md index 62fd360..11ef13a 100644 --- a/content/about.md +++ b/content/about.md @@ -1,4 +1,35 @@ --- title: "About" --- -TODO: docdoc. +Rasmus Dahlberg is a cyber security practitioner that is located in Karlstad, +Sweden. He is interested in the overlap between research, engineering, and +operations. Experience includes applied cryptography and networking, e.g., in +the forms of secure logging systems and their applications, anonymity networks +like Tor, and kernel programming. + +Currently employed by Mullvad VPN and Karlstad University. Involved in + [Sigsum](https://www.sigsum.org) +and + [System Transparency](https://www.system-transparency.org). + +# Selected publications +- Rasmus Dahlberg, Tobias Pulls, Tom Ritter, and Paul Syverson. +[Privacy-Preserving \& Incrementally-Deployable Support for Certificate Transparency in Tor](https://petsymposium.org/2021/files/papers/issue2/popets-2021-0024.pdf). +In: PETS +(2021) +- Tobias Pulls and Rasmus Dahlberg. +[Website Fingerprinting with Website Oracles](https://petsymposium.org/2020/files/papers/issue1/popets-2020-0013.pdf). +In: PETS +(2020) +- Rasmus Dahlberg, Tobias Pulls, Jonathan Vestin, Toke Høiland-Jørgensen, and Andreas Kassler. +[Aggregation-Based Certificate Transparency Gossip](https://arxiv.org/pdf/1806.08817.pdf). +In: SECUREWARE +(2019) +- Tobias Pulls and Rasmus Dahlberg. +[Steady: A Simple End-to-End Secure Logging System](https://eprint.iacr.org/2018/737.pdf). +In: NordSec +(2018) + +# Contact +Feel free to direct message via email, Twitter, and IRC. Rasmus Dahlberg is +rgdd @ OFTC.net. |