Discover Packages
github.com/raohwork/intobfus
command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 15, 2020
License: MPL-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Simple helper to obfuscate serial, integer numbers (id in particular).
Synopsis
See examples
CLI helper
# download binary
go get github.com/raohwork/intobfus
# generate go code template for 1~(2^32-1)
intobfus -pass 3 -bits 32
# or for 1~283476
intobfus -pass 3 -max 283476
# show some data to stderr
intobfus -pass 3 -bits 64 -show
License
MPL v2.0
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Package intobfus provides a simple obfuscator for serial numbers.
Package intobfus provides a simple obfuscator for serial numbers.
Click to show internal directories.
Click to hide internal directories.