Decrypts data using the key 0x00. Key parameter is ignored.
The input 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.
The input data must be a multiple of 8 bytes long.