From 26c6916e795d926511b597a8a431e811754453a3 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 2 Jul 2023 11:09:49 -0400 Subject: [PATCH] update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f146f3b..126602e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,18 @@ A command line utility for setting up and using Steam Mobile Authenticator (AKA If you have no idea what the rest of this document is talking about, go read the [quickstart](docs/quickstart.md). +# Features + +- Generate 2FA codes +- Respond to trade, market or any other confirmations +- Encrypted storage of your 2FA secrets + - With the option to store your encryption passkey in the system keyring +- Special memory-clearing data structures to prevent leaking secrets +- QR code generation for importing 2FA secrets into other applications, like KeeWeb +- QR code logins for quickly logging into Steam on a new device, like the Steam Deck +- Able to read Steam Desktop Authenticator's `maFiles` format +- Uses as many official Steam APIs as possible, unlikely to break + # Install If you have the Rust toolchain installed: