mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1924] [CLOSED] New: add a new plugin file_archive_kit-0.0.1.difypkg【Local File Archive Tool:Supports .zip, .7z, tar.gz formats. Includes password protection capabilities.】 #1957
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1924
Author: @sawyer-shi
Created: 1/20/2026
Status: ❌ Closed
Base:
main← Head:main-file_archive_kit-0.0.1.difypkg📝 Commits (5)
ea18990update: for plugin file_encrypt_decrypt-0.0.2.difypkg【update the description】a30eaedupdate: for plugin file_encrypt_decrypt-0.0.2.difypkg【update the description】2c083d7update: for plugin file_encrypt_decrypt-0.0.2.difypkg【update the description】5c4caceNew: add a new plugin file_encrypt_decrypt-0.0.1.difypkg【Local File Archive Tool:Supports .zip, .7z, tar.gz formats. Includes password protection capabilities.】fa78864New: add a new plugin file_encrypt_decrypt-0.0.1.difypkg【Local File Archive Tool:Supports .zip, .7z, tar.gz formats. Includes password protection capabilities.】📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
sawyer-shi/file_archive_kit/file_archive_kit-0.0.1.difypkg(+0 -0)📄 Description
File Archive Kit
A powerful Dify plugin providing comprehensive local file compression and decompression capabilities. All compression and decompression operations are performed entirely on your local machine without requiring any external services, API keys, or internet connection, ensuring maximum data security and privacy. Supports .zip, .7z, and tar.gz formats with optional AES-256 password encryption for secure file archiving.
Version Information
Version History
Quick Start
Key Features
Core Features
Normal Compression
Compress Files (compress_normal)
Compress multiple files into a single archive without password protection.
Decompress Files (decompress_normal)
Extract files from archives without password protection.
Encrypted Compression
Compress with Password (compress_encrypt)
Compress multiple files into a password-protected archive using AES-256 encryption.
Decompress with Password (decompress_encrypt)
Extract files from password-protected archives using AES-256 decryption.
Auto Password Encryption
Compress with Auto Password (compress_encrypt_auto)
Compress multiple files into a password-protected archive with auto-generated strong password.
Technical Advantages
Requirements
Installation & Configuration
Install the required dependencies:
Install the plugin in your Dify environment following the standard plugin installation process
Usage
The plugin provides the following tools for file compression and decompression:
Normal Compression Tools
1. Compress Files (compress_normal)
Compress multiple files into a single archive without password protection.
files: The files to be compressed (required)archive_name: The name of the archive file (required, default: archive)format: The compression format (required, default: zip)zip: ZIP format with LZMA compression7z: 7z formattar.gz: Tarball with gzip compression2. Decompress Files (decompress_normal)
Extract files from archives without password protection.
archive_file: The archive file to extract (required)Encrypted Compression Tools
3. Compress with Password (compress_encrypt)
Compress multiple files into a password-protected archive using AES-256 encryption.
files: The files to be compressed (required)archive_name: The name of the archive file (required, default: secure)format: The compression format (required, default: zip)zip: ZIP format with AES-256 encryption7z: 7z format with AES-256 encryptionpassword: The password for encryption (required)4. Decompress with Password (decompress_encrypt)
Extract files from password-protected archives using AES-256 decryption.
archive_file: The encrypted archive file to extract (required)password: The password for decryption (required)Auto Password Encryption Tools
5. Compress with Auto Password (compress_encrypt_auto)
Compress multiple files into a password-protected archive with auto-generated strong password.
files: The files to be compressed (required)archive_name: The name of the archive file (required, default: secure)format: The compression format (required, default: zip)zip: ZIP format with AES-256 encryption7z: 7z format with AES-256 encryptionFile Type Recognition
The plugin automatically recognizes and preserves MIME types for 100+ file formats, including:
Notes
Developer Information
https://github.com/sawyer-shihttps://github.com/sawyer-shi/dify-plugins-file_archive_kitLicense Notice
This project is licensed under Apache License 2.0. See LICENSE file for full license text.
Ready to compress and decompress your files securely?
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.