WebMoney::WMSigner - WebMoney signer module


WebMoney-WMSigner documentation  | view source Contained in the WebMoney-WMSigner distribution.

Index


NAME

Top

WebMoney::WMSigner - WebMoney signer module

SYNOPSIS

Top

  use WebMoney::WMSigner;

  my $signed_str = WebMoney::WMSigner::sign( $wmid, $passwd, $path_to_keyfile, $str_to_sign );

DESCRIPTION

Top

This is signer module that signs any data using specified WebMoney key file. Key file is protected by password. See more details at http://www.webmoney.ru.

In the original WMSigner distribution (http://download.webmoney.ru/WMSigner.zip) signer is implemented as an external command-line utility - this is not very convenient interface. This module implements native Perl interface without using any external command-line utilities. WMSigner code is compiled as XS module - this makes many advantages.

EXPORT

Top

None by default.

AUTHOR

Top

Walery Studennikov, <despair@cpan.org> Based on code of WMSigner utility by WebMoney <unix_support@webmoney.ru>

SEE ALSO

Top

http://www.webmoney.ru


WebMoney-WMSigner documentation  | view source Contained in the WebMoney-WMSigner distribution.