Grampa_of_Oliva_n_Eden Posted September 26, 2006 Report Posted September 26, 2006 I added a Source Distribution to my project and used the "Source File Settings" page to set the password for the containing folder. After opening the NEW project and examining the "Source File Settings" I noticed a "secret" that distrubs me a little. I have been know to forget passwords, but I did not expect this kind of help. Has this already been discussed when I wasn't looking? If so, I would appreciate a link to enlighten me. I suppose i could just edit the project and delete the source distribution before sending to my customer. At the very least "YOU have been warned!" Ben Quote
LAVA 1.0 Content Posted September 26, 2006 Report Posted September 26, 2006 After opening the NEW project and examining the "Source File Settings" I noticed a "secret" that distrubs me a little. I don't see any problem. You of course send the source distribution to your customer and not the entire project. So the customer never sees the password and you never forget it. Quote
Ton Plomp Posted September 27, 2006 Report Posted September 27, 2006 It is also exposed in the .lvproj file.... <Property Name="SourceItem[0].PasswordToApply" Type="Str">Secret</Property> Ton Quote
Grampa_of_Oliva_n_Eden Posted September 27, 2006 Author Report Posted September 27, 2006 It is also exposed in the .lvproj file....<Property Name="SourceItem[0].PasswordToApply" Type="Str">Secret</Property> Ton :headbang: Ben Quote
crelf Posted September 27, 2006 Report Posted September 27, 2006 It is also exposed in the .lvproj file.... ...which is an unencrypted human-readable ASCII text file... Quote
Aristos Queue Posted September 28, 2006 Report Posted September 28, 2006 This was reported to R&D (# 41QIL3J1) for further investigation. I've reported the fact that the password stored in the .lvproj file should be encrypted and that the dialog should display whether a password is set or not but not what that password actually is. Quote
crelf Posted September 28, 2006 Report Posted September 28, 2006 This was reported to R&D... Good stuff - thanks Stephen! Quote
Rolf Kalbermatter Posted January 17, 2007 Report Posted January 17, 2007 This was reported to R&D (# 41QIL3J1) for further investigation. I've reported the fact that the password stored in the .lvproj file should be encrypted and that the dialog should display whether a password is set or not but not what that password actually is. While I agree that this is not really the way to deal with passwords I wonder if there is a real problem. Are you going to distribute the lvproj file too with your VI's? Not sure why you would want to. Rolf Kalbermatter Quote
Aristos Queue Posted January 17, 2007 Report Posted January 17, 2007 While I agree that this is not really the way to deal with passwords I wonder if there is a real problem. Are you going to distribute the lvproj file too with your VI's? Not sure why you would want to.Rolf Kalbermatter If you're doing anything with RT/targets, you *have* to distribute the project. It contains all the deployment information. I don't really use RT, so I'm not sure how people share systems like those (after development they have to be duplicated to many systems, right?), but I can tell you that there are definitely cases where the VIs would execute differently in the absence of a project than in the presence of one. Quote
Rolf Kalbermatter Posted January 18, 2007 Report Posted January 18, 2007 If you're doing anything with RT/targets, you *have* to distribute the project. It contains all the deployment information. I don't really use RT, so I'm not sure how people share systems like those (after development they have to be duplicated to many systems, right?), but I can tell you that there are definitely cases where the VIs would execute differently in the absence of a project than in the presence of one. Ah I see. Well I for myself still have to do my first project for RT/FPGA in 8.x. 7.1.1 while having some quirks actually still works great for that. Rolf Kalbermatter Quote
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.