Android Studio where is Master Password stored?

前端 未结 3 865
无人及你
无人及你 2021-02-04 05:00

When you generate a APK in Android Studio you can secure the generation with a Master Password. Where in the filesystem is this password stored? I\'m hoping I\'m not committing

3条回答
  •  醉酒成梦
    2021-02-04 05:12

    In my linux system this is where the security.xml file is located::

    ~/.AndroidStudio2.2/config/options/security.xml
    

    Master passwords are encrypted (AES) and saved in security.xml file. It's location could change based on system and the version of android studio that you are using. You can run the following command in command shell.

    locate security.xml
    

提交回复
热议问题