LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

AES 128 and USB communication

Hello,
I wish to encrypt with AES 128 the communication between my .vi and USB port, it's
possible? I am able to modify firmware on USB hardware.


Do you have any suggestion for methods/softwares/labview patch/etc?

 

 

Thank you
Livio Pizzuti

0 Kudos
Message 1 of 3
(3,055 Views)

Hi Livio,

 

there isn't a direct implementation of AES encryt code in LabVIEW; but you have two choices:

- Using the library Crypto-G for LabVIEW made by VARTOR ( http://www.vartortech.com/cryptog.html );

 

-Using a  dll or control ActiveX made by different companies with the  Call Library Function Nodes and ActiveX or .NET invoke nodes.

 

Simo

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

Ok, thank you for the info!

 

If I have a source code (in ex. xxxx.c) can you write me the passes how can I use this code (how can I call it, how can I compile it, etc).

 

 

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