项目作者: bkthomps

项目描述 :
Creates a randomized password.
高级语言: Shell
项目地址: git://github.com/bkthomps/PasswordCreator.git
创建时间: 2019-04-12T06:30:08Z
项目社区:https://github.com/bkthomps/PasswordCreator

开源协议:MIT License

下载


PasswordCreator

Creates a randomized password.

Setup

  • Clone the repository
  • You can add some aliases to your bashrc for convenience
    1. alias genpass='~/ShellProjects/PasswordCreator/create_password.sh'
    2. alias gen='genpass 1 1 1 1 25'
  • Reload your bashrc with source ~/.bashrc
  • Now you can call genpass to call the script, and you can call gen to generate a strong password

Check Strength

  • You can check the strength of the settings chosen with this website.