Skip to content

obfuscates serial integers useing multiplicative modular

License

Notifications You must be signed in to change notification settings

raohwork/intobfus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple helper to obfuscate serial, integer numbers (id in particular).

GoDoc Build Status Go Report Card

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

About

obfuscates serial integers useing multiplicative modular

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages