Decrypts data using the key 0x00. Key parameter is ignored.
Calls zgrf.crypto.des.decrypt2 with the subkeys function createSubkeys and the process function processBlock.
The data must be a multiple of 8 bytes long.
The data array to be decrypted
Ignored. Should be empty
The size/length of the unencrypted data. The returning data will be truncated to this size if it has padding.
An array of bytes containing the decrypted data
See Implementation
Decrypts data using the key 0x00. Key parameter is ignored.
Calls zgrf.crypto.des.decrypt2 with the subkeys function createSubkeys and the process function processBlock.
The data must be a multiple of 8 bytes long.