07-07-2015 08:57 PM
Hi everyone 🙂 excuse someone who has an example about DSC Security? I'm doing a program where I want the user before start the program login, someone have experience with it?
07-07-2015 09:36 PM
07-09-2015 08:04 AM
I've used it and it works pretty well.
My opinion is to use Windows security as a first recommendation. Using the command line you can query the privlages of the logged in user. So I can tell the customers IT department to have a group for allowing features of the software (or this can be locally setup). Then if user X logs in, who is part of the appropriate group, then my software enables some features and if they login as another in another groupu, other features are enabled.
Some customers like this some don't. If their company is structured in a way where each user has a login it is convient. If they don't and all users use the same login it can be seen as a pain to have to login and out. Of course the benefit of using domain control is pass word expiring, and rules for the passwords can be controlled by IT.
For customers who want a single login, I usually try DSC. I'd rather not be responsible for maintaining passwords, and security. Relying on DSC makes it nice and easy to just query the logged in user.
That being said DSC is not free, and there is a run time cost. Meaning you pay for the development toolkit, and make code using it. Then when you make an EXE and put it on a new PC, you need to pay the license to allow those features to work. Currently it looks like it is $800 per run-time license. Still worth it in my opinion.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord