10-25-2013 03:30 PM
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/
Solved! Go to Solution.
10-25-2013 03:38 PM
Here is my implementation of the XTEA. Maybe I went wrong somewhere, but the decrypted values don't match the intial input.
10-25-2013 05:32 PM
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.