Skip to content

req_token

killed edited this page Feb 19, 2024 · 8 revisions

The req_token is a dynamically generated authentication cookie. It takes a token and a timestamp as inputs and outputs a mix of two SHA-256 hashes. the mix is specified by the Hash Pattern variable.

When you're not logged into Snapchat the token will be the Static Token but if you're logged in then it'll be your auth token which can be found when logging in / registering.

Examples

Clone this wiki locally