Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 584 Bytes

File metadata and controls

14 lines (9 loc) · 584 Bytes

Footasylum-AES-Encryption

The encryption needed to send requests to certain Footasylum API endpoints

pip install cryptography
pip install cloudscraper

Credit to VeNoMouS for cloudscraper

This is an AES Footasylum encryption that is written in Java originally in the App Source code but is translated to Python as it was the language i was workign with.

Note: I wrote this a while ago when i was still learning to code so there may be some things i could have done better but either way, hopefully this helps someone :)