Skip to content

a php library to encode your text into zerowidth characters to hide data within. e.g. fingerprinting

Notifications You must be signed in to change notification settings

craighulme/Spacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

spacer

a php library to encode your text into zerowidth characters to hide data within. e.g. fingerprinting

#Usage example

<?php
require_once "spacer.php";
$spacer = new Spacer();
$encoded_text = $spacer->space("finger_print_data", "your text entry here");
echo "Encoded: " . $encoded_text;
echo "Decoded: " . $spacer->unspace($encoded_text);
?>

About

a php library to encode your text into zerowidth characters to hide data within. e.g. fingerprinting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages