Skip to content

dgryski/go-skip32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

This library is an implementation of the SKIP32 encryption algorithm.
Copyright (c) Damian Gryski <[email protected]>
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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages