obfuscate-content
v1.2.5
Published
obfuscateContent is a helper function to replace all alphabetical characters in a string with analogs
Downloads
37
Readme
obfuscateContent
obfuscateContent is a helper function to replace all alphabetical characters in a string with analogs
Installing
Using npm:
npm install obfuscate-content
Getting started
import { obfuscateContent } from 'obfuscate-content';
const obfuscated = obfuscateContent('Hello World!');
console.log(obfuscated); // Bosji Nigjx!