ipcipher icon indicating copy to clipboard operation
ipcipher copied to clipboard

ipcipher implementation in Go

Package ipcipher

Go Reference build status goreportcard gocover

Package ipcipher implements the ipcipher specification, which can be used for encrypting and decrypting IP addresses.

The package provides simple Encrypt and Decrypt functions, as well as a block.Cipher.

See the documentation for examples.