Skip to content

Releases: cttricks/pseudocrypt

Initial Release - v1.0.0

17 Apr 13:02
Compare
Choose a tag to compare

PseudoCrypt is a lightweight utility to generate short, deterministic, pseudo-unique hashes. This first stable release provides a simple, easy-to-use API for converting numbers into compact, human-readable strings and reversing them back. It's perfect for use cases like URL shortening, obfuscating numeric IDs, and generating lightweight client-side keys.

This release includes the core functionality to:

  • 🔢 Encode numbers into base62-like short hashes.
  • 🔄 Decode hashes back to their original numeric form.
  • ✨ Customize the length of the generated hashes.

This project is meant for fun and function, not for cryptographic security. 🔒🚫
Enjoy creating cleaner URLs and simpler identifiers! 🎯