1.0.4 • Published 2 years ago

fixword v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

FixWord

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

npm install fixword

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

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago