共有
A system to receive passwords via emoji
公開日: 更新日:Passwords are needed in every conceivable situation.
Even in 2026, most passwords are combinations of alphanumeric characters and symbols, but because they are overwhelmingly difficult to read and remember, people end up using simple passwords, putting themselves at risk. This self-defeating situation continues.
Therefore, I propose emoji-fying passwords. They would be easy to remember and difficult to guess. Since almost all systems today support emojis, I don't anticipate this being as big of a problem as developers might imagine.
However, in reality, most sites and apps do not support emojis.
Therefore, I propose a service that converts passwords into alphanumeric and symbol strings.
For example, if you input emojis like 😂🔥🎉, the system would return a string of alphanumeric characters and symbols, such as Usa"hn&saf+H*iu%, which would be extremely difficult to hack (crack). This system would allow for compatibility without needing to change existing tools.
For example, functions required when implementing as a Chrome extension
- A popup for entering emojis as a password
- A function to convert emojis into a string in the background
- A function to automatically reflect the returned string in existing services