Skip to content

ddniel16/vscode-gpassword

Repository files navigation

gPassword

Visual Studio Marketplace Visual Studio Marketplace

ext install ddniel16.gpassword

gPassword is a Visual Studio Code extension to generate passwords.

Features

Passwords can currently be generated:

  • Letters only
  • Letters and numbers
  • Letters, Numbers & Symbols
  • Replace password to hash of Basic Auth (bcrypt.hashSync)
  • Base64 encode
  • Base64 decode

commands

Settings

By default, passwords are generated with a random size between 20 and 25 characters, but it can be changed in the settings:

  • gpassword.randomLengthMin: Between 15 and 54
  • gpassword.randomLengthMax: Between 16 and 55

settings

If the minimum value is defined greater than the maximum value, a controlled error will occur.

Enjoy!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published