WP Hashed IDs
This plugin adds a new permalink tag %hashed_id% which represents the encrypted
The facts
- Rating
- 5★ from 3
- Active installs
- 100+
- Price
- Free
- Last updated
- 17 Jul 2016
- Added
- Oct 2012
- Requires WP
- 3.0
- Tested up to
- WP 4.5.33
- Downloads
- 4,400
Our analysis
AI-assistedWP Hashed IDs is a WordPress plugin that introduces a new permalink tag, %hashed_id%, which provides an encrypted version of your post ID. This allows you to modify your permalink structure to create more concise and obfuscated URLs, enhancing the privacy of your post IDs.
The plugin uses the hashids library and enables various URL formats, such as including the hashed ID alone or alongside the post name and date. It is suitable for users who wish to create unique URL structures without relying on external services.
Best for: This plugin is best for WordPress users looking to enhance URL privacy and create unique permalink structures.
What it does well
- ✓Adds %hashed_id% permalink tag for encrypted post IDs
- ✓Supports multiple URL formats
- ✓Useful for obfuscating post counts
- ✓Allows for concise URLs without third-party services
Where it falls short
- •Last updated in July 2016
- •Tested only up to WordPress 4.5.33
- •Directory score of 46/100 indicates potential issues
Verdict
WP Hashed IDs offers a straightforward way to obfuscate post IDs in URLs. However, its age and low directory score may be considerations for potential users.
From the developer
palicao's own description of WP Hashed IDs, lightly tidied.
This plugin adds a new permalink tag %hashed_id% which represents the encrypted
version of your post ID.
Uses hashids library (see http://www.hashids.org/php/).
With this plugin you can change your permalink structure into something like
/%hashed_id%/
to obtain links like
http://www.example.com/B7j1rPk8
or into something like
/%year%/%monthnum%/%hashed_id%/
to obtain URLs like
http://www.example.com/2012/10/B7j1rPk8
or
/%hashed_id%/%postname%/
to obtain
http://www.example.com/B7j1rPk8/my-slug
This plugin is useful when you want to obfuscate the number of posts or simply
if you want an unusual and concise url schema. This is also useful if you want to have
short URLs without using a third-party service.