承接 agossou/password-level 相关项目开发

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

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

agossou/password-level

最新稳定版本:1.0.1

Composer 安装命令:

composer require agossou/password-level

包简介

Check password security level

README 文档

README

Description

Checks password level security, generate secure password.

Feats:

(1)- Password security level checking

Returns a value between 0 and 6. The minimum level is 1 if the password contains 8 characters. The level increases according to the combinations of upper case characters, lower case characters, numbers and symbols in addition to the length of the string. Level 6 is extremely secure.

(2)- Secure password generation

Compatibility

This library requires PHP v4.3 or higher.

Installation

Use the below code to install the wrapper:

composer require agossou/password-level

If you are not using Composer, clone or download this repository that already contains the vendor/autoload.php file. If you encounter an issue, please post it here and not on the mirror repository.

Using Password Level in your project

<?php
// check password security level
use Agossou\PasswordLevel\PasswordLevel;

$password = 'given password';

$level = PasswordLevel::checkLevel($password);

or 

$level = \Agossou\PasswordLevel\PasswordLevel::checkLevel($password);

// generate secure password
use Agossou\PasswordLevel\SecurePassword;

$secure_password = SecurePassword::generate();

or 

$secure_password = \Agossou\PasswordLevel\SecurePassword::generate();

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2022-07-07

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固