A Java based EA07 and DA07 according to the Standard Transfer Specification (STS).
This program was written and tested with Java 17. Consider compiling and running with the same JDK version.
Also, make sure your installed Java can be accessible via your terminal.
Step 1. Clone this repo to your local computer.
Step 2. From your terminal, navigate to the local project's folder.
Step 3. Run javac Program.java
and java Program
. Run both commands sequentially.
This program focuses on demonstrating both encryption and decryption using the 07 algos with predefined Decoder_Key
, Data_Block
(as a binary string) and Data_Class
(as a binary string).
These values can be tweaked as desired.
For futher info on all aspects of the STS application level, check out Let’s demystify that 20-digit utility token:
Part 1
Part 2
Part 3