DEV Community

CrawLeyYou
CrawLeyYou

Posted on

NodeJS-Encoder-Decoder

What is NodeJS-Encoder-Decoder:

It's base64 based encryption method that performs some operations on base64.

What can i do with this?

I told all things on repo page on Github but you can make actually everything u want like:

  • You can encrypt important links or strings that need to be protected in your node program
  • Same thing but you can use it in any language with API
  • Use with electron

and more!

Usage with Electron UI

Comments

If you use repetitive sentences / special letters, the program may fail because "/" will occur in between, I haven't fixed it yet because I don't want to spend all my day on this. And sometimes the encrypted string is semi-readable in base64 decoding in 1.0.0 and 1.3.0 If you want the resulting string to be fully encrypted, you can check from any online base64 decoder. Also, you can use libs in the server as a node module. And yes I didn't find a better name for this project.

Top comments (0)