ExCrypt icon indicating copy to clipboard operation
ExCrypt copied to clipboard

Open source replacement for the Xbox360 XeCrypt suite.

Results 7 ExCrypt issues
Sort by recently updated
recently updated
newest added

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...

TODO: - [x] update list below with implemented functions - [ ] add XeKeys functions to list - [ ] check bootloaders/HV for any other functions that are used outside...

Checklist of function names, see #5 for more info about them. - [x] XeCryptAesKey - [x] XeCryptAesEcb - [x] XeCryptAesCbc - [ ] XeCryptBnDwLeDhEqualBase - [ ] XeCryptBnDwLeDhInvalBase - [...

(SHA1 & MD5 both seem to be able to use the same update code, since the block size for both is 64 bytes, only the transform algorithm is different between...

Need to test the functions against the actual XeCrypt ones, and make sure that all outputs & state variables are the same between them both. The only way I can...

When encrypting, XeCrypt pads block with zeroes if a block is < 16, but atm we just treat every block as if it's 16 bytes, so trying to encrypt 65...

Should change the build system from VS solutions/projects to something more cross-platform, maybe go with premake like Xenia uses? Don't know how difficult that'd be to set up for this...