承接 lyndipc/newpass 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

lyndipc/newpass

最新稳定版本:v1.0.0

Composer 安装命令:

composer require lyndipc/newpass

包简介

CLI Password Generator

README 文档

README

Newpass is a simple and secure command-line tool that allows you to generate strong and random passwords with customizable options. With this tool, you can create unique passwords for your various accounts and services, ensuring better security for your online presence.

Features

  • Control the length of the generated password.
  • Choose whether to include uppercase letters, lowercase letters, numbers, and special - characters.
  • Copy the generated password directly to your clipboard for easy use.
  • No internet connection required; all processing is done locally on your machine.

Installation

Ensure you have PHP installed on your machine. Then, run the following command in your terminal:

composer global require lyndipc/newpass

Usage

To generate a new password, run the following command in your terminal:

newpass [options]
  • -l, --lowercase: Include lowercase letters in the password.
  • -u, --uppercase: Include uppercase letters in the password.
  • -s, --symbols: Include symbols in the password.
  • -n, --numbers: Include numbers in the password.
  • -t, --length : Specify the length of the password (default: 28 characters).

Example Usage

  1. Generate a 16-character random password with uppercase letters, lowercase letters, numbers, and symbols:
newpass -t 16 -u -l -n -s
  1. Generate a 12-character random password with only uppercase letters and numbers:
newpass -t 12 -u -n

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Contribution

Contributions to this project are welcome! If you find a bug or would like to request a new feature, please open an issue or submit a pull request.

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-02