1 repository
Techniques for extending identifiers to a minimum required length using specific filler characters.
Distinct from Character Count Trimmers: Unlike character length limits or trimmers, this specifically handles padding for identifier consistency.
Explore 1 awesome GitHub repository matching software engineering & architecture · Identifier Padding. Refine with filters or upvote what's useful.
hashids.js is a JavaScript library that converts numbers into short, unique strings and decodes them back to their original values. It serves as a two-way numeric encoder that transforms integers into non-sequential strings without requiring the storage of the mapping. The project provides utilities for masking database primary keys and hexadecimal values to prevent the guessing of sequential resource addresses. It uses custom salts and alphabets to generate formatted identifiers, ensuring that the same numbers produce different strings across different projects. The library includes capabil
Provides the ability to ensure encoded identifiers meet a minimum character length through custom padding.