Partial Image Encryption encrypts the huffman encoded high frequency coefficients in a jpg image file. The encryption is done in-place so the project can eventually be ported to a Windows kernel filter driver. Just encrypting the high level frequency coefficients serves to blur the image, but almost in an artistic way. The image contents are fully recognizable, but the details are pixelated or blurred. The general purpose of this program would be for securing images on the disk or in the cloud, available for searching but full resolution requiring a key to then access.

The high frequency coefficients are actually Huffman encoded. As such enough of them have to be spliced together in memory until a block is then available, encrypted, and then piece meal copied back in place.

Huffman encoding in jpg images uses control codes. The encryption can coincidentally produce a control code. Thus those are repeatedly encrypted until no control code, skipping preexisting control code runs.

Project Samples

Project Activity

See All Activity >

Categories

Graphic Design

License

GNU Library or Lesser General Public License version 3.0 (LGPLv3)

Follow Partial Image Encryption

Partial Image Encryption Web Site

Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
Get Avast Free Antivirus with 24/7 AI-powered online scam detection

Get protection for today’s online threats. Free.

Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Partial Image Encryption!

Additional Project Details

Operating Systems

Windows

Intended Audience

Developers, Security Professionals

User Interface

Command-line

Programming Language

C++

Related Categories

C++ Graphic Design Software

Registered

2018-06-24