Computer Security Page

Security Concepts

I don't know what to write here, but try to know what these words mean, see the PKCS for more details about them.
Message Digest
MD2 RFC1319 http://www.pasteur.fr/infosci/RFC/13xx/1319
MD5 RFC1321 http://www.pasteur.fr/infosci/RFC/13xx/1321

Encryption
	Public key encryption
	Secret(private) key encryption
Signing
Enveloping
Certificate

OpenSSL

Free implemention of SSL and TLS protocols with full-strength cryptography world-wide.
http://www.openssl.org/

SSLeay

SSLeay is a free implementation of Netscape's Secure Socket Layer, http://www2.psy.uq.edu.au/~ftp/Crypto/ssleay/

stunnel

stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the programs' code.
http://mike.daewoo.com.pl/computer/stunnel/

Public-Key Cryptography Standards (PKCS)

http://www.rsasecurity.com/rsalabs/pkcs/index.html

TinyWeb

Free web server that support SSL, using the SSLeay library.
http://www.ritlabs.com/tinyweb/