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: 3 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T12:41:32.000Z (over 4 years ago)
- Last Synced: 2025-01-17T02:13:09.399Z (4 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/