alyxshang / shangshield.ts

Check the security of your password using the Shang algorithm. :dragon: :shield: :sauropod:
https://github.com/alyxshang/shangshield.ts
Other
0 stars 0 forks source link
deno deno-library password-security password-strength-checker

SHANGSHIELD :dragon: :shield: :sauropod:

GitHub CI

Check the security of your password using the Shang algorithm. :dragon: :shield: :sauropod:

ABOUT :books:

This repository contains the source code for a Deno module to retrieve information about the strength of a password. The strength of the password is calculated using the Shang algorithm, an algorithm of my own design.

USAGE :hammer:

APIs

To find out how to use this module and which APIs this module provides, run the command deno doc --html mod.ts from the root of this repository.

Importing

Any of the functions this module provides can be imported from the following HTTPS URL: https://raw.githubusercontent.com/alyxshang/shangshield.ts/main/mod.ts.

Testing

To run the tests this module provides, you can use the deno test commmand. This command has to be run from the root of this repository.

CHANGELOG :black_nib:

Version 0.1.0

NOTE :scroll: