Skip to content

besttoolsforever/CipherSmith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

80 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CipherSmith ๐Ÿ”‘โœจ

   _____ _       _               _____           _ _   _     
  / ____(_)     | |             / ____|         (_) | | |    
 | |     _ _ __ | |__   ___ _ _| (___  _ __ ___  _| |_| |__  
 | |    | | '_ \| '_ \ / _ \ '__\___ \| '_ ` _ \| | __| '_ \ 
 | |____| | |_) | | | |  __/ |  ____) | | | | | | | |_| | | |
  \_____|_| .__/|_| |_|\___|_| |_____/|_| |_| |_|_|\__|_| |_|
          | |                                                
          |_|                                                                                                  

Version License Status

Welcome to CipherSmith, the world's first password generator designed to create truly easy-to-remember and secure passwords, without compromising on length.

CipherSmith in Action


๐Ÿ“‚ File Structure

โ”œโ”€โ”€ 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

๐Ÿค” Why CipherSmith Exists

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.


๐ŸŽฏ What This Tool Is (and Isn't)

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").

โš™๏ธ Total Flexibility

โ€ข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.

๐Ÿ“š Wordlists & Privacy

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.


๐ŸŽ‰ Features

  • ๐Ÿ›ก๏ธ Cryptographically Secure: We use window.crypto for 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 zxcvbn strength 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.

๐Ÿ’ป Tech Stack

  • Vanilla HTML5
  • Vanilla CSS3
  • Vanilla JavaScript (ES6+)
  • zxcvbn.js for strength estimation

๐Ÿš€ How to Use

1. Direct Web Access ๐ŸŒ

Simply click the link below to use CipherSmith directly in your browser, powered by GitHub Pages:

๐Ÿ‘‰ Use CipherSmith Now!

2. Google Chrome Extension ๐Ÿงฉ

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!

3. Local Use (For Developers) ๐Ÿ’ป

If you want to run the project on your own machine:

  1. Clone or download this repository.
  2. Open the index.html file in your favorite browser.
  3. That's it! Start forging some awesome passwords.

๐Ÿค Contributing

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.


โค๏ธ Support the Project

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


๐Ÿ“œ License

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.


Credits & Licenses โœจ

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 dwyl for 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.

The Strength Meter ๐Ÿ’ช

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! โค๏ธ

๐Ÿƒ Philosophical Notes on Passwords

โ€œ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.

About

Craft strong, memorable passwords with CipherSmith. This unique generator combines cryptographic security with a revolutionary 'Memorable' mode that builds easy-to-type passwords to your exact specifications. Customize your length, add complexity, and get a password that is secure and practical.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors