Webdeploy Publish Profile password saving

前端 未结 4 2053
轮回少年
轮回少年 2021-02-14 22:08

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 22:52

    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.

提交回复
热议问题