delorie.com/archives/browse.cgi | search |
From: | Nate Eldredge <neldredge AT hmc DOT edu> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: LD errors compiling source from gnupg-1.0.1.tar.gz |
Date: | 27 Feb 2000 12:16:42 -0800 |
Organization: | InterWorld Communications |
Lines: | 22 |
Message-ID: | <83bt52bdud.fsf@mercury.st.hmc.edu> |
References: | <Pine DOT A32 DOT 3 DOT 96 DOT 1000226114113 DOT 84774A-100000 AT wilkes1 DOT wilkes DOT edu> <38B928AA DOT 3D79671D AT bigfoot DOT com> <38B95132 DOT 5826EEE6 AT is DOT elta DOT co DOT il> |
NNTP-Posting-Host: | mercury.st.hmc.edu |
Mime-Version: | 1.0 |
X-Trace: | nntp1.interworld.net 951682739 95776 134.173.45.219 (27 Feb 2000 20:18:59 GMT) |
X-Complaints-To: | usenet AT nntp1 DOT interworld DOT net |
NNTP-Posting-Date: | 27 Feb 2000 20:18:59 GMT |
User-Agent: | Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> writes: > Richard Dawe wrote: > > > > DJGPP does not have /dev/random, nor does it have /dev/urandom. > > This could be easily emulated with File System Extensions, no? Maybe. /dev/random is a strong random number generator. On Linux, it works by gathering various random events from the hardware (keyboard interrupt timing, mouse movement, noise from a microphone, etc) and hashing them. But it's a somewhat difficult proposition to continually gather all this info unless you are the kernel. GPG does have an Entropy Generating Daemon for systems without this kernel functionality. But I don't think you could use it on DOS, since it needs to run in the background. Windows could work. -- Nate Eldredge neldredge AT hmc DOT edu
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |