MixV2 / EpicResearch

Research about Epic Games' non-documented API
350 stars 79 forks source link

What is Fortnite's AES keys endpoint? #109

Closed Videogamer555 closed 1 year ago

Videogamer555 commented 2 years ago

Ever since Epic started encrypting the in-game memory for Fortnite, the BenBot has been unable to extract the keys from the game, which means the free flow of updated keys posted online by BenBot has stopped. These keys are needed to view all the content of the game, like unreleased weapons, with the software FModel.

One workaround for this would be to directly download the keys from Epic's server. Does anybody here know the official API endpoint for getting Fortnite AES keys, and the exact method to contact this endpoint?

entraptaa commented 2 years ago

The Main AES Key isn't something you can get from Epic's API that requires reverse engineering. However, you can find some other pak AES Keys from the Calander endpoint: https://fortnite-public-service-prod11.ol.epicgames.com/fortnite/api/calendar/v1/timeline (Auth required)

MixV2 commented 1 year ago

Closing as this has been answered.