noahcoolboy / funcaptcha

A library used to interact with funcaptchas.
Other
186 stars 43 forks source link

got incorrect image content #67

Closed crazysvn closed 1 year ago

crazysvn commented 1 year ago

I'm making a java program in which some codes are converted from your codes. I got image challenge link like this: https://client-api.arkoselabs.com/rtig/image?challenge=0&sessionToken=181178b72054e7a76.6422117304&gameToken=487651fae5129f606.3536452704 but downloaded image content is like this: {"ct":"5kwKT4XeECXNIF+A7...........","iv":"2496f3b6bcb223734ee448fc13fff319","s":"1f78c5e0937472ba"} do you have any idea where I might be wrong?

noahcoolboy commented 1 year ago

It's an encrypted image see crypt.ts and challenge.ts