Skip to content
/ zwfp Public
forked from vedhavyas/zwfp

Zero-Width fingerprinting

License

Notifications You must be signed in to change notification settings

jqk6/zwfp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zwfp

Build Status GitHub tag License GitHub issues Contributions welcome GitHub pull requests Website

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

ZWFP 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 CoverText Payload
                 Embeds Payload into CoverText

         ./zwfp SteganoText
                 Extracts Payload from SteganoText

Built With

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 and Testers

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Zero-Width fingerprinting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%