mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
fix MR-172 rdgateway pass encryption
This commit is contained in:
@@ -739,7 +739,7 @@ Namespace Config
|
||||
End If
|
||||
|
||||
If Me._SaveSecurity.Password = True Then
|
||||
xW.WriteAttributeString("RDGatewayPassword", "", curConI.RDGatewayPassword)
|
||||
xW.WriteAttributeString("RDGatewayPassword", "", Security.Crypt.Encrypt(curConI.RDGatewayPassword, pW))
|
||||
Else
|
||||
xW.WriteAttributeString("RDGatewayPassword", "", "")
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user