Difference between revisions of "Talk:Cryptography"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Can someone provide an example of how to decrypt GTA IV AES Encryption through C++ (Key doesn't necessarily have to be included)? | Can someone provide an example of how to decrypt GTA IV AES Encryption through C++ (Key doesn't necessarily have to be included)? | ||
: Done. Do we really need to include implementation code for all the common hashes, though? --[[User:Steve-m|Steve-m]] 15:11, 15 February 2009 (UTC) | : Done. Do we really need to include implementation code for all the common hashes, though? --[[User:Steve-m|Steve-m]] 15:11, 15 February 2009 (UTC) | ||
+ | :: I think it's necessary for GTA's special CRC32 and One At A Time Hash (which I suppose isn't all that common). However I left SHA1 out because that is really common. Thanks for your decryption example, although do you have the library you used? --[[User:Sacky|Sacky]] |
Revision as of 22:02, 15 February 2009
Can someone provide an example of how to decrypt GTA IV AES Encryption through C++ (Key doesn't necessarily have to be included)?
- Done. Do we really need to include implementation code for all the common hashes, though? --Steve-m 15:11, 15 February 2009 (UTC)
- I think it's necessary for GTA's special CRC32 and One At A Time Hash (which I suppose isn't all that common). However I left SHA1 out because that is really common. Thanks for your decryption example, although do you have the library you used? --Sacky