This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** | |
Whenever in the Warframe API they perform an important POST action they send what they call an Signed POST | |
Those task are from getting profile data, updating inventory, creating a clan, and many more... | |
sSignSalt is an static char[64] variable. | |
sSignSaltArray is an static char *[5] variable. It's statically initialized to: | |
{ | |
"0DqsRt5PGQScH3W59Y7l4uzSBP5TkEa7sqmXwmYzdwQgxairOORGYaQTeYoH", | |
"ndzkZyDRTNlrcs2XYhOpp2c2VzignWUpWAujHuyiGbZWIu5QanVr4MRDHYh1", | |
"ODZG0DpTHhEOZe0g4dgtSBKJ4bbhQAZ13niCU5Gjsg4MQfSTldsc58407IaD", |