Skip to content

A password generator implemented in Kotlin, created for the purpose of a tutorial.

Notifications You must be signed in to change notification settings

origin-coding/password-generator

Repository files navigation

Password Generator - 生成随机密码

功能

  1. 生成单个密码和多个密码。
  2. 对长度、数量、字符集等参数进行校验。

限制

  1. 密码长度,最低不能低于8位,最大不能大于32位。
  2. 生成多个密码时,数量不能小于0。
  3. 字符集至少选择两种。

About

A password generator implemented in Kotlin, created for the purpose of a tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages