LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

password

Solved!
Go to solution
Recently I heard the first claim (not yet proven) of someone that could open up password protected locked VIs.
I seriously doubt if NI will help you.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 11 of 21
(4,437 Views)

I have opened up one of my passworded vi's in the past with a brute force attack in LabVIEW 6i. 

I used the following code by Michael Aivaliotis as a starting point.  Regards, -SS



Message Edited by ShotSimon on 07-17-2008 04:25 PM


Download All
Message 12 of 21
(4,418 Views)

Well I can't answer your question, but I would like to note that I think this is a funny discussion.
Hope you can get access to those VI's 🙂

Cory K
Message 13 of 21
(4,412 Views)

@ShotSimon wrote:

I have opened up one of my passworded vi's in the past with a brute force attack in LabVIEW 6i. 

I used the following code by Michael Aivaliotis as a starting point.  Regards, -SS


That code was exactly what I was referring to when I suggested the poster do a search. I did search, and found that code in about 1 minute, hence suggesting the poster do the same. Smiley Very Happy
Message 14 of 21
(4,407 Views)
Looks like you may be in trouble with newer versionsSmiley Very Happy  -SS


Message 15 of 21
(4,398 Views)

There are simple techniques available to deal with the situation if the code is well structured and is basically sound. If you can find the appropraite sub-VI that performs the routine you want to tweak then re-write his VI matching his icon connector and save your non-password protected version over top of his.

If the top level VI is the issue and all of the logic is in it.... well maybe keeping his code is not worth the effort.

The good news is LV's password mechanism is good enough to frustrate most hackers.

But seriously, you usually don't want to get into every VI if the app is basically working so just re-write what needs changed. I have been involved in these situations before being on both ends of the game.

Ben



Message Edited by Ben on 07-17-2008 05:37 PM
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 16 of 21
(4,384 Views)

I have opened up one of my passworded vi's in the past with a brute force attack in LabVIEW 6i.

We did the same  but couldnt remember the software.
Message 17 of 21
(4,352 Views)
So the update is i have started coding my own vi after understanding the logics. Though very little time is given.
Message 18 of 21
(4,294 Views)
Thanks for the update. And since you reference it as singular it sound like it was a monlithic night-mare.
 
Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 19 of 21
(4,288 Views)
Solution
Accepted by rpr
http://www.aivaliotis.com/archives/lv/vi_password_cracking.shtml .


Here is a link which i found searching the forum.


Message Edited by muks on 07-20-2008 08:56 AM
Message 20 of 21
(4,280 Views)