You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at least 10% translated updated for the source file '/Source/NETworkManager.Localization/Resources/Strings.resx'
on the 'ru_RU' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
<value>Profile files are encrypted on disk using Rijndael (AES) with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up.
772
+
<value>Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up.
773
773
774
-
This is a new feature that may still contain bugs. Please backup your profile files first before enabling profile file encryption!</value>
774
+
First make a backup copy of your profile files before enabling encryption!</value>
775
775
</data>
776
776
<dataname="Custom"xml:space="preserve">
777
777
<value>Настраиваемый</value>
@@ -810,7 +810,7 @@ This is a new feature that may still contain bugs. Please backup your profile fi
<value>If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter.
2897
+
2898
+
Otherwise, the profile may be corrupted and you want to report the issue on GitHub.</value>
0 commit comments