LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

OpenSSL question

I have a text file that has been encrypted in another program using OpenSSL. I have been given the Key and IV so that I can attempt to decrypt it in LabVIEW for some testing I need to do. Is this possible? If so, what is the best way to do it?

 

Thanks!

0 Kudos
Message 1 of 2
(467 Views)

IV and key is not enough information,

 

If it is one of the AES modes then there exists several VIs which can encrypt/decrypt AES. There are less native LabVIEW VIs for other algorithms.

 

Also .NET is possible

 

if you need more than only decoding a single file, then the Encryption Compendium For LabVIEW might be something for you.

0 Kudos
Message 2 of 2
(383 Views)