Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clent267/FUNCAPTCHAV3
/ functions
Functions
65 in github.com/clent267/FUNCAPTCHAV3
⨍
Functions
65
◇
Types & classes
8
↳
Endpoints
10
↓ 24 callers
Function
x64Xor
(t, r)
arkose.js:385
↓ 13 callers
Function
x64LeftShift
(t, r)
arkose.js:377
↓ 12 callers
Function
x64Multiply
(t, r)
arkose.js:335
↓ 10 callers
Function
n
(t, e)
arkose.js:4
↓ 8 callers
Function
x64Add
(t, r)
arkose.js:317
↓ 7 callers
Method
to_sigbytes
(words: list, sigBytes: int)
app.py:92
↓ 6 callers
Function
x64Rotl
(t, r)
arkose.js:362
↓ 5 callers
Function
u
(t)
arkose.js:90
↓ 4 callers
Method
extract_blob
Extract blob from Arkose Labs Args: pkey: Public key (476068BF... or A2A14B1D...) og_proxy: Optional
app.py:265
↓ 4 callers
Function
h
(t)
arkose.js:115
↓ 4 callers
Function
s
(t)
arkose.js:96
↓ 3 callers
Function
i
(t)
arkose.js:42
↓ 3 callers
Method
solve_complete
Complete solve process: 1. Extract blob (if needed) 2. Solve regular captcha 3. Solve suppressed (if present)
app.py:615
↓ 2 callers
Method
convert_salt
(words: list, sig_bytes: int)
app.py:81
↓ 2 callers
Method
dict_to_list
(data: dict)
app.py:97
↓ 2 callers
Function
e
(t, e)
arkose.js:126
↓ 2 callers
Method
from_sigbytes
(sigBytes: bytes)
app.py:150
↓ 2 callers
Method
generate_other_key
(data: str, salt: list)
app.py:169
↓ 2 callers
Method
get_task_result
Get task result from database
app.py:692
↓ 2 callers
Method
hex
(data: bytes)
app.py:77
↓ 2 callers
Function
o
(t)
arkose.js:36
↓ 2 callers
Function
r
(t)
arkose.js:30
↓ 2 callers
Method
update_task
Update task status
app.py:588
↓ 2 callers
Function
x64Fmix
(t)
arkose.js:389
↓ 1 callers
Method
_generate_token
Generate mock token (replace with actual solver)
app.py:722
↓ 1 callers
Function
a
(t)
arkose.js:63
↓ 1 callers
Function
c
(t)
arkose.js:84
↓ 1 callers
Method
convert_key_to_sigbytes_format
(key: bytes)
app.py:116
↓ 1 callers
Method
decrypt_bda
Decrypt BDA encrypted data Args: bda_base64: Base64 encoded BDA data user_agent: User agent for key
app.py:464
↓ 1 callers
Method
decrypt_tguess
Decrypt tguess encrypted data Args: encrypted_json: JSON string with ct, iv, s fields session_token:
app.py:428
↓ 1 callers
Function
f
(t, e)
arkose.js:100
↓ 1 callers
Method
generate_key_pbkdf
Generate key using MD5 iterations (for tguess decryption)
app.py:200
↓ 1 callers
Method
generate_other_key_pbkdf
Generate key for tguess decryption
app.py:224
↓ 1 callers
Method
get_task
Get task from database
app.py:566
↓ 1 callers
Method
init_db
Create database if not exists
app.py:531
↓ 1 callers
Method
int_to_bytes
(n: int, length: int)
app.py:88
↓ 1 callers
Function
l
(t)
arkose.js:106
↓ 1 callers
Function
p
(t, e, n)
arkose.js:109
↓ 1 callers
Method
random_integer
(value: int)
app.py:101
↓ 1 callers
Method
save_task
Save task to database
app.py:551
↓ 1 callers
Method
solve_arkose_pow
Solve Arkose-specific PoW Args: challenge: PoW challenge data Returns: Solution
app.py:357
↓ 1 callers
Method
solve_pow
Solve simple PoW challenge Args: data: Data to hash difficulty: Target difficulty R
app.py:329
↓ 1 callers
Method
solve_suppressed
Solve suppressed captcha challenge Suppressed captchas require image recognition/classification This is a placeholde
app.py:392
↓ 1 callers
Function
toUint8Array
(str)
arkose.js:290
↓ 1 callers
Function
transformString
(str)
arkose.js:273
Method
__init__
(self, db_file='tasks.db')
app.py:527
Method
__init__
(self)
app.py:609
Method
_solve_async
Async solving process
app.py:656
Function
createTask_legacy
Legacy endpoint for backward compatibility
app.py:930
Function
create_solve_task
Create a solve task
app.py:798
Function
decrypt_bda
Decrypt BDA encrypted data Request: { "bda_data": "base64_encoded_data_here", "user_agent": "optional_user_agent"
app.py:899
Method
decrypt_data
Decrypt Arkose Labs encrypted data
app.py:132
Function
decrypt_tguess
Decrypt tguess encrypted data Request: { "encrypted_data": "{\"ct\":\"...\",\"iv\":\"...\",\"s\":\"...\"}", "session
app.py:872
Method
encrypt_data
Encrypt data with Arkose method
app.py:234
Function
extract_blob
Extract blob from Arkose Labs Request: { "pkey": "476068BF-9607-4799-B53D-966BE98E2B81", "preset": "roblox_login",
app.py:759
Method
generate_key
(ctx, s_value: str, useragent: str)
app.py:158
Function
genkey
(t, e)
arkose.js:272
Function
getTask_legacy
Legacy endpoint for backward compatibility
app.py:970
Function
get_solve_status
Get task status
app.py:811
Function
health
Health check endpoint
app.py:737
Function
stats
Get solver statistics
app.py:999
Method
uint8_array
(size: int)
app.py:109
Function
unified_solve
Extract blob AND solve in one request
app.py:826
Function
v
()
arkose.js:121
Function
x64hash128
(t, r)
arkose.js:397