obfuscate-content
TypeScript icon, indicating that this package has built-in type declarations

1.2.5 • Public • Published

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!

Readme

Keywords

Package Sidebar

Install

npm i obfuscate-content

Weekly Downloads

2

Version

1.2.5

License

ISC

Unpacked Size

13.4 kB

Total Files

12

Last publish

Collaborators

  • element364