File: README.WIN32

package info (click to toggle)
beecrypt 4.2.1-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 6,284 kB
  • ctags: 6,370
  • sloc: cpp: 22,980; ansic: 21,674; sh: 10,206; java: 2,508; asm: 1,177; makefile: 886; python: 752
file content (28 lines) | stat: -rw-r--r-- 1,188 bytes parent folder | download | duplicates (2)
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
This file contains information on how to build and use the BeeCrypt DLL on
Win32 platforms.

The platform of preference is currently MicroSoft Visual C++. For the basic
library Visual C++ 6.0 will do the trick, but the C++ API will require
version 7.0 or later.

To be able to use the assembler files with Visual C++ 6.0, you need to have the
Visual C++ 6.0 Processor Pack installed. It can be found at:

http://msdn.microsoft.com/vstudio/downloads/ppack/default.asp

To build the java glue into the DLL, you should also have Sun's JDK 1.4 (or later),
including the JNI headers, installed.

Use the project files available through SourceForge to compile.

Once running, you can use any of three entropy source available on this
platform, in order of preference:

wavein    (uses noise on the soundcard microphone port)
console   (uses keyboard clicks with a high resolution timer)
wincrypt  (uses random data generated by the Windows CryptAPI)

To enable a specific entropy device, set variable BEECRYPT_ENTROPY to any of
these three values; if not specified, the library will use 'wavein' as default.

In the future, additional sources of entropy on this platform may be made available.