• Search
  • Register
  • Log in
  • The Math Root » Matlab
  • Create Login page (GUI)
  •  
    User has not uploaded an avatar

    Do you know how to build a GUI using Matlab that take in "username" and "password"?
    The system have to ensure that the password is correct in order for the user to proceed.

    #12
    muni86
    Member
    Posted 1 year ago
     
    Anil

    There is a lot of information on the Matlab website on creating GUIs. If your application is simple without the need for any serious security, you should be able to simply compare the entered password with a saved one.

    Start here with these resources

    #13
    Anil
    Member
    Posted 1 year ago
     
    Anil

    This link from the file-exchange should help you
    http://blogs.mathworks.com/pick/2007/10/05/masking-typed-passwords-with-asterisks/

    #14
    Anil
    Member
    Posted 1 year ago
     
    User has not uploaded an avatar

    Of course, if your application has more than one legal user, you probably will also need to hard-code more than one password. And things do get tricky when the number of potential users is not known at the time you release the application...

    A feasible alternative in this case is to go for license keys which embed user/corporate information in encrypted format. The application should parse the license key before starting and launch only if a valid license key is found. This is what is normally done on MS Windows applications, and the approach also facilitates limited duration license keys and hardware locking (whereby application execution is forbidden on other computers to prevent unlicensed distribution).

    There is a range of examples of various possibilities in relation to the above downloadable at http://www.algorithmprotection.com

    #17
    ElGamal
    Member
    Posted 1 year ago
    RSS feed for this topic  

    Reply

    You must log in to post.

      Tags:

  •  © 2009 Anil Kandangath. All posts are owned by the whoever posted them. Share your knowledge.
    The Math Root is proudly powered by bbPress.. This site is not affiliated with The MathWorks™ or Wolfram Research. //   Theme by Mike Lothar  
    [ Time : 0.117s | 10 Queries ]