Skip to content

p152/telegram-xkcd-password-generator

 
 

Repository files navigation

Readable Passwords Generator for Telegram

This bot allows you to generate readable passwords directly from Telegram without necessity to open external utilities such as KeePass. An inspiration for this bot came from famous XKCD 936 strip.
Try it now: https://t.me/passgenbot

Features

  • Presets of different complexity
  • Ability to generate customized password
  • Inline mode with colored complexity
  • No personal data is collected!
  • Basic multilanguage support (En+Ru), depending on language_code from Bot API

Don't forget to rename config.example.py to config.py and put your data instead of stubs.

Requirements

You can install all these requirements with pip install -r requirements.txt command.

Presets

Presets

/generate_weak – 2 words, no separators between words
/generate_normal – 3 words, no separators between words, second word is CAPITALIZED
/generate_strong – 3 words, random CAPITALIZATION, random number as separator between words
/generate_stronger – Same as "strong", but using 4 words
/generate_insane – 4 words, second one CAPITALIZED, separators, prefixes and suffixes

Customized Passwords

Customized Passwords

With /settings command you can customize generated passwords. Currently supported settings are number of words (2 to 8), prefixes and suffices in the beginning and in the end of password and separators between words in password. Then just use /generate command to create password based on your settings.

Inline mode

Inline mode

You can also use this bot in inline mode. An indicator on the left shows rough password complexity (green is good, red is not).

About

Readable Passwords Generator For Telegram (Bot API)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%