hashids
ID generator
Generates unique identifiers from numbers to protect sensitive data
A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
5k stars
110 watching
416 forks
Language: PHP
last commit: 7 months ago
Linked from 1 awesome list
composer-packagesdatabase-idsencodinghashhashidsidsphpphp-library
Related projects:
Repository | Description | Stars |
---|---|---|
| Creates unique IDs from integers and allows decoding back to the original numbers. | 3,325 |
| A small JavaScript library to generate unique and secure ids from numbers. | 4,237 |
| A library that generates short, unique decodable hashes from numbers to obfuscate IDs. | 52 |
| A tool to execute padding oracle attacks on encrypted data by exploiting vulnerabilities in encryption protocols. | 204 |
| A plugin that configures spacing between statements in code to improve readability. | 5 |
| Implementing an open-addressed, double-hashed hash table in C | 3,552 |
| A collection of classes and mixins to extend Ruby hashes and make them more useful. | 2,984 |
| A family of fast and memory-friendly hash map and B-tree container implementations | 2,587 |
| A package that provides a bridge between the Hashids library and Laravel's facade system, enabling easy integration with Hashids in Laravel applications. | 1,995 |
| A fast hash map and hash set implementation using hopscotch hashing | 731 |
| A Python implementation of hashids, allowing secure encoding and decoding of integers with custom salts. | 1,413 |
| A Java API that provides a fast and efficient hashing mechanism without object allocation during hash computation. | 796 |
| Exploits the vulnerability in CBC mode encryption with PKCS7 padding to reveal plaintext bytes from intercepted ciphertexts. | 327 |
| Provides fast and simple hashing functions and random number generators for various programming languages. | 979 |
| A lightweight, dependency-free JavaScript library implementing various cryptographic hash functions for secure data encoding and verification. | 724 |