summaryrefslogtreecommitdiff
path: root/beecrypt/docs/index.html
blob: a2c4a0f19bb6870cb817cbee4e3fac8285ab06de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
<HEAD>
<LINK REL=StyleSheet HREF="manual.css" TYPE="text/css">
<TITLE>The BeeCrypt Cryptography Library</TITLE>
</HEAD>
<BODY>
<H1>The BeeCrypt Cryptography Library</H1>
<P>Copyright &copy; 1997, 1998, 1999, 2000, 2001 Virtual Unlimited, B.V.<BR>
<P>Permission is  granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or any
later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts.
<P>For the specifics of this license, see file 'COPYING.DOC', included in this
distribution.
<H2>About BeeCrypt</H2>
<P>BeeCrypt is an open source cryptography library that contains highly
optimized C and assembler implementations of many well-known algorithms
including Blowfish, MD5, SHA-1, SHA-256, Diffie-Hellman, and ElGamal.
<P>The goal of the library is to offer a wide range of low-level cryptographic
primitives.
<P>BeeCrypt is licensed under the GNU Lesser Public General License (LGPL),
which means it can be used for free in both open and closed source commercial
products.
<BR>
<H2>About the documentation</H2>
<P>This is the first attempt to write a manual for the BeeCrypt Cryptography
Library. Eventually this will become a full-blown manual, with all the jingles
and bells.
<H2>Contents</H2>
<OL>
<LI><A HREF="installing.html">Installing BeeCrypt</A>
<LI><A HREF="using.html">Using BeeCrypt</A>
<LI><A HREF="developing.html">Developing with BeeCrypt</A>
</OL>
</BODY>
</HTML>