CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Posts
    1

    Code Authentication Mechanism

    Hi All,
    I want to know if there is any mechanism for authentication of two code modules.In case the authentication fails, then the application should terminate. The authentication should be 2-way i.e. client knows that correct server is executing it and server knows that it is being executed by the correct client.
    Some ideas or some existing methods on this would be helpful.
    Thanks,
    ITMan.

  2. #2
    Join Date
    Jan 2003
    Location
    17°22' N - 78°29' E
    Posts
    198
    Digital signatures and certificates are a way to do it...How? I dont know...

    Hope I have put you on the right track....

    ============
    ~ Lord Loh ~
    ============

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured