mRemoteNGDocumentation/registry/security_settings.rst
Security Settings
.. versionadded:: v1.77.3
.. warning::
Before proceeding with any changes to the Windows Registry, it is imperative that you carefully read and comprehend the
Modifying the Registry, Restricted Registry Settings and Disclaimer
on :doc:Registry Settings Infromation <registry_settings_information>.
Configure the options page to modify functionalities as described.
HKEY_LOCAL_MACHINESOFTWARE\mRemoteNG\Security\OptionsSpecifies the encryption engine used for encryption.
Value Name: EncryptCompleteConnectionsFile
Value Type: REG_SZ
Values:
truefalseSpecifies the encryption engine used for encryption.
Value Name: EncryptionEngine
Value Type: REG_SZ
Values:
AESSerpentTwofishSpecifies the block cipher mode used for encryption.
Value Name: EncryptionBlockCipherMode
Value Type: REG_SZ
Values:
GCMCCMEAXSpecifies the number of iterations used in the encryption key derivation process.
Value Name: EncryptionKeyDerivationIterations
Value Type: REG_DWORD
Values:
100050000.. code::
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\Security]
[HKEY_LOCAL_MACHINE\SOFTWARE\mRemoteNG\Security\Options] "EncryptionEngine"="AES" "EncryptionBlockCipherMode"="GCM" "EncryptCompleteConnectionsFile"="false" "EncryptionKeyDerivationIterations"=dword:00009c40