### Encrypted MAFile Data Example Source: https://github.com/achiez/nebulaauth-steam-desktop-authenticator-by-achies/wiki/Importing-mafiles-from-SDA This is an example of what encrypted MAFile data might look like. If your MAFile content resembles this, it needs to be decrypted. ```json eyJlbmNyeXB0ZWQiOnRydWUsImZpcnN0X3J1biI6ZmFsc2UsImVudHJpZXMifQ== ``` -------------------------------- ### Checking for Encrypted MAFile Format Source: https://github.com/achiez/nebulaauth-steam-desktop-authenticator-by-achies/wiki/Importing-mafiles-from-SDA Verify if an MAFile is encrypted by checking its content in a text editor. Encrypted files will not start with the expected JSON structure. ```json {"shared_secret": "........ ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.