LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does LabVIEW contain any encryption function?

Hello all,

To address earlier posts (as has been done) "secrecy is no security" i.e. no matter how secret your methods are (i.e. a proprietary file format) an adversary can crack it (the Caesar Cipher is a great example of this).  The best methods of security are the mathematically tested "hard to crack" methods such as RSA.  I urge programmers to be careful when implementing their own versions of RSA as the "technology" has been patented.  I don't know the specifics of the patent, but its worth looking into if you are planning on using a home built RSA program.




Travis M
LabVIEW R&D
National Instruments
Message 11 of 17
(3,992 Views)

You can use my Crypto-Tools

http://www.wingover.ch/Kryptographie/index.html

 

Reguards,

Alfred

 

Message 12 of 17
(3,143 Views)

This also may be interesting:

 

Advanced Encryption Standard (AES) for LabVIEW FPGA

http://zone.ni.com/devzone/cda/epd/p/id/6401

 

Marco

Message 13 of 17
(3,119 Views)

Hello,

 

I m interested in crypto tool.

But I can not open it with labview 2010.

Do you have crypto tool for labview 2010?

Thanks your

 

Kind reguards

 

Christophe.

0 Kudos
Message 14 of 17
(3,030 Views)

I prepared Crypto-Tools for 2010

https://decibel.ni.com/content/docs/DOC-22585

 

Alfred

Message 15 of 17
(3,007 Views)

My answer is "Yes, it does exist". Look at http://vigods.com/toolkits/security/aes.html. It's a native LabVIEW implementation of Advanced Encryption Standard, free and NI certified.

Full disclosure: I'm its author.

=========================
Igor Titov, ex-CLA
ex-Labicom.net, ex-CERN, etc.
0 Kudos
Message 16 of 17
(2,923 Views)

And as a reply to my own comment: I just open-sourced my native LabVIEW implementation of AES. It's without block-diagram passwords and under MIT license: https://github.com/IgorTitov/LabVIEW-Advanced-Encryption-Standard

=========================
Igor Titov, ex-CLA
ex-Labicom.net, ex-CERN, etc.
Message 17 of 17
(2,008 Views)