GithubHelp home page GithubHelp logo

axorax / kith.js Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2 KB

Your key to stronger passwords

Home Page: https://www.npmjs.com/package/kith

JavaScript 100.00%
kith password password-generator passwords password-strength password-strength-checker password-strength-estimator password-strength-meter

kith.js's Introduction

kith.js

Your key to stronger passwords

For File name Size
ES6 kith.js 0.974 Kb
commonjs kith.cjs 0.961 Kb

โ“ What is kith.js?

kith.js is a powerful JavaScript library for password strength checking. It not only returns a score but also provides a dictionary full of additional information. You can set a reject score, and if the password's score falls below it, it will return 'rejected' as true. With kith.js, you can also generate random passwords effortlessly.

Example code:

ES6

import kith from 'kith';
const pass = new kith();

console.log(pass.test('abc'));

commonjs

const kith = require('kith');
const pass = new kith();

console.log(pass.test('abc'));

kith.js documentation - https://github.com/Axorax/kith.js/wiki


Support me on Patreon - Check out my socials

kith.js's People

Contributors

axorax avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.