LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I forget a part of my password for diagramme sheet

how can i find my password for the diagramme sheet (i remember only a part it)
0 Kudos
Message 1 of 4
(2,742 Views)
Old question - old answer: look at http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000131D0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0 etc. Even NI is not willing (not able ?) to help in this cases because this kind of protection mechanism should not become senseless ...
0 Kudos
Message 2 of 4
(2,742 Views)
Passwords can be tested programmatically. Open a reference to the VI in question and wire it to an invoke node with the Set Lock state method. Now you can write a code that will try different passwords. Write a password generator that generates all possible combinations. If you know the password must be between 3-5 letters etc...restrict the generator accordingly. If you ever use real words you can let the generator use a dictionary.

I think there was such a password finder on http://www.citeng.com/ at one time but could not find it again (could remember wrong), perhaps someone else has is in their user library still though.

The number of possible combinations per second is a bit limited so if the password is much more than 4 characters and you need to run
a brute force attack it could be too tough.
Message 3 of 4
(2,742 Views)
Check out Brian's LabVIEW Page and look in the download section for a brute force password cracking VI.
0 Kudos
Message 4 of 4
(2,742 Views)