Results 1 to 3 of 3

Thread: Can we use md5 or sha to check the dll

  1. #1
    Join Date
    Oct 2009
    Posts
    50
    Thanks
    22
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Can we use md5 or sha to check the dll

    Using LGPL version of Qt,can we check a Qt dll file in our app using md5/sha to see if the dll file is the original Qt dll file or not?It would prevent users from updating the dll with a newer version,so is it against LGPL licence?

  2. #2
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: Can we use md5 or sha to check the dll

    Using LGPL version of Qt,can we check a Qt dll file in our app using md5/sha to see if the dll file is the original Qt dll file or not?
    Well technically it is possible.

    It would prevent users from updating the dll with a newer version,so is it against LGPL licence?
    I am not a legal guy, but IMO there is not a voilation of LGPL, because user can still replace the dll file with version of his choice. Apprantly your application will not work with other versions of dll, but hey that is your application's restriction, not dll's restriction.
    When you know how to do it then you may do it wrong.
    When you don't know how to do it then it is not that you may do it wrong but you may not do it right.

  3. The following user says thank you to Santosh Reddy for this useful post:

    Awareness (17th August 2013)

  4. #3
    Join Date
    Oct 2009
    Posts
    50
    Thanks
    22
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Can we use md5 or sha to check the dll

    Thanks for your answer.

Similar Threads

  1. How to Check If an URL is Available
    By Furkan in forum Qt Programming
    Replies: 1
    Last Post: 22nd November 2010, 17:25
  2. Check has created with new
    By wirasto in forum Qt Programming
    Replies: 5
    Last Post: 16th March 2010, 16:02
  3. check box and signal
    By mickey in forum Newbie
    Replies: 7
    Last Post: 10th November 2007, 14:21
  4. QListWidget with check box's
    By steg90 in forum Newbie
    Replies: 2
    Last Post: 14th May 2007, 14:40
  5. Plz check it
    By evgenM in forum Qt Programming
    Replies: 3
    Last Post: 11th January 2007, 08:42

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.