Simple File Vault

Description

Simple File Vault is a beautiful, lightweight frontend file vault designed for agencies, law firms, and small businesses to exchange client documents securely. Built with performance and security at its core, it ensures your files are protected from unauthorized access while providing your users with a modern, fast file management experience.

Core Features (Free Version)

  • Secure File Storage & Path Isolation: Safeguards files by placing them in isolated, non-browsable directories with robust RCE prevention and path traversal mitigation.
  • Flat-Folder Upload Form: Clean, drag-and-drop frontend uploader that makes file submissions effortless for clients and staff alike.
  • Modern CSS Grid & List Layouts: Ultra-fast, 180ms CSS hardware-accelerated layouts to display uploaded files beautifully on any screen size.
  • Cross-Platform Path Normalization: Full compatibility across different hosting operating systems, preventing broken links and directory mapping errors.

Screenshots

Blocks

This plugin provides 2 blocks.

  • Safe File Vault Table Displays the uploaded secure vault files in a table.
  • Safe File Vault Uploader A secure drag-and-drop file uploader block.

Installation

  1. Upload the entire simple-file-vault folder to the /wp-content/plugins/ directory, or install the plugin directly through the WordPress plugins screen.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Add the [sfvlt_safe_file_vault] shortcode to any post or page where you want the file vault and upload form to appear.

FAQ

Where are my files stored?

Your uploaded files are stored in an isolated, secure directory within your WordPress uploads path. To prevent direct hotlinking and unauthorized directory browsing, the plugin automatically creates server configuration guardrails (including .htaccess and index.php blocks) to ensure files can only be accessed securely.

Does this plugin place artificial limits on total file uploads?

No, never. Simple File Vault adheres strictly to the WordPress.org guidelines. There are no artificial limits, caps on file count, storage restrictions, or speed throttles imposed by the plugin. The only physical limitations are those of your hosting server or storage quota.

Can I restrict uploads to logged-in users?

The free version allows you to place the upload form and directory vault on any page. If you need advanced, fine-grained access rules (such as restriction by specific user roles or private individual folders), you can extend the plugin using the Access Manager add-on to configure custom role walls.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Simple File Vault” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Simple File Vault” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release of Simple File Vault.
  • Implemented core secure path isolation.
  • Added flat-folder upload form and frontend file layout view.