hash

How to Find Hash of File in Terminal Console using Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Find the Hash of a File in Python." We’ll focus on accurately hashing the targeted file into a secure sequence of characters. The objective is to achieve a proper hash of a given file format. I'll provide a sample program to demonstrate the coding process, making it easy to understand and implement. So, let’s get started with coding!

Hashing and Salting

Submitted by Erick_Ny on
This tutorial will teach you how to secure password with md5 and sha1 in java . The following are the steps to run this program: 1- Extract Hashing.zip 2- Open Eclipse IDE 3- click file menu and Import 4- general/existing projects into workspace/next 5- check, select root directory and click browse 6- locate the project folder then click ok/finish If you find my code useful, send me an email at

File Search And Destroy

Submitted by euverve on
I coded a simple utility that removes files based on file hash because some malwares or virus spreads in every folder in usb or drive. This is threaded so while searching the form will not hang. Souce Codes: Public Class Mainform Private Sub Form1_Load ( ByVal sender As System . Object , ByVal e As System .EventArgs ) Handles MyBase .Load Control .CheckForIllegalCrossThreadCalls = False End Sub