Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Axemasta/Password-Splitter
A quick and easy tool to split passwords up and quickly identify the position of characters in your passwords
https://github.com/Axemasta/Password-Splitter
password-splitter tools
Last synced: about 1 month ago
JSON representation
A quick and easy tool to split passwords up and quickly identify the position of characters in your passwords
- Host: GitHub
- URL: https://github.com/Axemasta/Password-Splitter
- Owner: Axemasta
- License: mit
- Created: 2019-10-24T21:10:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T22:22:51.000Z (about 5 years ago)
- Last Synced: 2024-08-01T21:48:54.154Z (5 months ago)
- Topics: password-splitter, tools
- Language: HTML
- Homepage: https://axemasta.github.io/Password-Splitter/
- Size: 458 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - Axemasta/Password-Splitter - A quick and easy tool to split passwords up and quickly identify the position of characters in your passwords (HTML)
README
# Password Splitter
[![Language: HTML](https://img.shields.io/badge/language-html-purple.svg)](https://www.w3.org/html/) [![Language: CSS](https://img.shields.io/badge/language-css-purple.svg)](https://www.w3.org/Style/CSS/) [![Language: JS](https://img.shields.io/badge/language-javascript-purple.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [![License: MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://opensource.org/licenses/MIT) [![GitHub issues](https://img.shields.io/github/issues/Axemasta/Password-Splitter.svg)](https://GitHub.com/Axemasta/password-splitter/issues/) [![GitHub issues-closed](https://img.shields.io/github/issues-closed/Axemasta/Password-Splitter.svg)](https://GitHub.com/Axemasta/Password-Splitter/issues?q=is%3Aissue+is%3Aclosed)A quick and easy tool to split passwords up and quickly identify the position of characters in your passwords.
[![GitHub Logo](assets/GitHub-Mark-32px.png)View On GitHub Docs](https://axemasta.github.io/Password-Splitter/)
I built this tool because I use a popular password manager and love to generate stupidly long passwords. When logging into different websites I get prompted for different characters of my passwords. Unfortunately for me when your password is stupidly long it means counting all the characters and getting it wrong half the time. I built this little app to do the dirty work for me!
Built for pesky little pages like this
| Your Bank | Your ... Bank 😅 |
| -------------------------------------------- | --------------------------------------------- |
| ![Lloyds example](assets/lloyds-example.jpg) | ![Lloyds example](assets/halifax-example.png) |## Usage
All you need to do is put the password you want to analyse into the text field at the top. Next simply type the number of the character you wish to see and it will be displayed in the box.
*Here is an example for the extremely secure password **Password1***
![Filled in value](assets/actionshot.png)
## License
[MIT](LICENSE)