Skip to content

jefurry/go-skip32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

This library is an implementation of the SKIP32 encryption algorithm.
Copyright (c) Damian Gryski <damian@gryski.com>
Licensed under MIT

SKIP32 is a 32-bit block cipher by Greg Rose, based on the SKIPJACK cipher.  It
is useful for performing simple integer obfuscation, for example disguising
sequential database ids.

This routines exposed by this library are for performing this sort of
obfuscating, and specfically do not implement the standard cipher.Block
interface.

About

Skip32 integer obfuscation routines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%