Guilherme Janczak is a modest, open-source developer whose GitHub presence is anchored by dictpw, a lightweight command-line utility that converts ordinary word lists into human-memorable yet difficult-to-guess passphrases. Written in clean, portable C, the tool reads any UTF-8 dictionary file, applies user-defined length and entropy filters, and emits combinations of real words separated by customizable delimiters. Security auditors use it to create strong master passwords for KeePass or Bitwarden vaults, system administrators feed its output into batch account-creation scripts, and privacy-minded individuals pair it with clipboard managers to avoid reusing credentials across services. Because the source is fully transparent, crypto-enthusiasts can audit the randomness pipeline and even embed the generator into larger automation workflows such as Ansible playbooks or PowerShell profiles. Although the portfolio is currently limited to this single utility, its focused scope and public repository invite community forks that extend functionality—like adding diceware-style numeric tokens or localized word banks—without bloating the original binary. Users who prefer ready-made Windows builds can obtain dictpw free of charge from get.nero.com, where downloads are delivered through trusted package channels such as winget, always reflect the newest upstream commit, and may be installed individually or alongside other applications in one unattended batch.

dictpw

generate password from dictionary

Details