Jonas Satkauskascyberjourney.eu·Dec 30, 2024Today I've learned: Compression and ArchivingIntro Pentesters/hackers often need to share files and scripts. Most of the time we need to send more than one file and sometimes those files can be BIG. That’s where the archiving and compression comes handy. On Windows machines it’s common case to ...10 likesarchive
Furkan Akalfurkanakal.com·Dec 27, 2024Ciphertext Compression | TFHE Digest #1Welcome to TFHE Digest, a series of concise and hopefully insightful blog posts exploring the TFHE scheme and its implementation through the TFHE.rs library. This series is designed to dive into various aspects of TFHE—ranging from foundational conce...37 readsciphertext
Omkar Garadomgarad78.hashnode.dev·Oct 31, 2024Data Compression in Python: An In-Depth GuideData compression is the process of reducing the size of data while preserving its usability. Python offers numerous libraries for both lossless and lossy compression, catering to different use cases. This blog provides a detailed overview of these li...Python 3
Saileshchandra-sailesh.hashnode.dev·Sep 29, 2024Huffman Coding AlgorithmIn this blog, we will learn about the Huffman Coding Algorithm, which uses a greedy approach to compress file storage using variable encoding schemes. Idea The core concept of the Huffman Coding Algorithm is to allocate fewer bits to more frequently ...11 likesHuffman coding
Yash Dewasthaleyashdev9274.hashnode.dev·Sep 29, 2024Solana Builders: ZK CompressionThe Solana blockchain is designed for a high speed, high throughput applications, not speed but its storage costs can quickly become significant challenge for large-scale products. To tackle this issue of non-chain state costs, ZK Compression an inno...Solana
Makxmelsonic.hashnode.dev·Sep 14, 2024File Compression: A Practical ApproachCompression Tool 🗜️ A compression tool is a piece of software that is used to store file data in a compressed format. It is useful for space optimization i.e. it helps to store the same amount of information using less memory space. In this applicat...compression
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Aug 27, 2024How to Use Python for Batch Image Resizing and CompressionManaging a large collection of high-resolution images can be challenging, especially when storage space is limited, or you're preparing images for web use. Resizing and compressing images in bulk can save space and make your files easier to share or ...20 likes·123 readscompress images
Vishal Sahanivishalsahani.hashnode.dev·Aug 19, 2024Image Optimization for On-Page SEO: Boosting Your Website's VisibilityImage Optimization for SEO: A Comprehensive Guide to Boosting Your Visibility In the competitive world of online visibility, every edge counts. Image optimization might seem like a minor detail, but it's a crucial component of on-page SEO that can si...image formates
coen smith8to7.hashnode.dev·Aug 19, 2024What is Post Quantum Encryption with 8(to)7?Harnessing the Power of Quantum Resistance: At its core, 8(to)7 Quantum Resistant Encryption represents the pinnacle of data security, leveraging cutting-edge quantum-resistant algorithms to safeguard sensitive information. Traditional encryption met...encryption
Opaluwa Emidowo-ojotech-on-diapers.hashnode.dev·Aug 5, 2024Optimizing Performance in ASP.NET Core Web APIs: Caching, Compression, and Response MinificationIn the 11th installment of our series, we will discuss optimizing our ASP.NET Core Web API performance using caching, compression, and response minification. Web APIs are the backbone of modern web applications, providing data and functionality to cl...20 likes·27 readsminification