Results 1 to 3 of 3
  1. #1
    bdaniel is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2009
    Posts
    44

    registration codes-license expiration date


    I have put together a form for the user to enter a registration code and a subroutine to check for the expiration date to control access to a program. The correct data is kept in two .txt files. Works fine, but now I realize that the .txt files can be compromised and my "security" wont be that effective. I can hide the files for some protection, also work with the permissions on the files, but wondering if anyone has a better way of programming in registration code and using expiration dates to control access to a program?

  2. #2
    pdebaets is offline Competent Performer
    Windows Vista Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Los Angeles
    Posts
    235
    We have a product called KeyedAccess that will handle this for you, but you may want to consider encrypting the data in your text files and/or including a check digit. A simple character substitution encryption may work for your needs, and check digit calculation algorithms are available on the web.

  3. #3
    Mclaren is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2010
    Location
    Johannesburg
    Posts
    164
    you can also hard code the registration fields into an access module.

    When the expiration date comes along, a warning is shown. User is told to contact you for new code.

    Use a check digit calculation algorithm as mentioned above to create and validate new codes.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Expiration Date criteria
    By NISMOJim in forum Queries
    Replies: 9
    Last Post: 07-22-2011, 11:22 PM
  2. multiple license question
    By pdougan in forum Access
    Replies: 1
    Last Post: 05-05-2011, 07:36 PM
  3. Replies: 1
    Last Post: 01-09-2011, 02:04 AM
  4. License information for this component not found
    By NickPenny in forum Programming
    Replies: 2
    Last Post: 12-17-2010, 02:06 AM
  5. Access license
    By johnmerlino in forum Access
    Replies: 1
    Last Post: 12-16-2010, 12:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums