All Projects → ans-4175 → password-ga

ans-4175 / password-ga

Licence: WTFPL license
Password Generator using Genetic Algorithm

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to password-ga

Ob3vil1on
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing [ NOT MAINTAINED ]
Stars: ✭ 17 (-39.29%)
Mutual labels:  password
niceware
🔒 Generate or convert random bytes into passphrases. A Rust port of niceware.
Stars: ✭ 20 (-28.57%)
Mutual labels:  password
AzureAD Autologon Brute
Brute force attack tool for Azure AD Autologon/Seamless SSO - Source: https://arstechnica.com/information-technology/2021/09/new-azure-active-directory-password-brute-forcing-flaw-has-no-fix/
Stars: ✭ 90 (+221.43%)
Mutual labels:  password
vault
Vault - cross-platform GPG KV store for teams made easy
Stars: ✭ 35 (+25%)
Mutual labels:  password
pass-audit
A pass extension for auditing your password repository.
Stars: ✭ 71 (+153.57%)
Mutual labels:  password
django-reset-password
This project is an implementation example for reset password of django
Stars: ✭ 21 (-25%)
Mutual labels:  password
BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (+75%)
Mutual labels:  password
Password-Store
Saves your password with cryptography so only you can decode it.
Stars: ✭ 15 (-46.43%)
Mutual labels:  password
omniauth-kerberos
OmniAuth strategy for kerberos authentication.
Stars: ✭ 13 (-53.57%)
Mutual labels:  password
totp
Time-Based One-Time Password Code Generator
Stars: ✭ 76 (+171.43%)
Mutual labels:  password
WindowTextExtractor
WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
Stars: ✭ 128 (+357.14%)
Mutual labels:  password
zxcvbn
Go implementation of Dropbox's zxcvbn realistic password strength estimator
Stars: ✭ 57 (+103.57%)
Mutual labels:  password
ootp
OOTP (Open One-time Password) is a supports multiple programming languages. The generated one-time passwords are fully compliant with HOTP (HMAC-based One-time Password) and TOTP (Time-based One-time Password). 🚀It's easy to use!
Stars: ✭ 17 (-39.29%)
Mutual labels:  password
DevBrute-A Password Brute Forcer
DevBrute is a Password Brute Forcer, It can Brute Force almost all Social Media Accounts or Any Web Application.
Stars: ✭ 91 (+225%)
Mutual labels:  password
Passky-Desktop
Desktop application for Passky (password manager)
Stars: ✭ 47 (+67.86%)
Mutual labels:  password
MlkPwgen
Secure random password generator for .NET and PowerShell
Stars: ✭ 57 (+103.57%)
Mutual labels:  password
ga-for-cvrp
Capacitated Vehicle Routing Problem
Stars: ✭ 56 (+100%)
Mutual labels:  genetic
longtongue
Customized Password/Passphrase List inputting Target Info
Stars: ✭ 61 (+117.86%)
Mutual labels:  password
WiFi-View
在 Android 设备上快速查看与管理保存的 WiFi 密码
Stars: ✭ 15 (-46.43%)
Mutual labels:  password
qute-keepassxc
Qutebrowser userscript to fetch credentials from KeepassXC password database
Stars: ✭ 44 (+57.14%)
Mutual labels:  password

Password GA

Quick Start

If you want to contribute to this project, please fork this repository.

cd password-ga
git checkout main
yarn
yarn start

Open at localhost:3000

Look for files in

  • src/App.js
  • libs/password-ga.js

Scraping words

To populate the list of words, we are using a scraper on http://kateglo.com. The scraper script can be found here: ./scripts/scraper.js. To run the scraper, do this in the root project:

node scripts/scraper.js

Contributing

If you would like to help us with this project you can learn about our initiative from twitter. Before you contribute to this project, please make sure to read our CONTRIBUTING file.

Tech behind this app

You can learn more about tech stacks that we used by visiting their documentations.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].