From 502a9ad1487a15f5dc21ad1b13f7704bcc641e5b Mon Sep 17 00:00:00 2001 From: Chance Harrison Date: Wed, 28 Jul 2021 03:11:35 -0700 Subject: [PATCH] Restored to its own page with oriignal title, minor content revisions maintained --- ...eam-to-Aegis-from-Steam-Desktop-Authenticator.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Adding-Steam-to-Aegis-from-Steam-Desktop-Authenticator.md diff --git a/Adding-Steam-to-Aegis-from-Steam-Desktop-Authenticator.md b/Adding-Steam-to-Aegis-from-Steam-Desktop-Authenticator.md new file mode 100644 index 0000000..94b1c3d --- /dev/null +++ b/Adding-Steam-to-Aegis-from-Steam-Desktop-Authenticator.md @@ -0,0 +1,13 @@ +This solution may be of particular use if you already use the [Steam Desktop Authenticator](https://github.com/Jessecar96/SteamDesktopAuthenticator) app on your PC. It avoids the need for a rooted Android device to extract secrets from. + +1. First off you need to open your SDA (Steam Desktop Authenticator) file directory, and find the *.maFile inside maFiles folder (Open it with notepad). In there you will see all the data you need like shared_secret and more. + +__Confirm that the file is in JSON format. Aegis does not support importing encrypted .maFile files.__ + +2. Then create a new file named Steamguard-myConfig.json on your desktop(It has to be in json format), and copy-paste all the contents of the maFile into the new json file. + +3. Then connect your android phone to your pc and open the file directory and copy the file into the Downloads folder (Or any other you have access to on the phone). + +4. After doing that you need to open Aegis and go into settings and scroll all the way down and click on import from file. Choose Steam as the option and click Ok. Then select the newly imported Steamguard-myConfig.json file. + +You should now have your steam code inside Aegis as well! \ No newline at end of file