This is the Linux app named Hashids whose latest release can be downloaded as 5.0.2.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Hashids with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Hashids
DESCRIPTION
Hashids is a small open-source library that generates short, unique, non-sequential ids from numbers. It converts numbers like 347 into strings like “yr8”, or array of numbers like [27, 986] into “3kTMd”. You can also decode those ids back. This is useful in bundling several parameters into one or simply using them as short UIDs. Hashids works similarly to the way integers are converted to hex, but with a few exceptions. The alphabet is not base16, but base base62 by default. The alphabet is also shuffled based on salt. We need ids to be nice and friendly especially if they end up being in the URL. Therefore, the algorithm tries to avoid generating most common English curse words by never placing the following letters (and their uppercase equivalents) next to each other. There are no collisions because the method is based on integer to hex conversion. As long as you don't change constructor arguments midway, the generated output will stay unique to your salt.
Features
- Generate short unique IDs from integers
- Available in JavaScript, Ruby, Python, Java, Scala, PHP, etc.
- Create short unique ids from numbers (positive numbers & zero)
- Allow custom alphabet as well as salt, so ids are unique only to you
- Incremental input is mangled to stay unguessable
- Code is tiny (~350 lines), fast and does not depend on external libraries
Programming Language
PHP
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/hashids.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.