Help for this page
sub yubikey_hex2bin { ... $out =~ s/ /0/g; # this is a hack.. not sure why it has + to be like this... return $out; }
# hex2bin $bin = pack "H*", $hex; # bin2hex $hex = unpack "H*", $bin;