Skip to content

sarthyparty/fixword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FixWord

A nodejs package with a leetspeak randomizer for making usernames unique. Also has a password strength checking function.

Installation

npm install fixword

Usage

const {get_alts, get_strength} = require("fixword")

console.log(get_alts("sarthyparty", 5, 0.3)) 
// Returns a list of 5 alternative usernames with 30% of its letters swapped for LeetSpeak

console.log(get_strength("NotActuallyMyP4$$"))
// Returns Strong, Medium, or Weak, based on the OWASP guidlines

Chrome Extension

Website Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors