base64-xor
base64-xor copied to clipboard
Simple Node.js module that creates a base64 encoded xor cipher from a pair of strings. Includes 2 methods encode / decode. For use when speed is important and security is not.
Results
2
base64-xor issues
Sort by
recently updated
recently updated
newest added
the Buffer should not be instanciated as a new Class, it is marked as deprecated, the browser does not has Buffer library, added Buffer as a dipendency in the package.json...
hello, if your application is used in the browser, the buffer is not defined, you should add the library **npm buffer** https://www.npmjs.com/package/buffer as a depedency for the library.