Python script to convert steamguard-cli maFiles to SDA maFiles format #260
infirms
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Your link 404s, I think you need to make the gist public |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hi, I made a simple python script to convert steamguard-cli maFile format to SDA maFile format. This can be useful if you originally set up 2FA via steamguard-cli, but you still need the SDA maFile format file. From my testing it worked perfectly even for accepting trades, but there are some drawbacks regarding
server_time
and wholeSession
part of the maFile, this data is unknown from data it's converting it this might somehow break some things, but I haven't encountered any problems yet while converting ~5-10 accounts for testing even in original SDA.Here is the script: https://gist.github.com/infirms/a057b7d695ff2b5b71fe86dc53688dd2
Use it like:
python cli_to_mafile.py <cli-mafile> <output-mafile>
Beta Was this translation helpful? Give feedback.
All reactions