Secure Sockets Layer
•
8 Sep 2010, 12:02
•
Journals
Has anyone written any sort of project in it or know some good books about it, it's really a special subject here and can't seem to find any sort of highdegreed stuff about it :(
You want to implement it in a language or you just want to know about the types of cryption used etc?
It uses SHA-1 and SHA-256 preferably and some cipher mode like CBC or AES but basically there are lots of variations and it depends how the program implements it. Its easy to use in .NET and otherwise the operating system provides libs to deal with it for example I think it can be done with winsock 2 SDI and windows cryption services (but more complex to implement). It would be extremely difficult to do in your own programming language! (I don't really know what you mean by your own language but if you've made your own fully fledged compilable language.. congrats :o.. maybe you can figure it out ;) )
*Edit: a well known implementation http://www.openssl.org/
Well me and my group here are working and are in the late events of finishing it, so should be done here soon hopefully.
Thanks a lot.
GTFO