Skip to content

A simple tool which can write something implict string into a explict string based on zero-width character.

License

Notifications You must be signed in to change notification settings

FishCat233/ZeroWidthImplictWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

ZeroWidthWriter is a simple tool driven by a single file based on HTML. It is achieved by Javascript for backends and HTML for interface.

This is a simple tool which can write something implict string into a explict string. As a simple we can see here.

Encode: 'Hello' + 'World' -> 'H‍‌‍‌‍‍‍​‍‍‌‍‍‍‍​‍‍‍‌‌‍‌​‍‍‌‍‍‌‌​‍‍‌‌‍‌‌​​​ello'

Decode: 'H‍‌‍‌‍‍‍​‍‍‌‍‍‍‍​‍‍‍‌‌‍‌​‍‍‌‍‍‌‌​‍‍‌‌‍‌‌​​​ello' -> 'Hello' + 'World'

How to use

There is only a single file to use which is "index.html". You can open it with your browser (very pity for that IE not included)

After you open the html files in your browser, you can follow the tips in the html and get fun!

About

Just for fun!

About

A simple tool which can write something implict string into a explict string based on zero-width character.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages