Download List

프로젝트 설명

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

저기 주요 버그수정있습니다. 사용자는이 릴리스를 설치할 것을 촉구합니다. 또한 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

이 릴리스 전까지는 다시 사용할 수있는 임의의 데이터를 검사하는 품질이 나쁜 경우가되고, 모든 데이터가 플러시됩니다 코드를 추가합니다.
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

샘플 속도 하향 조정했다. 믹서 코드가 제거되었습니다. daemonise 함수를 사용하여 데몬을 (...). 변경되었습니다 해시 코드가 제거되었습니다. 코드는 데이터를 버퍼에 엔트로피의 추가 금액을 결정했다. 엔트로피의 수집 방법을 재작 성했다. 일부 코드는 데이터에 편견을 제거하는 추가되었습니다.
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

이 릴리스에는 커널이 신호의 낮은 임계값은 / proc / sys 인 / 커널 / 랜덤 / write_wakeup_threshold 비트 (숫자)에 도달 때까지 기다려왔다 데몬 수 있도록 다음의 가치를 추가하기 전까지 시작은 / proc / sys 인 / 커널 / 랜덤 / (바이트) poolsize에 도달했습니다. 타임아웃 후, 몇몇은 여전히 엔트로피 (예 : - 잠깐), 그냥 버전 0.0.0에서와 같은 추가됩니다. 문제가 더 이상 신호를 사운드 카드에서 오디오 읽기가 발생하지 않습니다.
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

지금 로그인 SIGUSR2 보냄으로써 막을 수있습니다. SIGUSR1 전송하여 로깅을 재개하실 수있습니다.
Tags: Minor feature enhancements
It is now possible to stop logging by sending SIGUSR2. Logging can be resumed by
sending SIGUSR1.

Project Resources