📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

github.com/qkgo/obfuscate

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/qkgo/obfuscate

v0.0.0-20190403043142-f63f8aef50c7
Source
Go
Version published
Created
Source

Obfuscate

Encoding

encoded := obfuscate.Encode(myStructOrMap)
encoded := obfuscate.EncodeString("Hidden and safe")

Decoding

var decoded map[string]string
obfuscate.Decode(encodedString, &decoded)

FAQs

Package last updated on 03 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts