Documentation
¶
Overview ¶
Package hidden provides the ability to "hide" binary data in a string using a hex encoding with non-printing characters. Hidden data is demarcated with a leading and trailing NUL character.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Clean ¶
Clean removes all control characters that might be encoding hidden data from a given string.
func FromString ¶
FromString extracts the hidden data from a string, which is expected to contain leading and trailing NULs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.