资 源 简 介
CIPUP
CIPUP (Cipup Is Privacy for the Ultra Paranoid) is a symmetric-key encryption algorithm that aims to increase the randomness of ciphertext by using non-optimal well distributed Huffman Encoding based on (a discarded portion of) the keystream generated by a PRNG (Pseudorandom number generator).
The technical goal achieved is the masking of any weakness due to bias in a PRNG, bringing its strength up the ideal, that being the exhaustive key search of its full key length. The trade-off is in the expanded length of the data when encrypted.
Status: V1.00 Release
Details
Written in C++CLI
Uses Rabbit as a PRNG
Designed to be used as a DLL, not a standalone application
CIPUP Command Line Tool
Standalone executable application of CIPUP.
Status: V1.00 Release
Features
File to File, File to Anonymous Pipe, Anonymous Pipe to File, Anonymous Pipe to Anonymo