Skip to content

Wangata/better-security-questions

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

67 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Better Security Questions ๐Ÿ”’

Security questions are pretty boring and stereotypical (like, "what's your mother's maiden name?" and "on what street did you grow up?") which are fine, but... predictable and unsafe.

This is a package of better security questions to make the world safer for eeeeveryone!

To install

npm install better-security-questions

To use

const securityQuestions = require('better-security-questions');

securityQuestions.silly;
> ["What chore do you suck the most at?", ...

To contribute

Please add questions that you think would be good! Answers to them should be:

  • Memorable (it should pop in the user's head right away)
  • Unique (there should be one precise answer for the user)
  • Unpredictable (something others can't easily guess or research)
  • Consistent (it shouldn't change over time)

About

Better security questions for easy use in your projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%