Homepage: https://github.com/guijan/dictpw/
dictpw is a password generator program I wrote. It generates passwords
in the style suggested in the famous "Password Strength" XKCD comic:
https://xkcd.com/936/
That style is more memorable and not any less secure.
I've been using it for a few months al
Homepage: https://github.com/k4zmu2a/SpaceCadetPinball
SpaceCadetPinball is a reverse engineered reimplementation of the
popular 3D Pinball for Windows - Space Cadet that was once a part of
Windows.
#openbsd-gaming voiced concerns over the fact that it's a decompilation,
just pointing that out. T
Any attempt to run the devel/rust-bindgen port on OpenBSD 7.6 amd64
errors:
```
$ bindgen
error: llvm/clang library not found
$ bindgen --help
error: llvm/clang library not found
$ bindgen test.h
error: llvm/clang library not found
```