Software Registration Technique

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jason

    Software Registration Technique

    Hi all,

    Merry Christmas!

    I would like to have trial period for my .NET application and let user to
    enter S/N for registration. I would like to ask how can we store the
    registration status of the user. Currently, I use isolatedStorage to store
    the info e.g. the date of start trial, the date of registration, user name
    etc.. However, I know it is not secure enough. Where and how do you store
    the registration info? Any web site tutorial teach this?

    I read this article http://windowsforms.net/articles/Licensing.aspx, but
    seems cannot help me.

    Thanks,
    Jason


  • Cor Ligthert

    #2
    Re: Software Registration Technique

    Jason,

    Lately I have seen Nick (Nak) very active with this however he has I thought
    still questions himself.

    Maybe you can have a look what is written in this newsgroup about isolated
    storage already.


    I hope it helps?

    Merry Christmas

    Cor

    "Jason" <jason@hk.com > schreef in bericht
    news:OghNael6EH A.128@TK2MSFTNG P15.phx.gbl...[color=blue]
    > Hi all,
    >
    > Merry Christmas!
    >
    > I would like to have trial period for my .NET application and let user to
    > enter S/N for registration. I would like to ask how can we store the
    > registration status of the user. Currently, I use isolatedStorage to store
    > the info e.g. the date of start trial, the date of registration, user name
    > etc.. However, I know it is not secure enough. Where and how do you store
    > the registration info? Any web site tutorial teach this?
    >
    > I read this article http://windowsforms.net/articles/Licensing.aspx, but
    > seems cannot help me.
    >
    > Thanks,
    > Jason
    >[/color]


    Comment

    • Jason

      #3
      Re: Software Registration Technique

      Hi Cor,

      I can successfully use isolatedStorage now. However, I just think it is not
      a good way for storing registration info because it may easily edited by
      others. Just want to know how other developer save the registration info for
      their applications and protect their IP.

      Rgds,
      Jason


      "Cor Ligthert" <notmyfirstname @planet.nl> ¼¶¼g©ó¶l¥ó·s»D: %23ie7%23rl6EHA .3124@TK2MSFTNG P11.phx.gbl...[color=blue]
      > Jason,
      >
      > Lately I have seen Nick (Nak) very active with this however he has I
      > thought still questions himself.
      >
      > Maybe you can have a look what is written in this newsgroup about isolated
      > storage already.
      > http://groups-beta.google.com/group/...rage&start=10&
      >
      > I hope it helps?
      >
      > Merry Christmas
      >
      > Cor
      >
      > "Jason" <jason@hk.com > schreef in bericht
      > news:OghNael6EH A.128@TK2MSFTNG P15.phx.gbl...[color=green]
      >> Hi all,
      >>
      >> Merry Christmas!
      >>
      >> I would like to have trial period for my .NET application and let user to
      >> enter S/N for registration. I would like to ask how can we store the
      >> registration status of the user. Currently, I use isolatedStorage to
      >> store the info e.g. the date of start trial, the date of registration,
      >> user name etc.. However, I know it is not secure enough. Where and how do
      >> you store the registration info? Any web site tutorial teach this?
      >>
      >> I read this article http://windowsforms.net/articles/Licensing.aspx, but
      >> seems cannot help me.
      >>
      >> Thanks,
      >> Jason
      >>[/color]
      >
      >[/color]


      Comment

      • William Stacey [MVP]

        #4
        Re: Software Registration Technique

        One easy way is http://www.xheo.com/
        --
        wjs[color=blue]
        > I can successfully use isolatedStorage now. However, I just think it is not
        > a good way for storing registration info because it may easily edited by
        > others. Just want to know how other developer save the registration info for
        > their applications and protect their IP.[/color]

        Comment

        Working...