repositorypackage
0.1.1
Repository: https://github.com/yadayadajaychan/zwc.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
ZWC
zwc is a program for encoding arbritary data into zero‐width utf‐8 characters and decoding it back. These zero‐width characters are not rendered as visible chracters. These zero‐width characters are then placed inside a message, hiding the data within the message.
Compiling
Create the executable 'zwc' in the project directory.
make
Alternatively,
go build -o zwc main/main.go
Usage
man ./doc/zwc.1
Copyright
Copyright (C) 2023 Ethan Cheng <[email protected]>
License GPLv3: GNU GPL version 3 <http://gnu.org/licenses/gpl.html\>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.