_____ _ _ _____ _ _ _
/ ____(_) | | / ____| (_) | | |
| | _ _ __ | |__ ___ _ _| (___ _ __ ___ _| |_| |__
| | | | '_ \| '_ \ / _ \ '__\___ \| '_ ` _ \| | __| '_ \
| |____| | |_) | | | | __/ | ____) | | | | | | | |_| | | |
\_____|_| .__/|_| |_|\___|_| |_____/|_| |_| |_|_|\__|_| |_|
| |
|_|
Welcome to CipherSmith, the world's first password generator designed to create truly easy-to-remember and secure passwords, without compromising on length.
โโโ dwyl-english-words/ # The English wordlist source files
โ โโโ LICENSE.md # License for the original dwyl wordlist
โ โโโ README.md # Wordlist origin and usage
โ โโโ words_alpha.txt # Local dictionary (466k words)
โโโ images/ # UI graphics and brand assets
โ โโโ logo_besttoolsforever.svg
โ โโโ ciphersmith-logo_s.jpg
โ โโโ security.png
โ โโโ mascote.jpg
โ โโโ ...
โโโ lib/ # Third-party libraries
โ โโโ zxcvbn.js # Strength estimation library
โโโ CipherSmith.gif # Animated demo
โโโ LICENSE.txt # MIT License
โโโ README.md # The project's manual ๐
โโโ index.html # Main application and landing page
โโโ script.js # Core generator logic
โโโ style.css # Visual styles
The Problem Most password generators focus solely on complexity, producing strings that may be secure but nearly impossible to remember. This becomes a nightmare in real-life situations: losing your phone, setting up Wi-Fi on a new device, or typing a password by hand during an emergency.
The Proposal CipherSmith was built to balance both worlds: security and usability. It generates passwords strong enough to protect sensitive accounts, yet simple enough to type quickly when needed.
The Principle The core idea is straightforward: passwords shouldnโt just be safeโthey should also be practical for everyday use.
For those who prioritize maximum security and privacy, the 'Easy-to-Remember Passwords' mode can be easily disabled. Youโll still enjoy a powerful, open-source password generator, and our Google Chrome extension offers a convenient and reliable assistant for managing your credentials.
To ensure clarity, it's important to understand what CipherSmith is designed for, and what it is not.
What It Is: โ
A local, simple, and reliable password generator.
A tool focused on usability and convenience without sacrificing security.
What It Isn't: โ
A password manager. CipherSmith does not store, save, or manage passwords in any way.
A multi-word passphrase creator (like "correct-horse-battery-staple").
โขCustomizable Settings: Adjust the password length (default: 16 characters), character types (uppercase, lowercase, numbers, symbols), and the assistant icon size (small, medium, or large).
โขYour preferences are saved for the next use.
โขCustomizable Dictionary: Replace the default dictionary (...\ciphersmith-extension\dwyl-english-words\words_alpha.txt) with your own, keeping the format of one word per line.
โขIcon Disabling: A button in the popup allows you to disable the assistant icon until it's needed again.
The 'Easy-to-Remember Passwords' mode is powered by high-quality English wordlists. To ensure reliability and privacy, CipherSmith uses a specialized approach:
Google Chrome Extension: For maximum privacy and offline reliability, the browser extension uses the exclusive local dictionary containing over 466k English words. It works 100% offline and does not fetch any external data.
Web Version: The web generator first attempts to fetch the Google 10,000 English words list for a high-quality base. If offline, it seamlessly falls back to the local dictionary to ensure you're never without a secure password.
- ๐ก๏ธ Cryptographically Secure: We use
window.cryptofor all random generation. - Two Modes, One Generator:
- Random Mode: For classic, brute-force-proof gibberish.
- Easy-to-Remember Passwords Mode: Our special sauce! Creates easy-to-recall passwords at any length.
- ๐ช Live Strength Analysis: See how tough your new password is in real-time with an integrated
zxcvbnstrength meter. Get instant feedback and time-to-crack estimates! - ๐ฎ Security Gate: We've added a friendly bouncer at the door that ensures you're using at least 3 character types, nudging you toward better security habits.
- ๐จ Polished & Intuitive UI: Clean, responsive, and easy on the eyes. Generating passwords is now a pleasure, not a chore.
- ๐ Works Offline: Once the page is loaded, you can disconnect. All generation happens right in your browser for maximum privacy.
- Vanilla HTML5
- Vanilla CSS3
- Vanilla JavaScript (ES6+)
- zxcvbn.js for strength estimation
Simply click the link below to use CipherSmith directly in your browser, powered by GitHub Pages:
๐ Use CipherSmith Now!
Integrate CipherSmith directly into your workflow. The extension allows you to open the full generator from its pinned icon or use it as an assistant that appears directly in password fields during account registration, offering seamless compatibility with most websites.
๐ Get the Chrome Extension Now!
If you want to run the project on your own machine:
- Clone or download this repository.
- Open the
index.htmlfile in your favorite browser. - That's it! Start forging some awesome passwords.
Got an idea? Found a bug? Feel free to open an issue or submit a pull request! All contributions are welcome. Let's make CipherSmith even better together.
This is an open-source project created with love. If CipherSmith has helped you, consider supporting its future development!
๐ Support the Studio & Buy me a Coffee
This project's source code is licensed under the MIT License. See the LICENSE file for details. Note that third-party components have their own licenses as described below.
CipherSmith is powered by these amazing open-source projects:
- Dictionary (466k words): Provided by the dwyl List Of English Words repository (Unlicense). Special thanks to
dwylfor this massive resource which is the exclusive heart of our Chrome Extension. - Google 10k list: Used as the primary source for the web version, curated by first20hours.
- Strength Estimation: The zxcvbn library by Dropbox (MIT License). It's the brain behind our smart security feedback.
Ever wonder how we calculate that "time to crack"? That's the incredible work of the zxcvbn library from Dropbox, which is distributed under the permissive MIT License.
This powerful library goes way beyond simple character counting to give you a realistic estimate of your password's strength. It's the reason our feedback is so smart!
A huge thank you to these developers for sharing their work with the world! โค๏ธ
โYou do not choose the passwordโthe password chooses you.โ โ An allusion to Plato's Myth of Reminiscence.
โTrue security does not exist because all knowledge is, by nature, incomplete.โ โ Inspired by Karl Popper's ideas on the fallibility of knowledge.
โTrue security lies not in the complexity of the key, but in the uncertainty of its location.โ โ A thought derived from Heisenberg's Uncertainty Principle.
โAnd if you gaze for long into the generated passwords, they will certainly gaze back into you.โ โ Inspired by Friedrich Nietzsche.
