Webdeploy Publish Profile password saving

前端 未结 4 585
夕颜
夕颜 2021-02-14 22:38

I saved a publish profile into an .xml along wit all the login info. But when i import this XML to another computer and try to publish, it\'ll say that my password is incorrect

4条回答
  •  不知归路
    2021-02-14 23:03

    My guess is that the program purposely obfuscates the passwords using the current PC's "salt" and generates a unique hash. Thus, preventing the passwords from being stolen via the profile publish function.

提交回复
热议问题