scrambles strings e.g. keys, secrets, tokens
React hook for random text animations
Solve Rubik's cube using the Kociemba algorithm.
Scramble arrays and strings
Get the PATH environment variable key cross-platform
Nuxt module that obfuscates emails, phone numbers and custom text in HTML to make scraping harder
A next-generation, decorator-free API documentation engine with Postman generation, live mocking, and typed client SDK generation for NestJS 10 and 11, engineered by Mohamed Mustafa
A library to display puzzle scrambles.
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
<h1 align="center"> <br> <img width="600" src="media/banner.gif" alt="react-scramble"> <br> <br> <br> </h1>
Persistent ordered mapping from strings
Isomorphic client library for Azure KeyVault's keys.
Javascript Rubik's Cube Scramble Generator
Provides low-level interfaces and helper methods for authentication in Azure SDK
Get a KeyboardEvent.key-style string from an event
A library for finding and using SSH public keys
React text scramble effect
Free version of Greensock's Scramble Text like text shuffle effect.
Scrambles email addresses and phone numbers with ROT-18 to hide them from bots
Match human-quality input to potential matches by edit distance.
Common internal functionality for all of the Azure Key Vault clients in the Azure SDK for JavaScript
utilities for primitive JavaScript types
An OpenAPI plugin for Payload CMS
Eggs Scrambles and Unscrambles (Encrypts and Decrypts) text and strings, and generates random keys of any length.
An efficient solution to use when it is undesirable to expose internal database ids, IdShuffler converts integers like 123 into strings like 'q34nr1', and vice-versa, using a very lightweight integer scrambling algorithm plus 'Crockford 32' encoding. It is built as a native C extension and so is very fast. The algorithm takes a string key as a seed, so you can use different keys for different id spaces and thus obtain different slugs for the same initial integer. This is not a security solution and I am not a cryptographer; it should be assumed a determined individual can unshuffle the ids without knowing the key used to generate them. Also note these are 30-bit ids, so the library can only represent values up to approximately 1 billion (1,073,741,823). This gem is still under development in so far as I have not written tests or documentation for it.