Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umpox/zero-width-detection

Invisibly inserting usernames into text with Zero-Width Characters
https://github.com/umpox/zero-width-detection

Last synced: about 1 month ago
JSON representation

Invisibly inserting usernames into text with Zero-Width Characters

Awesome Lists containing this project

README

        

# zero-width-detection

A project to demonstrate the vulnerabilities of copying text that may have zero-width characters inserted into it.

[Medium Article](https://medium.com/@umpox/be-careful-what-you-copy-invisibly-inserting-usernames-into-text-with-zero-width-characters-18b4e6f17b66)

[Demo](https://umpox.com/zero-width-detection)

## To run:

`yarn`

`yarn dev`

## Useful Files

[src/utils/usernameToZeroWidth.tss](./src/utils/usernameToZeroWidth.ts)

[src/utils/zeroWidthToUsername.ts](./src/utils/zeroWidthToUsername.ts)