Skip to content

Helica-core/rng_F

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rng_F

rng_F is a python implementation of Fortuna random number generator.

Now it is just a demo edition

Usage

-r=n get n bytes random data, default print hexdump format 
    --raw get the random data string
    --hex get the hex format of the random data

-u update seed file and reseed

-s display the state, default display all the state
    --gstate display the state of the gengertor 
    --rstate display the state of the accumulator

-d display the seed file content

-h help

Install

just install evdev use pip

pip install evdev

TODOlist (never do list

  1. syetem service
  2. colorful

About

A python implementation of Fortuna PRNG.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages