logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

modhex - convert data to/from modhex encoding

Description

       Encode/decode modhex data DATA to binary and hex.

Examples

       ModHex encode ASCII-string "test":

           modhex test

       Decode ModHex data "ifhgieif" into ASCII string:

           modhex -d ifhgieif

       ModHex encode hex-encoded data "b565716f":

           modhex -h b565716f

       Decode ModHex data "nghgibhv" and print hex-encode data:

           modhex -d -h nghgibhv

Name

       modhex - convert data to/from modhex encoding

Options

       The string DATA is the data to convert.

       -d
           Decode data (the default is to encode data).

       -h
           Use hex encoding for all non-modhex data.

See Also

       YubiKeys can be obtained from Yubico: http://www.yubico.com/

yubico-c                                          Version 1.13                                         MODHEX(1)

Synopsis

modhex [-d] [-h] DATA

See Also