mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1903] [MERGED] New: add a new plugin file_encrypt_decrypt-0.0.1.difypkg【Local File Encryption & Decryption: (Normal & Pro Methods)Supported file types include videos, images, audio files, documents, code files, executable files, compressed arch… #1936
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/1903
Author: @sawyer-shi
Created: 1/15/2026
Status: ✅ Merged
Merged: 1/15/2026
Merged by: @crazywoola
Base:
main← Head:main-file_encrypt_decrypt-0.0.1.difypkg📝 Commits (3)
0de93bfNew: add a new plugin file_encrypt_decrypt-0.0.1.difypkg【Local File Encrypt & Decrypt: Supported files include media files (JPG, PNG, GIF, BMP, MP3, WAV, MP4, MOV, WMV, AVI...), documents (DOCX, XLSX, PPTX, PDF, TXT, MD...), archives (ZIP, RAR, 7Z, TAR...), and other formats (EXE, BIN...).】956d945New: add a new plugin file_encrypt_decrypt-0.0.1.difypkg【Local File Encrypt & Decrypt: Supported files include media files (JPG, PNG, GIF, BMP, MP3, WAV, MP4, MOV, WMV, AVI...), documents (DOCX, XLSX, PPTX, PDF, TXT, MD...), archives (ZIP, RAR, 7Z, TAR...), and other formats (EXE, BIN...).】46f65b2New: add a new plugin file_encrypt_decrypt-0.0.1.difypkg【Local File Encryption & Decryption: (Normal & Pro Methods)Supported file types include videos, images, audio files, documents, code files, executable files, compressed archives, and more.】📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
sawyer-shi/file_encrypt_decrypt/file_encrypt_decrypt-0.0.1.difypkg(+0 -0)📄 Description
File Encrypt & Decrypt
A powerful Dify plugin providing comprehensive local file encryption and decryption capabilities. All file operations are executed entirely on your local machine without any external services, API keys, or internet connections, ensuring maximum data security and privacy. Supports encryption and decryption of various file formats with customizable encryption suffixes.
Supported file types include: .pdf, .txt, .doc, .docx, .xls, .xlsx, .ppt, .pptx, .rtf, .odt, .ods, .odp, .md, .csv, .html, .htm, .css, .js, .json, .xml, .py, .java, .c, .cpp, .h, .hpp, .cs, .php, .rb, .go, .rs, .swift, .kt, .ts, .tsx, .jsx, .vue, .sql, .jpg, .jpeg, .png, .gif, .bmp, .svg, .tiff, .ico, .webp, .mp3, .wav, .ogg, .mp4, .avi, .mov, .wmv, .flv, .mkv, .webm, .zip, .7z, .tar, .gz, .bz2, .xz, .rar, .iso, .dmg, .exe, .msi, .apk, .ipa, .deb, .rpm, .sh, .bat, .ps1, .dll, .so, .dylib, .lib, .a, .o, .class, .jar, .war, .ear, .swf, .fla, .as, .mxp, .air, .zxp, .pem, .crt, .cer, .der, .p12, .pfx, .key, .pub, .asc, .sig, .gpg, .p7s, .p7b, .p7r, .p7c, .spc, .sst, .stl, .pko, .cat, .crl, .rl, .wrl, .vrm, .vrml, .igs, .iges, .msh, .mesh, .silo, .obj, .mtl, .stl, .dxf, .dwg, .dwf, .gbr, .gtl, .gbl, .gbo, .gbs, .gml, .gko, .gm1, .gm2, .gm3, .cmp, .sol, .stc, .sts, .plc, .top, .drd, .art, .rep, and many more....
Version Information
Version History
Quick Start
Core Features
Technical Advantages
Requirements
Usage
If you want to add other file types in Dify, please add all the file types you need:

The plugin provides the following tools:
1. Encrypt File Simple -- Manual Key (encrypt_file_simple_manual)
Encrypt PDF, ZIP, or 7Z files with a manually provided key.
file: The file to encrypt (required)key: The encryption key (required)2. Encrypt File Simple -- Auto Key (encrypt_file_simple_auto)
Encrypt PDF, ZIP, or 7Z files with an automatically generated key.
file: The file to encrypt (required)3. Decrypt File Simple (decrypt_file_simple)
Decrypt PDF, ZIP, or 7Z files that were encrypted with the simple encryption method.
file: The encrypted file to decrypt (required)key: The decryption key (required)4. Encrypt File Normal -- Manual Key (encrypt_file_manual)
Encrypt any file type with a manually provided key and custom suffix.
file: The file to encrypt (required)key: The encryption key (required)suffix: The encryption suffix (optional, default: locked)locked: .locked suffixenc: .enc suffixsecret: .secret suffix5. Encrypt File Normal -- Auto-generated Key (encrypt_file_auto)
Encrypt any file type with an automatically generated key and custom suffix.
file: The file to encrypt (required)suffix: The encryption suffix (optional, default: locked)locked: .locked suffixenc: .enc suffixsecret: .secret suffix6. Decrypt File Normal (decrypt_file)
Decrypt files with suffixes like .pdf.locked, .mp4.enc, .xlsx.secret into their original formats.
file: The encrypted file to decrypt (required)key: The decryption key (required)7. Encrypt File Pro -- Manual Key (encrypt_file_pro_manual)
Encrypt any file type with a manually provided key and custom suffix.
file: The file to encrypt (required)key: The encryption key (required)suffix: The encryption suffix (optional, default: locked)locked: .locked suffixenc: .enc suffixsecret: .secret suffix8. Encrypt File Pro -- Auto Key (encrypt_file_pro_auto)
Encrypt any file type with an automatically generated key and custom suffix.
file: The file to encrypt (required)suffix: The encryption suffix (optional, default: locked)locked: .locked suffixenc: .enc suffixsecret: .secret suffix9. Decrypt File Pro (decrypt_file_pro)
Decrypt files with locked, enc, or secret suffixes into their original formats.
file: The encrypted file to decrypt (required)key: The decryption key (required)Notes
Core Functions
1. Simple Encryption
Simple Encryption with Manual Key
Simple Encryption with Auto-generated Key
2. Pro Encryption
Pro Encryption with Manual Key
Pro Encryption with Auto-generated Key
3. Normal Encryption
Normal Encryption with Manual Key
Normal Encryption with Auto-generated Key
4. Decryption
Simple Decryption
Pro Decryption
Normal Decryption
Developer Information
https://github.com/sawyer-shihttps://github.com/sawyer-shi/dify-plugins-file_encrypt_decryptLicense Statement
This project is licensed under the Apache License 2.0. The full license text is available in the LICENSE file.
Ready to encrypt and decrypt your files?
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.