09-21-2012 09:51 PM
09-22-2012 01:24 AM
sorry,For example Soo XOR Rioo =S'oo
09-22-2012 02:19 AM - edited 09-22-2012 02:32 AM
Your VI makes absolutely no sense.
Your FOR loop in the upper right executes up to four times (depending on the smallest autoindexing array dimension), each time getting the same array sizes and creating the same output. Why is there even a FOR loop? What are you using "build array" in several places to add dimensions without purpose?
Wouldn't it be easier to set the "string" to hex display, the use string to byte array? You can do bitwise operations on the byte arrays.
Sorry, I don't have the IMAQ tools. Can you run your VI until the "image pixels" array contains data. Now make the current values of "images pixels" the default, save and re-attach the VI?
Have you done a search? Some links that might be interesting:
AES (Advanced Encryption Standard) Library for LabVIEW (not passworded)
Advanced Encryption Standard (AES) in LabVIEW (also mirrored here)
(a few more...)