File: beecrypt2-dev.README.debian

package info (click to toggle)
beecrypt 2.2.0-pre1-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,820 kB
  • ctags: 1,325
  • sloc: ansic: 12,215; sh: 9,073; asm: 2,715; makefile: 80
file content (35 lines) | stat: -rw-r--r-- 1,444 bytes parent folder | download | duplicates (6)
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
beecrypt for Debian
-------------------

beecrypt is a library that provides a variety of cryptographic algorithms.

Important Notes
---------------
Please note that the upstream author returns message digests in network
byte order. This is different than what OpenSSL does. I have to contact the
upstream author to discuss this issue.

Also note that his cipher algorithms can only operate on data buffers that
are an integer number of 'blocksizes'. OpenSSL is able to operate on arbitrary
sized buffers when running in CBC or ECB mode.

Finally, please note that you MUST include <beecrypt/config.h> as your first
beecrypt configuration file. Unfortunately, the author uses a non-standard way
of defining type sizes in his package.

Less Important Notes
--------------------
beecrypt for Debian has been compiled with the java glue code disabled and
with all optimizations disabled. 

If you want the java glue code, you should get the package source (apt-get
source beecrypt2-dev) and modify debian/rules to --enable-javaglue. You will
need to have a JDK installed.

If you want the optimizations, you should get the package source (apt-get
source beecrypt2-dev) and modify debian/rules to --enable-optimizations.

Unfortunately, beecrypt is not well documented. I suggest that you review the
header files packaged in beecrypt2-dev and found in /usr/include/beecrypt/*.

Luca Filipozzi <lfilipoz@debian.org>, Sun, 21 Jan 2001 10:35:15 -0800