Click here to Skip to main content
15,880,608 members
Articles / Security / Encryption

Encrypting Editor Notepad Replacement

Rate me:
Please Sign up or sign in to vote.
4.85/5 (50 votes)
28 Jul 2014CPOL80 min read 175.6K   6.1K   112  
A C# .NET 3.5 (Win7) Windows Forms Application with source code
Windows Registry Editor Version 5.00

; Remove CryptPad changes from registry

[-HKEY_CURRENT_USER\Software\Classes\Applications\CryptPad.exe]

[-HKEY_CURRENT_USER\Software\Classes\txtfile]

[-HKEY_CURRENT_USER\Software\Classes\.safe]

[-HKEY_CURRENT_USER\Software\Classes\.cryptpad]

[-HKEY_CURRENT_USER\Software\Classes\cryptpadfile]

[-HKEY_CURRENT_USER\Software\Classes\.htm]

[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor]

[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\View Source Editor]

[-HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name]

[-HKEY_CURRENT_USER\Software\Microsoft\Shared\HTML\Default Editor\shell\edit\command]

[-HKEY_CURRENT_USER\Software\Classes\cmdfile]

[-HKEY_CURRENT_USER\Software\Classes\regfile]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer IAUA End Time Ministry
United States United States
I am a retired Software Systems Design Engineer experienced with IEEE standards and the entire IEEE software development life cycle. Concept Exploration, Requirements, Design, Implementation, Test, Installation and Checkout, Operation and Maintenance. I enjoy working with people and solving customer problems.

I am currently a writer for my personal ministry: IAUA End Time Ministry

Comments and Discussions