Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 452 Bytes

File metadata and controls

25 lines (15 loc) · 452 Bytes

Akamai 2.0 Sensor Data Decryption Tool

This CLI tool allows you to convert the encrypted Akamai 2.0 sensor data payload back to its plaintext form.

Usage

Install the dependencies

npm install

Compile the program

In the terminal, run tsc

Run the program

Navigate to the 'dist' folder and run:

node index.js

Enter full unencrypted payload and press ENTER:

Enter JSON Sensor Data:
{"sensor_data":"XXXXXXXXXXXXXX"}