07-18-2023 07:55 AM
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!
07-20-2023 07:06 AM
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.