CryptRandom: Difference between revisions

From RISC OS
Jump to navigationJump to search
(Start CryptRandom page)
 
(Revise page)
Line 1: Line 1:
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.
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 including 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.

Current version: 0.13


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

Revision as of 15:52, 16 June 2012

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 including 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.

Current version: 0.13

Links: