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

Thread: SSH algorthm

  1. #1
    Join Date
    Jul 2007
    Posts
    609

    SSH algorthm

    Anyone know of a good site that would explain how the SSL algorthm works? Like say I want to write a server that supports SSL, I need to know the algorthm so I can encrypt/decrypt the packets before sending. Also need to know how to deal with certificates and all that.

    I'm not ready to get into cryptology yet, but I just come to the conclusion that mail servers are WAY more complicated then they need to be so I'll eventually code my own but I want it to support SSL (for the Imap/POP as well as SMTP function).
    http://www.uovalor.com :: Free UO Server

  2. #2
    Join Date
    Aug 2007
    Location
    Birmingham, UK
    Posts
    360

    Re: SSH algorthm

    Take a look at OpenSSL - it should provide you with everything you need to add SSL capabilities to your software.

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