Created
November 17, 2019 06:07
-
-
Save chezsick/bf7da524cdbd794921a1509a33e485b2 to your computer and use it in GitHub Desktop.
Create A Secret For A Human Can't Read!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encode | |
convert +antialias -font $font -pointsize 16 label:$code \( +clone -negate \) -fx "i%2?u:v" $output | |
# decode | |
convert $input \( +clone -negate \) -fx "i%2?u:v" $output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment