Showing 56 open source projects for "hash check"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    Iso2Usb

    Iso2Usb

    A cross platform application to create bootable media from ISO images

    You can create linux distribution, Windows bootable devices with target system as UFEI or BIOS. The project is highly inspired by Rufus which is written in C++. The windows version is written in C# and Linux with JavaFx. My main reason to create this project is to learn these languages and to practically understand how they work, such type of project inspired me a lot. Iso2Usb is bit faster than Rufus, I guess with only 8 seconds difference (tested with Elementary OS Juno).
    Leader badge
    Downloads: 40 This Week
    Last Update:
    See Project
  • 2

    pwnCheck

    Password pwn check.

    This program is a graphical user interface for checking pwned passwords, it's writen with python and pyQT4. Program calculates password hash and then searches for matches with first 5 symbols (prefix) in https://api.pwnedpasswords.com, then full hash match is found localy on users PC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    BinDiff

    Helper app for VMware .vmdk files differential backup

    ...However from those 10GB file only ~500MB is daily changed and you can shrink your backup storage to 15GB, if you keep only the daily difference. The BinDiff makes this job for you. Initially you make a full copy of vmfk file (let's say every month or two). That time you also make a hash file to track the block changes. You keep the hash file (which is small enough) and every day make a differential file from vmdk file that you keep on the backup storage. Profit! For the recovery BinDiff merges the latest available diff file with the initial vmdk file and gives you the full vmdk on that day. You can also make/check md5 checksums if necessary. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Felix Hash Tool

    Felix Hash Tool

    File Integrity Check Program

    File Integrity Check Program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    JChecksum

    JChecksum

    MD5 Checksum Tool

    This tool checks the integrity of files. It is very important if you don’t want your computer to get infected with viruses and malware. Sometimes, hackers and malicious software developers modify the contents of a downloadable zip, which can even result in granting them remote access to your system. While downloading various software, you might have noticed that developers usually provide hash values (MD5) of their files. This tool enables you to verify the file integrity of the downloaded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    DuplicateFileCheck

    Duplicate file check / failed .jpg detect, optional unique file copy

    ...The DuplicateFileCheck application was created to simplify this process. You can select to either search the top-level directory or all sub directories (default action). All the files are enumerated with an md5 hash created, after this process each file is checked to determine if it is a duplicate. All unique files can be copied to a chosen output folder if required (default action is not to copy). A duplicates.txt is created which logs all the duplicate files detected. As the files I was trying to recover were mainly .jpg I added a check to make sure the jpg files could be opened without an error. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    LockyMonitor

    Windows Service to check if files has been changed by ransomware

    Windwos Service to check if files has been changed by crypto ransomware. It does not prevent from ransomware infection! Don't use it in productive environments to prevent data loss! The Software comes without any warranty. If files has been changed it send a email and shutdown or disconnect the host or stop the server (LanmanServer) service to disconnect all shares on the server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NosRegister

    NosRegister

    NosRegister | WebPage

    NosRegister its an register page with server status check, developed in html, php and javascript + AJAX
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QDAC3.0

    QDAC3.0

    QDAC 3.0 is a VCL & FMX data access component

    [IMPORTANT NOTICE] This project is moved to my self website.The new SVN urls : svn://www.qdac.cc/QDAC3 GIT url is: git://www.qdac.cc/QDAC3.git Please check out with the new urls. QDAC 3.0 is a new version of Quick Data Access Component.Compare with version 2,the new version is base on XE6 and support all OS with XE6:Win32/Win64/Mac OSX/iOS/Andriod. QDAC 3.0 Include follow sub components: QXml/QJson/QLog/QWorker/QSort/QExp/QDB etc. QDAC now is in progress. Follow is from QDAC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    Advanced Checksum Verifier Utility
    Advanced CVU is an open source GUI software for calculating checksum and verifying file integrity. Supported checksums: - MD5 (Message Digest 5) - SHA-1 (Secure Hash Algoritm) - SHA-256 (Secure Hash Algoritm) - SHA-512 (Secure Hash Algoritm) - CRC32 (Cyclic Redundancy Check) - Adler-32 (RFC 1950) Java Runtime Environment (JRE) 1.8 must be installed for proper running.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Bellator-Integrity

    Check the file integrity

    Check the file integrity using SHA hash algorithms. It has two modes: - MakeHash: Create a signature hash of the files - CompareHash: Compare the signature hash of the files with the current signature hash to detect changes in them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    NotOpeningTwiceDLL

    This DLL prevents your program to run two instances simultaneously

    This DLL checks if your program is already running and controls what has to be done if this is the case. What is new is that it not only checks if the processnames are the same, but also checks if the sha512 hashes are the same. If the names are the same but the hashes are not, apparently there is another program with the same name, but now, it will no longer stop your program from running, while still not opening multiple instances! This DLL is written in vb.NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Checksum Directory

    Checksum Directory

    Check some checksum!

    A secure and centralized way to get checksums of common downloads. You will find the usual MD5 hash, but also the newer and more secure hashes like SHA-1, SHA-256 and even SHA-512. If the filesize and all up to four hashes match, you should be save to use that downloaded file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    XOR encrypt v2.0

    XOR encrypt v2.0

    Encrypt Your Text documents with XOR encryption

    This software provides an easy graphical way to encrypt your text documents from source code , text files ,scripts even jpeg files .It is a enhanced version of my earlier project https://sourceforge.net/p/xorencrypt which used win32 GUI . This is a demonstration of working of XOR encryption which was used by Germans in World War II (http://en.wikipedia.org/wiki/Lorenz_cipher) . Besides from XOR'ing the message with password after every encryption the key changes pseudorandomly....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TFS Marketplace

    TFS Marketplace

    Marketplace Software for Windows

    Marketplace for Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Hash Me

    Hash Me

    Create different hash results to take an unique file identification.

    Very easy and simple to use. The Hash Me is a free tool that can create differents hash results from files using differents algorithms. Besides that, the app can be used to create an additional file which can be distributed with the original file. This one creates the chance for the receiver confirm that the original file didn't take any modification along the way. ============= HOW IT WORKS ============= * For full help description, type "hashme.exe -help" at command line. => hashme.exe <filename> <hash algorithm> Output the hash result from specified file. => hashme.exe <filename> -c Create a .hashme file with hash information about the specified file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Torrent File Hash Checker

    Torrent File Hash Checker

    Verifies the integrity of the files

    Check the integrity of the downloaded files with its counterpart in a torrent file
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    This is a Rss URL Generator for Tvtorrents Rss
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PasswordGenerator

    PasswordGenerator

    A free Password Generator written in Java

    next version is 2.4.6
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    OnDemandLoader

    Suppose you need to download a document or executable file on demand..

    ...Ex. helloworld.exe.xml filename.sig: A file containing a hash signature of the filename. Ex. Helloworld.exe.md5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    PassWordFromHash

    Program generates passwords from hash, not from random numbers.

    Algorithm: 1. Concatenate "User", "Resource", "Master password" (yes, it is correct order!) to one string. 2. Calculate RIPEMD-160 hash of that string. 3. Convert hash to big number (from 0 to 2^160 - 1). 4. Translate number to 62-sign numeral system. 5. Each digit is represented as char 0-9, A-Z, a-z. 6. So, we get a password! Length is not more than 28 letters, because 62^28 is greater than 2^160. If you have coding experience, please check program correctness and help me improve GUI. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    EncryptionTool

    EncryptionTool

    Multi purpose encryption tool.

    Can check password strength. Encrypt text files with SHA1 & MD5 hash algorithms using AES encryption system. Using a given buffer size for reading and writing and a procentage of the said buffer for encryption, memory and cpu usage optimization can be achieved.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Quick Check

    Quick Check

    Quick Check is a small MD5 comparison program.

    Quick Check is a small MD5 comparison program, that uses a class provided by "IranianExperts". At this point in the project it just compares MD5 however in the future it might support SHA1 and others. When you first open the program you are greeted with a small form that contains two text boxes and one button. First you enter the hash of the file you got from where you downloaded, next click the button and browse to the downloaded file and the program will retrieve the MD5 hash and compare. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AllCheckSumer

    AllCheckSumer

    Calculate and compare files with 3 different file signature algorithms

    AllCheckSumer is a handy tool for computer forensics and is helpful for investigators to search throughout a computer’s file system for a bad hash specified by the investigator. The tool will search throughout a location, specified by the investigator. It can be either an entire file system or a specific folder, and create a hash set with the following file signature algorithms: • MD5 (Message-Digest Algorithm v. 5) • SHA-1 (Secure Hash Algorithm v. 1) • CRC (Cyclic Redundancy Check)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JPassword Recovery Tool

    JPassword Recovery Tool

    Password recovery tool for compressed archives and md5, sha-1/2 hashes

    This is a simple but sophisticated open source password recovery tool for M$ Windows, it can effectively 'crack' any password protected archive that can be decompressed by 7zip given enough time and resources. It can also bruteforce MD2, MD5, SHA-1 and SHA-2 hashes (SHA-256, SHA-384, SHA-512), CRC16, CRC32, CRC64 and Adler32 hashed passwords for both Windows, and Linux. It requires java 7u4 and above, and 7-zip v9.20 and up for archive recovery. Keeping these above applications up to date...
    Leader badge
    Downloads: 64 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB