Justin Christopher ID: 15349920 CET 3510 Output: B00B0E7F KEY: 3527 Description Encrypting data is not a recent idea to modern society. Usually, encryption takes the form of multi-layer encryption algorithm tied to some specific encryption key. In the case of this program encryption is done through simple shifting and rotating data in a register in a particular order any arbitrary number of time. Knowing the encryption key makes things easier when trying to decrypt the information. For those try to obtain the original decimal value input based on output and key above. Hints 1. 2. 3. 4. Shift user input to the left by a specific number of bits Shift right by a specific number of bits Rotate left by a specific number of bits Rotate right by a specific number of bits NOTE: Any more clues and it would not be worth doing for those intrested