Encryption 当我使用公共WiFi从Mercurial推送时,我的密码是否在电线上可见?

Encryption 当我使用公共WiFi从Mercurial推送时,我的密码是否在电线上可见?,encryption,windows-7,mercurial,https,Encryption,Windows 7,Mercurial,Https,如果我像这样推到Bitbucket: C:\My Projects\repo>hg push https://user:passd@bitbucket.org/user/repo/ pushing to https://user:***@bitbucket.org/user/repo/ searching for changes no changes found 第一行是我键入的内容: C:\My Projects\repo>hg push https://user:pass@bi

如果我像这样推到Bitbucket:

C:\My Projects\repo>hg push https://user:passd@bitbucket.org/user/repo/
pushing to https://user:***@bitbucket.org/user/repo/
searching for changes
no changes found
第一行是我键入的内容:

C:\My Projects\repo>hg push https://user:pass@bitbucket.org/user/repo/
但是来自Mercurial的消息隐藏了键入的密码:

pushing to https://user:***@bitbucket.org/user/repo/

这是否意味着我的密码在通过公共WiFi连接发出之前已加密,因此是安全的?

如果使用SSL,则应在发送密码之前对其进行加密。mercurial web服务器配置中指定mercurial是否使用它

push\u ssl
是否要求通过SSL传输入站推送以防止密码嗅探。默认值为True


你正在推到HTTPS,所以是的,它是加密的。我重新制定了问题,所以这不是星巴克特有的。让我们重新打开它,这样我们可以正确地回答。他正在推HTTPS…嗯,配置有点不正确。无论如何,https正在使用SSL。