Media File Name Guess Preventer

Prepend a random string to media file uploads to prevent file name guessing.

Author:Nick Eyre (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.8.3
Plugin version:1.0.0
Added to WordPress repository:16-05-2014
Last updated:16-05-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:902
Active installs:10+
plugin download
Click to start download

WordPress upload file names can be quite predictable sometimes, especially if uploading from the same camera - DKIM1004 comes after DKIM1003. If not all of the content on your site is public, this can be a problem as people can snoop on your media folder by guessing file names.

This plugin prepends a short 8 character hash to the beginning of every uploaded file. For example, DKIM1004.jpg turns into 8df8078e-DKIM1004.jpg. The hash is not cryptographically secure and just makes it a bit more difficult to guess file names.

The plugin works on all upload file types and all sizes of a given image get the same prefix.


ChangeLog