boone301 Posted February 12, 2008 Report Share Posted February 12, 2008 Dear Michael, I'm glad to read your VI(passwordcrack.vi), but I'm still have 2 question as follow: 1.Why the Lock State form Password-protected change to Locked (No Password) when it builded to exe? 2.Why so slow when it as a vi? Thanks a lot! Boone301@126.com -- ¤╭⌒╮ ╭⌒⌒╮ ╱-◥██◣ ╭ ╭ ︱田︱田田| Boone Mail:boone301@126.com QQ:24732458 QQ Group(LabVIEW_Home):13267790 QQ Corporation:17756234 ╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬ Quote Link to comment
Aitor Solar Posted February 12, 2008 Report Share Posted February 12, 2008 Mmm, not sure what you are asking, but: 1) The method to try a password on a VI has a built-in delay to make it unusable for brute force crack. 2) That method doesn't work in the runtime environment (exe files). Saludos, Aitor Quote Link to comment
Ton Plomp Posted February 12, 2008 Report Share Posted February 12, 2008 QUOTE(boone301 @ Feb 11 2008, 07:54 AM) 2.Why so slow when it as a vi? I believe that's a forced limitation by LabVIEW to prevent actions like this. QUOTE(Aitor Solar @ Feb 11 2008, 09:06 AM) Mmm, not sure what you are asking, but: I think he's referring to this Ton Quote Link to comment
TobyD Posted February 12, 2008 Report Share Posted February 12, 2008 QUOTE(boone301 @ Feb 10 2008, 10:54 PM) 2.Why so slow when it as a vi? It looks like the delay on this is 100ms. Assuming you knew that your password was all lowercase, consited of only letters, and was no more than 5 characters in length it could take up to 14 days to "crack" the password. If you throw in the uppercase letters and the numbers from 0-9 this jumps to nearly 3 years. Aren't things like this against the law in China anyway?!? Quote Link to comment
boone301 Posted February 13, 2008 Author Report Share Posted February 13, 2008 Hi all, I have remove the wait as the attachment. Boone -- ¤╭⌒╮ ╭⌒⌒╮ ╱-◥██◣ ╭ ╭ ︱田︱田田| Boone Mail:boone301@126.com QQ:24732458 QQ Group(LabVIEW_Home):13267790 QQ Corporation:17756234 ╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬ Quote Link to comment
Ton Plomp Posted February 13, 2008 Report Share Posted February 13, 2008 QUOTE(boone301 @ Feb 12 2008, 03:56 AM) Hi all, I have remove the wait as the attachment. Well the wait is a 'feature' of LabVIEW internally so you won't get a higher speed. Ton Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.