NAME
ACME::Base64::Hexagram - Base64 encoding using I Ching hexagrams
SYNOPSIS
use ACME::Base64::Hexagram qw{ decode_base64h encode_base64h };
my $encoded = encode_base64h('The Book of Changes');
FUNCTIONS
- encode_base64h($string)
-
Returns the $string encoded in hexagrams.
- decode_base64h($encoded)
-
Returns the decoded string back.
ORDER
The module uses King Wen order.
THANKS
#perl on Libera.chat
thrig: there are 64 hexagrams. just saying.
AUTHOR
E. Choroba <choroba@matfyz.cz>