Encodes and Decodes (encrypts and decrypts) strings. Supports random length encoded values.
JavaScript obfuscator
String obfuscator
`escodegen` fork for `javascript-obfuscator`
The most powerful rollup plugin for javascript-obfuscator
Base64 encoded string obfuscator
beautifier.io for node
javascript-obfuscator plugin for Webpack@5
A module to (safely) obfuscate all occurrences of the string 'ActiveX' inside any JavaScript code.
A Vite Plugin for javascript-obfuscator
JavaScript obfuscator plugin for Vite environments
A plugin to obfuscate javascript for rollup & vite based on https://www.npmjs.com/javascript-obfuscator
Grunt plugin that obfuscates your JavaScript using the javascript-obfuscator library.
A metro plugin to use javascript-obfuscator library with react-native
Gulp plugin for javascript-obfuscator Node.JS package
Obfuscate objects based on a JSON Schema
A Vite Plugin for obfuscate js files (usage [javascript-obfuscator](https://www.npmjs.com/package/javascript-obfuscator) project)
Plugin for Rollup to obfuscate JS code
multipurpose javascript transformer
Obfuscates JavaScript files using amazing javascript-obfuscator.
javascript obfuscator plugin for next.js
beautifier.io for node
Return an ActiveXObject without mentioning it in the source
A package deeply inspired by PostCSS-Obfuscator but for Next.js.
Ruby utility for obfuscating strings, with no dependencies.
Gives word_count and obfuscates strings
Fast & secure way to provide obfuscated ids and text.
A simple obfuscator that encrypts strings in source files
Simple Rails plugin to obfuscate strings in views.
["scramble words or check their counts in a string e.g. 'some bad words are f'*** bad ***!' using the obfuscate('some string', ['some','words']) function or $=> { some => 1, bad => 2} using report('some string', ['some','words'])"]
gem receives a string and an array then obfuscates the string based on the array values and counts the frequency of array words in string
ActiveRecord concern to use EncodedID to turn IDs into reversible and human friendly obfuscated strings.
Integers are converted to strings using a complex mapping and a base 36 alphabet. Strings with valid digits (0-9 a-z)are converted back to integers. The encoding is one-to-one but not sequential.This is useful for obfuscating user ids in urls.
Encode your numerical IDs (eg record primary keys) into obfuscated strings that can be used in URLs. The obfuscated strings are reversible, so you can decode them back into the original numerical IDs. Supports encoding multiple IDs at once, and generating IDs with custom alphabets and separators to make the IDs easier to read or share. Uses Sqids by default, with HashIds as an alternative.
Squelch squelches SQL! This gem is a purposefully simple string obfuscator. It aims to replace every data literal in a SQL query with a `?` placeholder, as though it were a prepared statement. The result should still be readable SQL, but without the risk of leaking potentially sensitive information.