Skip to content

Instantly share code, notes, and snippets.

@chezsick
Created November 17, 2019 06:07
Show Gist options
  • Save chezsick/bf7da524cdbd794921a1509a33e485b2 to your computer and use it in GitHub Desktop.
Save chezsick/bf7da524cdbd794921a1509a33e485b2 to your computer and use it in GitHub Desktop.
Create A Secret For A Human Can't Read!
# 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