Skip to content

iambibhas/GeneratePassword

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generate password plugin for Sublime Text 3

(This is a fork of GeneratePassword that works with Sublime Text 3)

Add generation of passwords in different strengthes to the command palette:

  • Generate short password: 10 alphanumeric characters
  • Generate medium password: 15 alphanumeric characters
  • Generate long password: 20 alphanumeric characters
  • Generate secure password: all the above lengths with special characters !@#$%^&*_-+=|/?:;<>~

Human readable characters are without confusable characters like "0", "O", "1", "l" and so on.

About

Generate passwords and random strings

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%