Password Lense: Reveal Character Types In A Password

Certain characters in passwords (‘O’ and ‘0’, ‘I’ and ‘l’, etc.) can be hard to identify when you need to type them in (and copy-paste is unavailable). Password Lense is a small web application that provides a quick and secure way to get a more informative view of your password.

Features

  • Color codes each character in your password with a corresponding legend/key
  • Hover-based tooltip on each character in case the colors are not enough
  • Accessible color palette
  • Monospace font for easy character identification
  • Core functionality works even when offline
  • Secure (your password never leaves your browser)
  • Pressing ESC clears the password (in case someone walks in unexpectedly)
  • Checks your password against those available in publicly disclosed data breaches (requires Internet connectivity)
  • Automatically checks for updates (requires Internet connectivity)

Also Read – Osmedeus – Fully Automated Offensive Security Framework For Reconnaissance And Vulnerability Scanning

Run your own

R K

Recent Posts

pgrep Command in Linux: Find and Filter Running Processes

The pgrep command in Linux finds the PIDs of running processes based on a name or other…

46 minutes ago

unlink Command in Linux: Remove a Single File or Symlink

The unlink command in Linux removes a single file by deleting its directory entry. It is a…

56 minutes ago

How to Check Open Ports in Linux: nmap, netcat, and Bash

When troubleshooting a network connection or configuring a firewall, the first question is whether a…

1 hour ago

ifconfig Command in Linux: Configure Network Interfaces

The ifconfig command in Linux displays and configures network interfaces. It can assign IP addresses, bring interfaces…

2 hours ago

groupdel Command in Linux: Remove a Group and Audit Files

The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…

1 day ago

wc Command in Linux: Count Lines, Words, Characters, and Bytes

The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…

1 day ago