https://github.com/cassidoo/better-security-questions
Better security questions for easy use in your projects
https://github.com/cassidoo/better-security-questions
questions security
Last synced: about 1 year ago
JSON representation
Better security questions for easy use in your projects
- Host: GitHub
- URL: https://github.com/cassidoo/better-security-questions
- Owner: cassidoo
- License: isc
- Created: 2022-06-20T04:57:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T03:31:59.000Z (almost 4 years ago)
- Last Synced: 2025-04-13T03:08:04.261Z (about 1 year ago)
- Topics: questions, security
- Language: JavaScript
- Homepage: https://codepen.io/cassidoo/full/bGLyoar
- Size: 75.2 KB
- Stars: 143
- Watchers: 4
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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 eeeeeveryone!
## To install
```bash
npm install better-security-questions
```
## To use
```js
const securityQuestions = require('better-security-questions');
securityQuestions.silly;
> ["Are you even good enough to have imposter syndrome?", ...
securityQuestions.random('silly');
> "When did you stop trying?"
```
## 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)
Remember to add your question following the alphabetical order!