Encrypts data using a specific key.
The input key must be exactly 8 bytes long.
The data array to be encrypted
The key used to encrypt the data
An array of bytes containing the encrypted data
encrypt2
See Implementation
Encrypts data using a specific key.
The input key must be exactly 8 bytes long.