LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

password protect compiled VI

Hi Labview forum,

I would like to password protect my compiled program so that only those I intentionally distribute copies to can run them.

Any advice on how I could achive this?

Regards,
Jamie
Using Labview version 8.0
0 Kudos
Message 1 of 3
(2,973 Views)
Probably the only way you will be able to do this is to build it into your code so that at the beginning of your program, you ask for a password and compare it to a known list and only allow it to proceed if it matches.
Message 2 of 3
(2,969 Views)
Hi Jamie,

just look for "password protect" here in the forum - you will find many threads on this topic with different ideas how to realize it Smiley Wink
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(2,943 Views)