# gen_password **Repository Path**: abcfy2/gen_password ## Basic Information - **Project Name**: gen_password - **Description**: 生成随机密码 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Generate password A very simple shell script to generate random password. You can use `./gen_passwd.sh -h|--help` for help. ```bash ./gen_passwd.sh [-h|--help] [-w|--length ] [-l|--level 1-4] -h|--help print this help -w|--length length of password. DEFALUT: 8 -l|--level complexity level of password. DEFAULT: 3 ```