commit: 0cbd431fcd89939c0db882725d82164050dea244
parent ccf9703293753090a848d2214f6c730719c00263
Author: Drew DeVault <sir@cmpwn.com>
Date: Wed, 15 Jun 2022 22:13:04 +0200
Himitsu talk
Diffstat:
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/content/misc.md b/content/misc.md
@@ -25,3 +25,4 @@ layout: page
- [Cryptocurrency sucks](/talks/cryptocurrency.html)
- [Introducing the Hare programming language](/talks/hare.html)
- [Opening up the SourceHut CI engine](/talks/sourcehut-ci.html)
+- [Himitsu: A novel keyring & password manager for Unix](/talks/himitsu.html)
diff --git a/content/talks/himitsu.md b/content/talks/himitsu.md
@@ -0,0 +1,28 @@
+---
+layout: page
+title: "Himitsu: A novel keyring & password manager for Unix"
+---
+
+**Abstract**
+
+> Himitsu is a novel design for a key/value store to securely store your
+> passwords, private keys, and other secrets. It is a simple core upon which a
+> highly extensible ecosystem of integrations can be built to handle any kind of
+> secret. This talk will introduce the Himitsu key store, demonstrate many of
+> the things it is capable of, and explain its current level of sophistication
+> and what we aspire for in the future.
+
+**Resources**
+
+- [Download slides](https://mirror.drewdevault.com/himitsu.pdf)
+- [Himitsu](https://himitsustore.org)
+
+**Events**
+
+Techinc
+
+2022-06-22 @ 19:00 AMS (tenative)
+
+Live stream/recording:
+
+<iframe title="Himitsu: A novel keyring & password manager for Unix" src="https://spacepub.space/videos/embed/f5fdb918-de1d-4c28-bcf1-c8b86e1866fe" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>