TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
horowit -at- en -dot- com wrote:
>
> My department has just inherited the web duties ...
> I have a million questions from ... to ways to obtain security for
> this page.
The main protocols used to implement secure web pages are SSL
(Secure Sockets Layer) and TLS (Transport Level Security) which
is either a renaming or a descendant of SSL; I'm not sure which.
Netscape were key players in SSL development. Their servers and most
others should support it.
A widespread free SSL implementation was SSLeay (eay = Eric A Young),
which has become an Open SSL project: