#2066·CyberChef

Rsa Encrypt RAW get wrong result

Author: UndeadFuCreated Jun 10, 2025Updated Sep 11, 2026
Labelsbug

when I use rsa encrypt with "RAW", the result is wrong when the input contains no-ascii data. I don't know if it's nesessary to "encodeUtf8(input)", but the bug fixed when i remove it.

but when i want to pull a request, i cannot pass the unit test.