Registry / utility / getlantern-hidden

getlantern-hidden

JSON →
library0.0.0-20220104173330-f221c5a24770gogounverified

Package hidden provides the ability to hide binary data in a string using hex encoding with non-printing characters, demarcated by NUL characters.

go get github.com/getlantern/hidden
INSTALL
IMPORT
SIG · GETLANTERN-HIDDEN
G
getlantern-hidden
utilitygov0.0.0-20220104173330-f221c5a24770
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hidden
github.com/getlantern/hidden

Encode binary data into a hidden string.

package main import ( "fmt" "github.com/getlantern/hidden" ) func main() { encoded := hidden.Encode([]byte("secret")) fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220104173330-f221c5a24770latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
getlantern-hidden — go get getlantern-hidden · libregistry