From 14e59eea977e75ced0947101efdb72d76dcc8cef Mon Sep 17 00:00:00 2001 From: Jakob Moser <moser@cl.uni-heidelberg.de> Date: Mon, 1 Jul 2024 15:48:12 +0200 Subject: [PATCH] Reference simple initial solution --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9d9a12..b2be360 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is only a quick demo on how you could possible generate a second factor in If you want to manage all your second factors in one place, this tool is not for you. +A working implementation that even stores the secret somewhat securely is possible in a dozen lines of code, see the version on the tag [`initial`](https://gitlab.cl.uni-heidelberg.de/moser/2fa/-/blob/initial/main.py) for details. + ## Installation ```bash -- GitLab