password_generator
Version, currently 0.23 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
Nothing has been indexed for 0.2 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
password_generator:
github: twent/password-generator
version: ~> 0.2Then run:
shards installshard.yml
No shard.yml has been indexed for 0.2. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
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.2- Tagged
- Mar 29, 2026
- Commit
f1836416bbb3- Indexed
- not yet
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