mirror of
https://github.com/hairyhenderson/go-onerng.git
synced 2025-04-04 09:40:12 -05:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.1.0...v1.2.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
⚠️ Warning: This code is grossly incomplete and under-tested! Don't use it yet, except to hack on it.
go-onerng
This is a Go port of the OneRNG tools distributed at https://onerng.info/. Much credit is due to the OneRNG creators - all I'm doing here is porting a bunch of Bash and Python code to Go.
Roadmap
This is still fairly immature. Here's what I want to be able to do with it:
- print the version (
cmdv
) - print the ID (
cmdI
) - verify the image (
cmdX
& verify PGP signature) - generate some amount of entropy (
onerng read
command) - add extra AES128-whitening
- run as a daemon and integrate with
rngd
Languages
Go
95.5%
Makefile
4.5%