|
This program is used to read or save
the Transaction Key associated with an Authorize.Net account.
It is used to store a Merchant key securely into a file.
It is stored encrypted by a 256-bit AES key, generated from random data.
This hiding key is, in turn, encrypted by a second 256-bit AES key
which is generated from a Pass-Phrase, which the user inputs from the
console. The first AES key, randomly generated, must be stored at the
head of the file; this is why it is also encrypted.
This scheme gives a two-level key hierarchy to the securing of the
Transaction-Key.
Syntax
This is a command-line utility.
Usage: AuthNetKey_mgr [options] filename
Alternate Operations:
--save | -s <key> Encrypt and Save this Transaction-Key
--convert | -c -> convert Merchant Configuration Info to XDF output
--encrypt-exportably | -D -> use Exportable Encryption on the file
Output Options:
--error-file <pathname> output filename for errors
Information Options:
--help | -h -> output this help message
--version | -V -> version of the program and OS
-v -> Enable Verbose mode
-q -> Enable Quiet mode,
(use this when running within a script to extract the key to a variable)
Examples
To Save a Transaction-Key:
AuthNetKey_mgr.exe -s key filename
To Read a Transaction-Key:
AuthNetKey_mgr.exe filename
To convert Merchant Configuration Info to XDF output:
AuthNetKey_mgr.exe -c input-config-file
Purchase
Price: $ 50
Download Packages
After you have purchased your License, you may go to the Download Page
to copy the program package down to your computer.
You must run the program package to extract the program and to
activate it, using your License Number and Activation Code.
Proceed to the
Download Page.
|