CryptRandom

From RISC OS
Revision as of 15:49, 16 June 2012 by Caliston (talk | contribs) (Start CryptRandom page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

CryptRandom is a module for generating cryptographically useful random numbers - that is, numbers that are unpredictable by someone without access to your computer. This makes them useful for security purposes, such as generation of encryption keys for security protocols like SSH, SSL and PGP, and is used by many such programs under RISC OS. UnixLib implements the /dev/random and /dev/urandom devices using CryptRandom.

Links:

* [Author's CryptRandom page|http://www.markettos.org.uk/riscos/crypto/]
* Source repositories overview