Giter Site home page Giter Site logo

v1k1nghawk / signa Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9 KB

File Fingerprinting

License: MIT License

C++ 100.00%
file-fingerprinting md5-checksum multithreading data-security data-integrity infosec data-verification data-validator checksum-calculator cryptographic-signature

signa's Introduction

Signa

NAME: Signa - file fingerprinting

SYNOPSIS: Signa -i INPUTFILE -o OUTPUTFILE [-bs BS] [-v FLAG]

DESCRIPTION: Checksum calculator, creates a MD5-based file's fingerprint. For each BS megabyte block of the INPUTFILE the program calculates the MD5 hash value and stores it in the OUTPUTFILE (last INPUTFILE's data block padded with zeroes to the block size if needed before hashing). So the OUTPUTFILE contains BS MD5 hash values, one for each OUTPUTFILE's data block.

-i, --input INPUTFILE
path to the input file

-o, --output OUTPUTFILE
path to the output file

-bs, --block_size BS
size of the input file's hashing unit (Mb, a natural number less than or equal to 1 Gb), default: 1 Mb

-v, --verbose FLAG
print detailed information during computing, default: false

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.