Télécharger la liste

Description du projet

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.

Système requise

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

Il ya des corrections de bugs majeurs. Les utilisateurs sont invités à installer cette version. Il ajoute également ALSA soutien.
There are major bugfixes. Users are urged to install this release. It also adds ALSA support.

2008-06-06 02:15
1.0.1

Cette version ajoute le code qui vérifie la qualité des données aléatoires, si elle devient mauvais, toutes les données seront purgées jusqu'à ce qu'il soit à nouveau utilisable.
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

L'échantillon de taux a été abaissé. Le mélangeur-code a été supprimé. Le daemonise-fonction a été modifiée pour utiliser daemon (...). Le hachage de-code a été supprimé. Code qui détermine la quantité d'entropie dans une mémoire tampon de données a été ajouté. La méthode de l'entropie de collecte a été réécrit. Certains code a été ajouté pour éliminer les préjugés dans les données.
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

Ce communiqué laisse le démon attendre que les signaux de noyau que le seuil le plus bas dans / proc / sys / kernel / random / write_wakeup_threshold (nombre de bits) a été atteint, les mises en ajoutant ensuite jusqu'à la valeur de / proc / sys / kernel / random / poolsize (en octets) a été atteint. Après un délai d'attente, certains entropie est encore ajoutée (- attendre), tout comme dans la version 0.0.0. Les signaux ne causent pas de problèmes plus avec la lecture audio à partir de la carte son.
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

Il est maintenant possible d'arrêter l'exploitation forestière en envoyant SIGUSR2. L'exploitation forestière peut être reprise par l'envoi 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