# EncodeDecode_JS
A encode/decode script written in JS to demonstrate how to use a cipher in JS
The cipher is self written
This is just a full functional demo how a cipher could work.
Don't use it for official purposes, in JS everyone can see how the script encodes and decodes
Usually it is written in php so the client doesn't get the script code.
A php version is under construction