zwfp

ZWFP - Zero-width fingerprinting uses Zero Width characters to embed text into a given plain text.
Inspiration for the project from this article by Tom
Demo

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
Usage:
./zwfp PlainText Key
Embeds Key into PlainText
./zwfp EmbedText
Extracts Key from EmbedText
Built With
- Go
- Glide - Dependency Management
- HomeDir - Used to get User's home directory
- Crypto - Used to get password from terminal securely
Contributing
PRs, Issues, and Feedback are very welcome and appreciated.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
License
This project is licensed under the MIT License - see the LICENSE file for details