CVSign
Кратко
| File: | Download |
| Size: | 57.51 kb |
| Version: | 1.2 (build 1.2.0.2) |
| Language : | English |
| License: | Free |
| Publish: | 02.04.2010 |
| Help: | Not |
Overview
Console program to digitally sign files.
Supported hash algorithms: MD5, SHA1
Requirements and Technical Specifications
Supported Operating Systems:
Microsoft Windows 2003 Server (Service Pack 1.2),
Microsoft Windows XP Professional 32-bit (Service Pack 1-3),
Microsoft Windows XP Home,
Microsoft Windows 2000 Professional (Service Pack 4)
Language:
English
Instructions
Installing the program.
Extract the contents of the archive (CVSign.1.2.zip) in a folder on your hard drive. If desired, you can add the path to the executable file (cvsign.exe) in the system variable PATH.
Using the program (syntax):
cvsign [-c |-v] -file=filename {-file_sign=filename} -hash=[md5|sha1]
-c : create a signature mode
-v : digital signature verification mode;
-file : source file
-file_sign : source file signature; mandatory parameter in the mode of checking the digital signature;
-hash : type hash; supports md5, sha1
Examples:
cvsign -c -file=c:\filename -hash=md5
cvsign -v -file=c:\filename -file_sign=file_of_signature -hash=md5