 |
 |
12. Credit Card Verification System (CCVS)
Level of Implementation
Experimental
General Information
-
Install CCVS as user "nobody"
-
Blow fisher algorithm can be used for encryption/decryption here.
-
Uncomment functions and libraries that call run_ccvs()
-
Edit site.conf, make payprocess=ccvs
-
Handle error conditions (e.g., socket error)
Specific Information
-
Install CCVS on a machine different from the machine on
which os_allcommerce is installed
-
Run a daemon (e.g., os_to_ccvs.pl) on the same machine as CCVS.
All the daemon does is, receive sensitive information required for authorization from
os_allcommerce, communicate with CCVS and return back the authorization status.
-
Edit cluster.conf to add the machine on which CCVS is installed and port on which
the daemon is running
-
Install CCVS on the same machine as os_allcommerce
-
Edit ccvs.pm to talk to CCVS on the same machine
|