Content-type: text/html Manpage of wmsigner

wmsigner

Section: TOOLS (1)
Updated: July 23, 2007
Index Return to Main Contents
 

NAME

wmsigner module - tool for Webmoney signing data.  

DESCRIPTION

Required key file length 164 bytes (recently extension *.kwm ) or base64-encoded key string. In order to run wmsigner when working with keys, generated by WM Keeper Classic v.2.4.0.1 and higher please use BACKUP keys copy and a password to the given BACKUP copy.
wmsigner.ini format:
WMID
password
/path/to/key.kwm
Example:
123456789012
my_Secure-password
/home/user/sign/backup_key.kwm

 

OPTIONS

-p --password
Password for key_file
-w --wmid
123456789012 : WMID (12 digits)
-s --sign
string_to_signification : signing specified string
-i --ini-path
Correct path to ini_file with ini_file_name *.ini
-k --key-path
Correct path to key_file with key_file_name
-K64 --key-base64
Text string in Base64 code, contain the key for wmsigner
-h --help
Help (this srceen)
-v --version
Version of program

 

ERRORS

!LoadKeys Error 2
Do not load key file.
Error -3
Password not right. May be you use password for basic key file (not BACKUP copy)?
Error -4
WMID not defined.
Error -5
Password not defined.
Error -6
Key-file (or key-string) not defined.
Error 20
Do not load config file wmsigner.ini.
Segmentation fault.
wmsigner binary was compiled on another system or other system error.

 

EXAMPLES

Testing:

echo -ne "TestString123\004\r\n" | ./wmsigner

Without wmsigner.ini:

echo -ne "TestString123\004\r\n" | ./wmsigner -w 123456789012 -k ./key.kwm -p '%pa$$w00rd'

./wmsigner -w 123456789012 -k ./key.kwm -p '%pa$$w00rd' -s 'TestString123'

 

AUTHOR

Alexander Oryol (eagle.alex (at) gmail.com)


 

Index

NAME
DESCRIPTION
OPTIONS
ERRORS
EXAMPLES
AUTHOR

This document was created by man2html, using the manual pages.
Time: 11:00:40 GMT, July 23, 2007