The AuricVault® locally-managed encryption is designed for companies already using their own encryption that want to use off site data storage. A company encrypts the credit card number and sends the encrypted information to the AuricVault® service utilizing the AuricVault® application programming interface (API). A token is returned to the company from the AuricVault® service.
The company can take additional action on the tokenized credit card, utilizing the AuricVault® API. The company decrypts the card and takes the necessary action with the credit card.
The AuricVault® tokenization and storage service offers implementation flexibility. Direct connectivity allows both modern servers and legacy systems to integrate with the AuricVault® service. The integration method is a simple HTTPS POST call using JSON-RPC. Almost any programming language can easily integrate with the service. Locally-Managed Encryption requires that you perform all encryption, decryption, and key management tasks within your organization.
Locally-Managed API Calls
- generate_token
- store_token
- retrieve_token
- update_token
- delete_token
- token_info
- touch_token