Skip to content
/ BESDIJF Public

Javascript file Base64 encoded strings decoder.

License

Notifications You must be signed in to change notification settings

I2rys/BESDIJF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BESDIJF

Javascript file Base64 encoded strings decoder

Installation

Github:

git clone https://github.com/I2rys/BESDIJF

NPM Packages:

npm i shift-refactor && npm i is-base64 && npm i shift-ast && npm i base-64

Test NPM Packages:

npm i simple-exec

Usage

node index.js <input> <output>
  • input - The path of your Javascript file to decode It's Base64 encoded strings.
  • output - The output of the results.

Dev Usage

NPM test:

npm test

License

MIT © I2rys