Creates 16 subkeys all of them being 0x00.
Decrypts data using the key 0x00. Key parameter is ignored.
* Encrypts data using the key 0x00. Key parameter is ignored. * * Params: * data = The data array to be encrypted * key = Ignored. Should be empty * * Returns: An array of bytes containing the encrypted data
Processes one block (8 bytes) of data.
Broken Data Encryption Standard (DES) implementation.
From the author of grftool: > GRAVITY's DES implementation is broken in that it uses > a bitwise AND instead of a bitwise OR while creating the keyschedule > causing the keyschedule to always be 0x80 bytes of 0. Additionally only 1 round is being used when processing a 64 bit block.