password_generator
Version, currently 0.33 versions
- 0.3latestMar 28, 2026
- 0.2not indexedMar 29, 2026
- 0.1not indexedMar 29, 2026
github.com/twent/password-generator
Password generator app created with Crystal lang
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
password_generator:
github: twent/password-generator
version: ~> 0.3Then run:
shards installshard.yml
- Crystal
>= 1.16.2- License
- MIT
- Author
- twent
- Target
password_generatorfrom src/password_generator.cr
Dependencies
Runtime Dependencies
- goban*github: soya-daizu/goban
- stumpy_png*github: stumpycr/stumpy_png
README
Strong password generator app created with Crystal lang
Available:
https://passgen.itqot.ru/

Features:
- Password length from 4 to 128 characters
- Uppercase
- Lowercase
- Numbers
- Symbols (!@#$%^&*()_+-=[]{}|;:,.<>?)
- Excluding ambigious
- Excluding consecutive character repeats
- Copy to buffer button
- QR code generation for password with download possibility
Using locally:
- Clone this repo
shards installcrystal src/password_generator.cr
Building for production:
crystal build src/password_generator.cr --release --no-debug- Create user on server
useradd -m -s /bin/false passgen
- Copy compiled file, add execution rights
- Copy service file on server and edit if you need
- Enable service start at boot
systemctl enable passgen.service
systemctl daemon-reload
- Start the service
systemctl start passgen.service
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.3- Tagged
- Mar 28, 2026
- Commit
cb52adf4bb9d- Crystal
>= 1.16.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/twent/password-generator
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 26, 2026
- Synced
- Sep 26, 2026
- Versions
- 3