adntgv / filesigner

Signer application to geneate signature of provided file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filesigner

Signer application to geneate signature of provided file

A Console Application witten in C++ that generates signatures for provided file. Signature is generated as follows: Input file is split onto blocks. For each block hash is generated and it is appended to ouput file. 

Command line options: • Input file • Output file • block_size (default 1 Mb)

About

Signer application to geneate signature of provided file


Languages

Language:C++ 88.2%Language:CMake 11.8%