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, 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 is my second random util - a password strength tester that's dead simple and works offline.
run strongfinder --help
for more info.
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.
- 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)
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
uh... macos is a bsd right? :3