LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XTEA encryption problems

Solved!
Go to solution

I am trying to implement the XTEA encryption for a project, but the values I am geting don't really match. Is there any known issue with this implemenation

 

http://www.ni.com/white-paper/7520/en/

 

 

0 Kudos
Message 1 of 3
(2,419 Views)

Here is my implementation of the XTEA. Maybe I went wrong somewhere, but the decrypted values don't match the intial input.

0 Kudos
Message 2 of 3
(2,416 Views)
Solution
Accepted by topic author kulsman

I have managed to solve the problem. The encryt implmentation mentioned in the vi is wrong, and all you have to do is remove the forloop and directly send in the key data.

0 Kudos
Message 3 of 3
(2,404 Views)