private static byte[] EncryptV6(byte[] data, byte[] iv) { return(AesCrypt.EncryptAesCbc(data, AesCrypt.V6RoundKeys, iv)); }