Skip to content

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

License

Notifications You must be signed in to change notification settings

mixintu/Akamai-2.0-Sensor-Data-Decryption-Tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%