MD5 Digest is one of the ways you can do the checksum of a file/text to verify data integrity. If you want to do that offline you can make use of Notepad++ text editor Tool option MD5 Generator, here is how,
- Open Notepad++
- Goto Menu: Tools -> MD5 -> Generate...
- Now you should see a pop-up where you can add txt.
- As you add text you would see a MD5 generated for it.
- You can click on "Copy to Clipboard" to copy the MD5 code.
Example Generate MD5 in Notepad++
Example:
Input: This is my data
MD5 Digest: 4a09d10820234a95bb548f14e4435bba
More Posts related to NotepadPlusPlus,
- How to add Date and Time to Windows Notepad File
- 25 Notepad++ Command Argument List
- Convert text to random case using Notepad++
- Enabling Notepad++ Dark Theme
- Using Document Map in Notepad++
- Launch Notepad++ html document in any web browser
- Show Notepad++ tabs in multiple lines instead of scroll on tab bar
- Word count in Notepad++
- Notepad++ display files on tab bar as horizontal instead of vertical
- Unable to edit file in Notepad++
More Posts:
- Change Android Toast background color - Android
- [Solved] Dynamic Web Module 3.0 requires Java 1.6 or newer Mac OSX - Mac-OS-X
- java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. - Android
- Android appcompat_v7 Error retrieving parent for item: No resource found that matches the given name - Android
- SharePoint Open in the client application document opens in browser - Java
- How to redirect SharePoint Site Collection to different URL - SharePoint
- Duplicate id @+id/textView1, already defined earlier in this layout Android Error - Android
- Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end users experience - Java
- Integrating Android Facebook SDK 3.17.2 Tutorial - Android
- SharePoint CAML query error - The XML source is not correct - SharePoint
- 32 css cursors web developers must know - CSS
- Failed to load resource: net::ERR_CACHE_MISS PHP - PHP
- 403 forbidden error for Image - PHP
- Struts 2 : There is no Action mapped for namespace [/] and action name [form] associated with context path [/proj] - Java
- How To Disable Landscape Mode in Android Application - Android