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

pencode - complex payload encoder

Decoders

b64decode
              - Base64 decoder

       hexdecode
              - Hex string decoder

       htmlunescape
              - HTML unescape

       jsonunescape
              - JSON unescape

       unicodedecode
              - Unicode escape string decode

       urldecode
              - URL decode

       xmlunescape
              - XML unescape

Encoders

b64encode
              - Base64 encoder

       hexencode
              - Hex string encoder

       htmlescape
              - HTML escape

       jsonescape
              - JSON escape

       unicodeencodeall
              - Unicode escape string encode (all characters)

       urlencode
              - URL encode reserved characters

       urlencodeall
              - URL encode all characters

       utf16  - UTF-16 encoder (Little Endian)

       utf16be
              - UTF-16 encoder (Big Endian)

       xmlescape
              - XML escape

Hashes

md5    - MD5 sum

       sha1   - SHA1 checksum

       sha224 - SHA224 checksum

       sha256 - SHA256 checksum

       sha384 - SHA384 checksum

       sha512 - SHA512 checksum

Name

       pencode - complex payload encoder

Options:

-input reads input from a file, line by line.

Other

filename.tmpl
              - Replaces string #PAYLOAD# in content of a file that has .tmpl extension.

       lower  - Convert string to lowercase

       upper  - Convert string to uppercase

pencode-0.4                                       January 2024                                        pencode(1)

Usage:

pencode FUNC1 FUNC2 FUNC3...

       pencode reads input from stdin by default, which is typically piped from another process.

See Also