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

    SSL Implementation



    Hi friends,


    I want to do SSL(Secured Socket Layer)implementation for my

    application but some how i couldn't find any information which should help

    me in implementation.

    My application is simple database application but it should

    support secured transaction for that i required SSL.

    Please help me waiting for reply


    Regards

    S Maru

  2. #2
    Join Date
    Apr 1999
    Posts
    7

    Re: SSL Implementation



    hi maru,


    Regarding the SSL implementation just y have to make different call to the server say https:// instead of http:// in your code .


    these things u can do provided u have webserver installed on the HOST machine.

    Even after u have installed the webserver say NETSCAPE on the HOST machine

    u have get a certificate issued by a third party organisation. say VERISIGN

    u can find more regarding SSL in this site www.verisign.com


    It all depends on level of security u want we have 40-bit level of security and 128 bit level of security. but 128-bit is allowed that much allowed in india.

    US has banned that to have that level of security outside their country.


    Basically SSL default port number is 443.


    if you want know more about SSL implementation u can visit site called www.cryptsoft.com there free SSLeay0.9.0 version is available for download.

    This u have to download and make changes according to your need.


    if u want know more about this


    u are always welcome to send mail to [email protected]

    (or)

    [email protected]


    thanx and regds

    ganesh.

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