1
0
Fork
You've already forked pp
0
Passphrase generator based on reservoir sampling
  • Awk 61.6%
  • Shell 20.2%
  • Makefile 18.2%
2025年10月02日 19:26:30 +02:00
share/pp add awk implementation 2025年06月29日 20:00:24 +02:00
src ORS instead of printf 2025年10月02日 19:26:30 +02:00
LICENSE update license 2025年07月03日 08:49:44 +02:00
Makefile performance improvement and test setup 2025年08月10日 21:58:14 +02:00
README.md update tests and add test target 2025年07月03日 09:11:36 +02:00

pp

Passphrase generator based on reservoir sampling and implemented in POSIX shell and awk.

Installation

PREFIX=~/.local make install, with your PREFIX of choice.

Tests

make test.