# Sandbox Tools

TripLink offers several sandbox tools to accelerate integration and testing processes.

Sandbox Tools: https://vcc-mpt-fws.ctripqa.com (opens new window)

# AES Key Generator

For generating AES keys, used by users and TripLink for encrypting and decrypting transmitted data.

Length: 128 bits.

Output Format: Base64

AES keys are essentially random binary numbers, which can also be generated locally on a computer.

Sandbox AES

# RSA Key Pair Generator

For generating RSA key pairs, used by users to create request signatures (private key) and for TripLink to verify request signatures (public key).

Key Length: 2048 bits.

RSA key pairs can also be generated locally on a computer using OpenSSL (opens new window).

Sandbox RSA

# PGP Key Pair Generator

For generating GPG key pairs, used by users to decrypt report files (private key) and for TripLink to encrypt report files (public key).

Algorithm: RSA.

Key Length: 4096 bits.

Advanced Settings: Recommended to configure Username and Email to create user identification, recommended to set up a Passphrase to protect the private key, output format Armored.

GPG keys can also be generated locally on a computer using GnuPG (opens new window).

Sandbox GPG