https://github.com/vedhavyas/zwfp
Zero-Width fingerprinting
https://github.com/vedhavyas/zwfp
zero-width zero-width-space
Last synced: 11 months ago
JSON representation
Zero-Width fingerprinting
- Host: GitHub
- URL: https://github.com/vedhavyas/zwfp
- Owner: vedhavyas
- License: mit
- Created: 2018-04-05T13:58:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T01:31:56.000Z (almost 8 years ago)
- Last Synced: 2025-03-31T13:17:19.295Z (11 months ago)
- Topics: zero-width, zero-width-space
- Language: Go
- Size: 29.3 KB
- Stars: 448
- Watchers: 8
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - zwfp - Width fingerprinting | vedhavyas | 240 | (Go)
README
# zwfp
[](https://travis-ci.org/vedhavyas/zwfp)
[](https://github.com/vedhavyas/zwfp/tags)
[](https://opensource.org/licenses/MIT)
[](https://github.com/vedhavyas/zwfp/issues)

[](https://github.com/vedhavyas/zwfp/pulls)
[](https://vedhavyas.com)
ZWFP - Zero-width fingerprinting uses [Zero Width](https://en.wikipedia.org/wiki/Zero_width) characters to embed text into a given plain text.
Inspiration for the project from [this article](https://medium.com/@umpox/be-careful-what-you-copy-invisibly-inserting-usernames-into-text-with-zero-width-characters-18b4e6f17b66) by [Tom](https://medium.com/@umpox)
## Demo
[](https://youtu.be/3V6ohXMTP3Y)
## Getting Started
Installation assumes that you have Go environment configured.
### Installing
Go get the project with following command
```
go get -u github.com/vedhavyas/zwfp/cmd/zwfp/...
```
## Running the tests
Once inside project' folder, simply run `go test ./...` to run the tests.
### Usage
```bash
Usage:
./zwfp CoverText Payload
Embeds Payload into CoverText
./zwfp SteganoText
Extracts Payload from SteganoText
```
## Built With
* [Go](https://golang.org/)
## Contributing
PRs, Issues, and Feedback are very welcome and appreciated.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/vedhavyas/twothy/tags).
## Authors and Testers
* **Vedhavyas Singareddi** - [Vedhavyas](https://github.com/vedhavyas)
* **Anagha Todalbagi** - [Anagha](https://github.com/anagha-todalbagi)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details