Dev-random/Related Articles: Difference between revisions
Jump to navigation
Jump to search
imported>Daniel Mietchen m (Robot: Creating Related Articles subpage) |
imported>Eric M Gearhart (Bot cleanup) |
||
Line 2: | Line 2: | ||
==Parent topics== | ==Parent topics== | ||
{{r|Unix}} | |||
{{r|Unix directory structure}} | |||
Line 8: | Line 10: | ||
==Other related topics== | ==Other related topics== | ||
{{r|Dev-null}} | {{r|Dev-null}} | ||
{{r|Hash (cryptography)}} | {{r|Hash (cryptography)}} | ||
{{r|Stream cipher}} | {{r|Stream cipher}} | ||
Revision as of 23:44, 2 August 2009
- See also changes related to Dev-random, or pages that link to Dev-random or to this page or whose text contains "Dev-random".
Parent topics
- Unix [r]: A computer operating system originally conceived and developed by a group of researchers as an unofficial project while they were working at AT&T's Bell Laboratories. [e]
- Unix directory structure [r]: A convention of the organization of the directory structure in Unix-like operating systems. [e]
Subtopics
- Dev-null [r]: A character device file in Unix (and Unix-like) operating systems which disposes all data written to it, and returns nothing when read from, except the End of File (EOF) character. [e]
- Hash (cryptography) [r]: An algorithm that produces a fixed-size digest from an input of essentially arbitrary size. [e]
- Stream cipher [r]: A cipher that encrypts data by mixing it with the output of a pseudorandom number generator controlled by a key; to decrypt, run the same generator with the same key to get the same pseudorandom data, then reverse the mixing step. [e]