byte[] InitializeKeys()
 {
     _keyblock = _crypto.CreateKeySpread(_settings.GetDesArray());
     //Send an empty array of 14 zero's to the client
     return(new byte[14]);
 }