rsa加密/解密_将加密/解密选项添加到Windows 7 / Vista右键菜单
rsa加密/解密
If you use the built-in file encryption in Windows 7 or Vista, you might be interested in adding an option to the right-click menu to more easily encrypt and decrypt your files, rather than having to use the file properties dialog.
如果在Windows 7或Vista中使用内置文件加密,则可能有兴趣向右键单击菜单中添加一个选项,以更轻松地加密和解密文件,而不必使用文件属性对话框。
Adding this to the menu couldn’t be simpler – there’s only a single registry key to add.
将其添加到菜单中再简单不过了–仅添加一个注册表项。
Open up regedit.exe through the start menu search box, and then find the following registry key:
通过开始菜单搜索框打开regedit.exe,然后找到以**册表项:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
In the right-hand pane, create a new 32-bit DWORD value called EncryptionContextMenu and give it a value of 1.
在右侧窗格中,创建一个名为EncryptionContextMenu的新的32位DWORD值,并将其值设置为1。
Now when you right-click on a file, you’ll see a new option called Encrypt.
现在,右键单击文件时,将看到一个名为“加密”的新选项。
When you choose this option, you’ll receive the following dialog, asking if you want to encrypt just the file, or also the parent folder. You can also choose just the file as the default.
选择此选项时,将出现以下对话框,询问您是否仅要加密文件或父文件夹。 您也可以只选择文件作为默认文件。
Once the files are encrypted, you’ll notice that the title of the file is now green, indicating that it’s been encrypted. The right-click option will also now change to Decrypt.
加密文件后,您会注意到文件标题现在为绿色,表示已被加密。 右键单击选项现在也将更改为“解密”。
Definitely much simpler… makes me wonder why this wasn’t a built-in option.
绝对简单得多……让我想知道为什么这不是内置选项。
Download AddEncryptionMenu.zip Registry Hack
-
› How to Quickly Scroll Through Home Screen Pages on iPhone and iPad
-
› How to Move a Window to Another Virtual Desktop on Windows 10
-
› What’s the Deal with Google Home and Nest? Is There a Difference?
rsa加密/解密