CyberArena Logo

TokenForge

by CyberArena

CRYPTO / MEDIUM

Encryption oracle

We append our secret to your input and encrypt the whole thing with AES-ECB under a fixed key. Query us all you like.

Endpoint GET /encrypt?data=<hex-or-text>

Returns hex of AES-ECB( your_data || SECRET ), PKCS#7 padded, 16-byte blocks.

$ curl "/encrypt?data=41414141"
> (64 hex chars per 16-byte block...)