Give us feedback
hashids
Service icon

HashIds

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 17 November 2022 by 
5.0
 (1 rating)
hashids

HashIds

Details
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.
Read more

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.

See more at: https://github.com/ullmark/hashids.net


Release notes (1.0.1)

Added an action to convert multiples Ids to an hash and back

Reviews (0)
Related assets
More from Tiago Ribeiro