Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschaefer/linux-random
:seedling: Seed entropy and harvest random bytes.
https://github.com/tschaefer/linux-random
kernel linux perl random
Last synced: 17 days ago
JSON representation
:seedling: Seed entropy and harvest random bytes.
- Host: GitHub
- URL: https://github.com/tschaefer/linux-random
- Owner: tschaefer
- Created: 2019-04-04T05:54:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T12:41:32.000Z (over 4 years ago)
- Last Synced: 2024-11-16T09:20:23.013Z (3 months ago)
- Topics: kernel, linux, perl, random
- Language: Perl
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# linux-random
Seed entropy and harvest random bytes.
## Introduction
__Linux::Random__ provides funtionality (via ioctl) to interact with the Linux
kernel random pools. For further information see man 4 random.## Installation
$ perl Makefile.pl
$ make install## Usage
$ perldoc Linux::Random
### License
http://dev.perl.org/licenses/