Differences
This shows you the differences between the selected revisions of the page.
2011-08-16 | 2013-11-26 | ||
security_credentials#storing_password (martin) | forgotten master password (martin) | ||
Line 2: | Line 2: | ||
WinSCP can protect stored passwords by strong AES cipher. In order to protect such sensitive information you need to set a master password. When a master password is not set, stored passwords can be [[security_credentials#storing_password|easily decrypted]] by malicious software that have infiltrated your computer. | WinSCP can protect stored passwords by strong AES cipher. In order to protect such sensitive information you need to set a master password. When a master password is not set, stored passwords can be [[security_credentials#storing_password|easily decrypted]] by malicious software that have infiltrated your computer. | ||
- | If you set the master password, each new instance of WinSCP will ask you to enter the master password the first time it needs to access protected passwords.·Later you can change or remove the master password. If you remove the master password, passwords will not be protected anymore. | + | ===== Working with Master Password ===== |
+ | If you set the master password, each new instance of WinSCP will ask you to enter the master password the first time it needs to access protected passwords or protect new password. | ||
+ | |||
+ | Later you can change or remove the master password. If you remove the master password, passwords will not be protected anymore. | ||
You can set master password in [[ui_pref_security|preferences]]. | You can set master password in [[ui_pref_security|preferences]]. | ||
+ | |||
+ | ===== Forgotten Master Password ===== | ||
+ | When you forget your master password, there is no way to recover it, nor the protected passwords. | ||
+ | |||
+ | You can at least reset WinSCP back to unprotected state. Naturally, you loose all the protected passwords. | ||
+ | |||
+ | To reset master password, remove ''Configuration\Security'' [[config|configuration]] section/key. | ||
+ | |||
+ | You also need to remove all protected passwords. For this, search for and remove all ''Password'', ''ProxyPasswordEnc'' and ''TunnelPassword'' values from configuration subsections/subkeys of ''Sessions'' section/key. | ||
+ | |||