Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hiddencoder

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hiddencoder - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "hiddencoder",
"version": "1.0.3",
"version": "1.0.4",
"description": "Encode ASCII strings into zero-width unicode characters, and decode back into ASCII",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -24,14 +24,14 @@ # Hiddencoder

### Example usage:
Use the [example files](examples/) to encode a file in order to hide its content:
Use the [example files](example/) to encode a file in order to hide its content:
Encode the code in [`encode.js`](examples/encode.js) file by using it on itself
Encode the code in [`encode.js`](example/encode.js) file by using it on itself
```Bash
node encode.js encode.js
```
This will save the encoded output into [`encode.js.enc`](examples/encode.js.enc), and will seem empty
This will save the encoded output into [`encode.js.enc`](example/encode.js.enc), and will seem empty
Decode the content back into readable form by using [`decoder.js`](examples/decoder.js)
Decode the content back into readable form by using [`decode.js`](example/decode.js)
```Bash
node decode.js encode.js.enc
```
This will save the decoded output into [`encode.js.enc.dec`](examples/encode.js.enc.dec)
This will save the decoded output into [`encode.js.enc.dec`](example/encode.js.enc.dec)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc