8000 GitHub - saxophone-dev/rand_utils: random (literally) utils
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

saxophone-dev/rand_utils

Repository files navigation

random utils (literally)

this is just a set of random utils that come in handy a lot of the time. all of them are written in pure C99 and are dead simple to use. for now, i have three utils:

  • roller (6kb on arm macs to ~9kb on linux in general)
  • strongfinder (~15mb with glibc, ~9mb with musl, ~6mb on arm macs 🤷)
  • and strand (~10kb on linux, ~6.5kb on arm macs)

roller

roller, my first random util, is a dice roll utility that's super configurable. a friend told me that it's pretty useful for generating dicerolled passwords, apparently. run roller --help for more info.

strongfinder

strongfinder is my second random util - a password strength tester that's dead simple and works offline. run strongfinder --help for more info.

strand

strand is my third random util - an insanely modular random string generator that literally does whatever you want it to and doesn't suck. run strand --help for more info.

todo:

  • make strand
  • think of more tools to add

(ps: if you have any other ideas pls make an issue, email me, or message me on signal/discord - saxophone.guy)

downloads where?

builds

i don't release this stuff - it's more of a compile-it-yourself thing (./build.sh all && sudo ./build.sh install) but since i know some people like binaries, i made it autobuild on each commit.

for the latest passing builds, you can use this one page i made or just click the actions tab on this repo

bsd builds where?

uh... macos is a bsd right? :3

About

random (literally) utils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0