ExCrypt icon indicating copy to clipboard operation
ExCrypt copied to clipboard

Take big endian inputs in ExCryptBnQwBeSigDifference

Open InvoxiPlayGames opened this issue 1 year ago • 0 comments

Previously, when providing an XECRYPT_RSA2048_PUB byte formatted structure (taken from a running console byte-for-byte), ExCryptBnQwBeSigVerify returned false. This swaps the input endianness of the public key into big endian (cloned into the stack, not affecting the original structure) so console-provided data verifies successfully.

InvoxiPlayGames avatar May 14 '23 16:05 InvoxiPlayGames