All Projects → theIYD → jumble-password

theIYD / jumble-password

Licence: MIT license
🔐 A tiny tool to create unique id's or passwords.

Programming Languages

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

Projects that are alternatives of or similar to jumble-password

Dev10
🐷 A nifty little app that shows you the top posts on Dev.to in your menubar.
Stars: ✭ 136 (+353.33%)
Mutual labels:  vanilla-javascript, electron-app
sloth-app
Sloth desktop app
Stars: ✭ 16 (-46.67%)
Mutual labels:  electron-app
mongoose-pii
A Mongoose plugin that lets you transparently cipher stored PII and use securely-hashed passwords
Stars: ✭ 43 (+43.33%)
Mutual labels:  password
mpw-rs
Master Password in Pure Rust
Stars: ✭ 34 (+13.33%)
Mutual labels:  password
example-electron-license-activation
An example of how to implement software licensing and device activation in an Electron application
Stars: ✭ 55 (+83.33%)
Mutual labels:  electron-app
amazon-music-linux
linux desktop player for amazon music
Stars: ✭ 46 (+53.33%)
Mutual labels:  electron-app
SRP
Secure Remote Password (SRP) for Swift
Stars: ✭ 44 (+46.67%)
Mutual labels:  password
electron-admin-element-vue
Electron Vue3.x Element-UI Admin
Stars: ✭ 37 (+23.33%)
Mutual labels:  electron-app
pywnedpasswords
Checkt pwnedpasswords.com in a secure way
Stars: ✭ 22 (-26.67%)
Mutual labels:  password
mm-components
Music Markups components
Stars: ✭ 50 (+66.67%)
Mutual labels:  vanilla-javascript
LBFH
About All in one tool for Information Gathering, Vulnerability Scanning and Crawling. A must have tool for all penetration testers
Stars: ✭ 46 (+53.33%)
Mutual labels:  password
antares
A modern, fast and productivity driven SQL client with a focus in UX.
Stars: ✭ 836 (+2686.67%)
Mutual labels:  electron-app
keepassxc-pwned
Check your keepassxc database against previously breached haveibeenpwned passwords
Stars: ✭ 25 (-16.67%)
Mutual labels:  password
The-Wall
The Wall automatically changes desktop wallpaper based on the tags selected by the user
Stars: ✭ 48 (+60%)
Mutual labels:  electron-app
Passky-Server
API and Database for Passky (password manager)
Stars: ✭ 77 (+156.67%)
Mutual labels:  password
NEMO
Modeling Password Guessability Using Markov Models
Stars: ✭ 46 (+53.33%)
Mutual labels:  password
Compressed2TXT
File(s)/Folder(s) "Send to" menu .bat ascii encoder with optional password and makecab lzx compression
Stars: ✭ 156 (+420%)
Mutual labels:  password
chinese-diceware
Diceware word lists in Chinese
Stars: ✭ 27 (-10%)
Mutual labels:  password
twemoji-image-picker
Twemoji picker like Mac's built-in emoji keyboard
Stars: ✭ 33 (+10%)
Mutual labels:  electron-app
PASSY
This project has moved to GitLab.com
Stars: ✭ 14 (-53.33%)
Mutual labels:  password

jumble

GitHub issues

Create unique id's or passwords easily.

This small electron utility, creates unique combinations of passwords(or id's) out of your name and date of birth. The app uses the random permutation of numbers algorithm known as Fisher Yates Shuffle Algorithm which inshort jumbles a sequence.

Download

Get the latest release from the releases tab.

Usage

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

screen

License

MIT License

Copyright (c) 2017 Idrees Dargahwala

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so

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].