Jumble Password – Create Unique IDs and Passwords on Linux

Jumble Password is an electron-based utility app that you can use to create unique password combinations using your date of birth and name. It uses a random number permutation algorithm called the Fisher-Yates Shuffle Algorithm to jumble up sequences.

A typical case scenario is if you want to create a password for a website project you’re working on. You can choose to enter random names or dates to get unique suggestions each time you hit the submit button.

It features a simple and minimalist application window containing nothing but the app title, app description, 2 placeholder fields for the name and date, a submit button, the placeholder field to display generated passwords, and a credits section to its developer.

Jumble Password Generator Tool
Jumble Password Generator Tool

Features in Jumble Password

  • Freeware: You can download and use Jumble Password free of charge and for as long as you want.
  • Open Source: Jumble Password is released under the MIT license with its source code available on GitHub.
  • Cross-Platform: There are compiled versions of Jumble Password available for Windows, Linux, and Mac users.

Remember that Jumble Password is a simple password generator and NOT a password manager like Buttercup. If you would like to easily generate secure passwords on the go then Jumble Password is your pick.

[mks_button size=”medium” title=”Download Jumble Password for Linux” style=”squared” url=”https://github.com/theIYD/jumble-password/releases” target=”_blank” bg_color=”#529b30″ txt_color=”#FFFFFF” icon=”fa-download” icon_type=”fa” nofollow=”1″]

Install Jumble Password in Linux

$ git clone https://github.com/theIYD/jumble-password.git
$ cd jumble-password
$ npm install
$ npm start

Do you know any Jumble Password alternatives that we haven’t reviewed before? Feel free to drop your comments and app suggestions in the comments section below.

And remember to come back to tell us about your experience with Jumble Password below.

Divine Okoi is a cybersecurity postgrad with a passion for the open-source community. With 700+ articles covering different topics in IT, you can always trust him to inform you about the coolest tech.

Each tutorial at GeeksMint is created by a team of experienced writers so that it meets our high-quality writing standards.

2 thoughts on “Jumble Password – Create Unique IDs and Passwords on Linux”

  1. After all these years, I remain mystified about the purpose of password generation tools. This one: OK, it does generate a password from one’s birthday. So what? In what way is the resulting password “better”? If it is high in entropy, it is not likely to be easy to commit to memory, and vice-versa. So, why would anyone want to use it? Or any other password generation tool, at that. There are quite a few very simple techniques that enable people to generate pretty solid passwords with their own minds. Dythtwdapgp?Iiele,dyt?

    Reply
  2. Seriously? Promote a way to generate (unmemorable) passwords with extremely small entropy?

    Just stick to pass phrases: easy to remember, lots of entropy.

    Reply

Leave a Reply to Derek Broughton Cancel reply