Can you specify what exactly you mean by "putting password"? Do you mean that you want to allow the user to enter the value only based on correct password entered somewhere?
Sorry my bad.
날짜: 02-21-2012 08:16 AM
Where do you intend to save these passwords? Will these be hard-coded in the block diagram? If so, how will someone know what it is 5 years from now? Will they be saved as clear text? If so, where? If they're saved as clear text, then it's not secure since anybody can read the file. Will they be saved as encrypted files? If so, what kind of encryption do you intend to do?
The implementation of requiring a password on a control is only a small part of the problem.