Skip to content

jedisct1/c-ipcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPCrypt (portable C implementation)

A portable C implementation of ipcrypt, a 32-bit block cipher that can be used to "anonymize" IP addresses in log files.

The cipher was designed by Jean-Philippe Aumasson.

Reference implementation in Python: ipcrypt.

WARNING: This is a toy cipher. You shouldn't use it for anything serious. See 1, 2, and 3.

ipcrypt 2

2025 Update: This project has been deprecated in favor of ipcrypt 2, which is AES-based and supports IPv6 and non-deterministic encryption.

About

ipcrypt implementation in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages