Download List

Projeto Descrição

audio-entropyd feeds the /dev/random device with entropy data read from an audio device. The audio data is not copied as is, but first 'de-biased' and analyzed to determine how many bits of entropy are in it. This program is useful for systems doing many cryptographic tasks like VPN endpoints or GPG clients; it helps prevent the /dev/random device from being depleted and blocking reads.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-05-02 02:35
2.0.0

Há correções importantes. Os usuários são encorajados a instalar esta versão. Ele também adiciona suporte ALSA.
There are major bugfixes. Users are urged to install this release. It also adds ALSA support.

2008-06-06 02:15
1.0.1

Esta versão adiciona o código que verifica a qualidade dos dados aleatórios e, se ele se torna ruim, todos os dados serão liberados até que seja utilizável novamente.
Tags: Major feature enhancements
This release adds code that checks the quality of the random data; if it becomes bad, all data will be flushed until it is usable again.

2002-11-24 16:05
0.0.4

O exemplo a taxa foi reduzida. O misturador código foi removido. O daemonise função foi alterada para usar daemon (...). O hash do código foi removido. O código que determina a quantidade de entropia em um buffer de dados foi adicionado. O método de entropia de coleta foi reescrito. Algum código foi adicionado para remover o viés nos dados.
Tags: Minor feature enhancements
The sample-rate was lowered. The mixer-code was
removed. The daemonise-function was changed to use
daemon(...). The hashing-code was removed. Code
that determines the amount of entropy in a buffer
of data was added. The method of entropy-gathering
was rewritten. Some code has been added to remove
bias in the data.

2002-09-15 21:05
0.0.3

Esta versão permite que o servidor de esperar até que os sinais de kernel que o limiar inferior em / proc / sys / kernel / random / write_wakeup_threshold (número de bits) foi atingido, em seguida, inicia adicionando até o valor de / proc / sys / kernel / random / poolsize (em bytes) foi atingido. Após um tempo limite, alguns ainda é adicionado a entropia (isto é - esperar), como na versão 0.0.0. Os sinais não causam mais problemas com a leitura de áudio da placa de som.
Tags: Minor feature enhancements
This release lets the daemon wait until the kernel signals that the lower threshold in /proc/sys/kernel/random/write_wakeup_threshold (number of bits) has been reached, then starts adding until the value of /proc/sys/kernel/random/poolsize (in bytes) has been reached. After a timeout, some entropy is still added (i.e.--wait), just like in version 0.0.0. The signals don't cause problems anymore with reading audio from the sound card.

2002-09-12 19:24
0.0.2

Agora é possível parar o registo através do envio de SIGUSR2. Log pode ser retomada através do envio de SIGUSR1.
Tags: Minor feature enhancements
It is now possible to stop logging by sending SIGUSR2. Logging can be resumed by
sending SIGUSR1.

Project Resources