Tagged articles

File Extraction

3 articles · Page 1 of 1
java1234
java1234
Aug 1, 2026 · Backend Development

Why Apache Tika Is Gaining Popularity for Unified File Content Extraction

The article explains how Apache Tika, an open‑source content analysis toolkit, lets developers detect file types, extract text and metadata from over a thousand formats, and integrate the functionality via a simple CLI, a RESTful server, or direct Java APIs, making it ideal for search, archiving, content moderation, and AI‑driven knowledge bases.

Apache TikaCLIContent Analysis
0 likes · 16 min read
Why Apache Tika Is Gaining Popularity for Unified File Content Extraction
Python Programming Learning Circle
Python Programming Learning Circle
Dec 25, 2020 · Information Security

Brute-Force Cracking of Password-Protected ZIP Files with Python

This article demonstrates how to use Python's zipfile module to open and extract password‑protected ZIP archives, explains the required parameters, shows successful and failed extraction attempts, and provides a simple brute‑force script that iterates numeric passwords to recover the archive's contents.

File ExtractionPythonbrute-force
0 likes · 2 min read
Brute-Force Cracking of Password-Protected ZIP Files with Python