Showing 43 open source projects for "crc32"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    RetroBIOS

    RetroBIOS

    Complete BIOS & firmware packs for RetroArch, Batocera, Recalbox, etc.

    RetroBIOS is an open-source project that provides complete BIOS and firmware packs for a wide range of emulators and retro gaming platforms. It includes thousands of verified system files required to run consoles and arcade systems accurately across tools like RetroArch, Batocera, RetroPie, and EmuDeck. Each BIOS file is validated against emulator source code to ensure correctness, compatibility, and proper functionality. The project simplifies setup by offering automated install scripts...
    Downloads: 979 This Week
    Last Update:
    See Project
  • 2
    node-rs

    node-rs

    Node.js bindings Rust crates

    When Node.js meets Rust. Make rust crates binding to Node.js use napi-rs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RHash
    RHash (Recursive Hasher) is a console utility for computing and verifying hash sums of files. It supports CRC32, CRC32C, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, DC++ TTH, BTIH, Tiger, GOST R 34.11-2012, RIPEMD-160, HAS-160, EDON-R, and Whirlpool.
    Leader badge
    Downloads: 1,000 This Week
    Last Update:
    See Project
  • 4
    Dolphin-DVR-Pro

    Dolphin-DVR-Pro

    Professional CCTV DVR data recovery software.

    Many new users wish to learn more about the features of Dolphin CCTV DVR data recovery software. Users can learn this actually by using the DVR recovery trial software. Here is a proven list of Dolphin DVR features:
    Leader badge
    Downloads: 67 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 5
    Udp2raw-tunnel

    Udp2raw-tunnel

    Turns UDP traffic into encrypted UDP/fakeTCP/ICMP traffic

    A tunnel which turns UDP traffic into encrypted fakeTCP/UDP/ICMP traffic by using Raw Socket, helps you bypass UDP FireWalls(or unstable UDP environment). When used alone, Udp2raw tunnels only UDP traffic. Nevertheless, if you used udp2raw + any UDP-based VPN together, you can tunnel any traffic(include TCP/UDP/ICMP), currently, OpenVPN/L2TP/ShadowVPN and tinyfecVPN are confirmed to be supported. Linux host (including desktop Linux,Android phone/tablet,OpenWRT router,or Raspberry PI) with...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    CityHash

    CityHash

    Automatically exported from Google code CityHash

    ...CityHash offers multiple hash sizes—32-bit, 64-bit, 128-bit, and 256-bit variants—with the CRC-based versions leveraging hardware acceleration on CPUs that support SSE4.2 CRC32 instructions. The library emphasizes hashing performance and uniformity rather than cryptographic security, making it ideal for use in data structures like hash tables and distributed systems requiring rapid key lookups. CityHash has been rigorously tested using tools like SMHasher to ensure high-quality mixing and collision resistance across a wide range of inputs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FileVerifier++
    FileVerifier++ is a Windows utility for calculating hashes using a number of algorithms including CRC32, MD5, SHA-1, SHA-256/224/384/512, WHIRLPOOL, and RIPEMD-128/160/256/320. Supported hash file formats include MD5SUM .MD5, SFV, BSD CKSUM, and others.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 8
    Pixload

    Pixload

    Image Payload Creating/Injecting tools

    Pixload is a collection of tools for creating and injecting payloads into image files using steganographic techniques to embed hidden content in common image formats. It supports BMP, GIF, JPG, PNG, and WebP formats and offers command-line utility for generating or modifying images with embedded payloads. If the target image exists, it can inject into it; otherwise, it generates a new one. Offers separate utilities per format (e.g., bmp.pl, gif.pl, jpg.pl, png.pl) for injection or creation....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    Cweed4

    Cweed is a C source file weeder for Windows, written in Win32Forth.

    Cweed is a C source file weeder for Windows, written in Win32Forth. Also available here : https://www.inventio.co.uk/Cweedexe.htm It only changes whitespace (formatting) and does not otherwise change the content of the file. This is analogous to weeding a garden, where the plants are left untouched but the bits between (weeds) may be seriously modified. Cweed is an experiment in specifying a coding standard in the form of an executable program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Data Resilience - Take the Assessment Today Icon
    Build Data Resilience - Take the Assessment Today

    Can you recover when it matters most? Take this quick assessment to identify gaps and build greater recovery confidence.

    Is your recovery strategy as strong as you think? Take this quick self-assessment to check your recovery readiness and gain tailored insights. In only 2 minutes, you'll learn where you fall on the recovery readiness scale.
    Take the Assessment
  • 10
    PJON

    PJON

    Experimental, arduino-compatible, multi-master, multi-media network

    PJON® (Padded Jittering Operative Network) is an experimental, Arduino-compatible, multi-master, multi-media, software-defined network protocol that can be easily cross-compiled on many microcontrollers and real-time operative systems like ATtiny, ATmega, SAMD, ESP8266, ESP32, STM32, Teensy, Raspberry Pi, Zephyr, Linux, Windows x86, Apple and Android. PJON operates on a wide range of media, data links and existing protocols like PJDL, PJDLR, PJDLS, Serial, RS485, USB, ASK/FSK, LoRa, UDP,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    pguniq

    Pretty Good Unique - report or omit repeated lines without sorting

    This utility suppresses or reports duplicate rows without the need to sort them first. It calculates CRC32 hash for every row and saves it in bit matrix. By default it uses 4-byte hash which consumes up to 512MB of RAM. Memory is allocated by 1K chunks as needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RHash for Windows

    RHash for Windows

    RHash (Recursive Hasher) v1.4.0 for Windows 32-bits

    RHash (Recursive Hasher) is a console utility for calculation and verification of magnet links and various message digests, including CRC32, CRC32C, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, DC++ TTH, BitTorrent BTIH, Tiger, GOST R 34.11-94, GOST R 34.11-2012, RIPEMD-160, HAS-160, EDON-R, and Whirlpool. Message digests are used to ensure and verify integrity of large volumes of data for a long-term storing or transferring. by Aleksey Kravchenko.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    HashOR

    HashOR is used to create 84 hashes of a string or file.

    HashOR can create 84 hashes from data or file input. It also can create a TTH and AICH.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SoftIB Serial Communicator

    UART communications with data flow monitoring

    A simple to use serial communication software for communicating with other serial, MCU and Arduino. The SoftIB Serial Communicator communicates with other Serial devices that use a simple asynchronous communication using only the RX and TX signals without any control signals. The application was developed based on the communication with microcontrollers, but it can be used in all other cases.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    PeaUtils

    File management utilities: split & join, secure delete, crc/hash

    Suite of file management utilities: split and join files, secure delete, verify checksum and hash values: CRC32. MD5, SHA1, SHA-256, SHA3 and more. Spin-off of PeaZip project.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    A simple GUI for the mdcrack application. -MDCrack is a free featureful password cracker designed to bruteforce 21 algorithms: MD2, MD4, MD5, HMAC-MD4, HMAC-MD5, FreeBSD, Apache, NTLMv1, IOS and PIX (both enable and user) hashes,-
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17

    MyPACK

    Packs Files and Folders to an CRC-validated archive-file by using PHP

    MyPACK/PHP: A PHP-Script that packs files and folders to an DATE/SIZE/CRC32-validated archive-file on a WebServer by using PHP. The script is called and executed via a standard-HTTP/Webbrowser-Client. The Advantage: Packing files on a server, when exec() is not granted for security reasons. Using BZIP2, depending on users choice. Made for the purpose, not for the look. Results are given to the Clients browser as text/html with plain text included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ...Software name: hash security Software version: V1.0.0.0 All rights reserved: hash security Official site: http://www.hashsecurity.com Official email: hashsecurity@gmail.com Hash Security V1.0.0.0 released date: 2015-12-18 Feature description: 1, support for cross-platform operating system Windows XP/Windows 7/Windows 8/Windows 8.1/Windows 10/Windows Server 2003/2008/2012/2016 2, support for Linux operating system; 3, supports Unix operating system; 4, support MAC OS Apple operating system 5, support for MD5, SHA1, SHA256, SHA384, SHA512, CRC32, Alder32 encryption verifi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Small application which can help you to verify hashes and if your files from internet weren't broken. Supported hashes: CRC32, sha1 - sha512. Platform: .NET, Mono. Windows Shell integration. Can compare to hash in clipboard. Color highlighting.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    java-hash

    A MD5, SHA calculate gui tool written in java.

    A MD5, SHA calculate gui tool written in java, support "MD5", "MD2", "SHA", "SHA-1", "SHA-256", "SHA-384", "SHA-512", "RipeMD128", "RipeMD160", "Tiger", "Whirlpool", "Adler32", "CRC32". Require jdk 1.5 or higher. Usage: java -jar JavaHash-1.0.jar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple pygtk application for create and verify md5, crc32 and other checksum
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    libWinHash

    calculate MD5/MD4/SHA1/CRC32 by windows API

    c code to calculate MD5/MD4/SHA1/CRC32 by windows API
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    KB1OIQ - Micro-Fox Config GPL

    Configure a Byonics Micro-Fox 15 amateur radio transmitter

    This software allows the user to specify various operating characteristics of the Micro-Fox 15 by Byonics, LLC. The Micro-Fox 15 is a frequency agile 2m low power transmitter typically used as the fox during amateur radio fox hunts. The operating characteristics of this device can be copied to and from the device, and can also be saved and loaded from a file. Please note that this software is distributed within the "Andy's Ham Radio Linux" software collection.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Application that allows you to make hashes of your files and directories. Supported hashes are: CRC32, md5, sha1, sha256, sha384, sha512. Windows shell integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MiNES

    MiNES

    An editor for NES ROMs in the iNES format.

    ...That way you can be sure that it will not brake your ROMs (unless you do something stupid), and preserve compatibility with future versions of the iNES format. MiNES computes ROM's CRC32 and uses an internal database to guess the game's title and correct (recommended) header settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next