An open API service indexing awesome lists of open source software.

https://github.com/ashutosh7i/jsfileencrypt-decrypt

these are simple code snippets to encode and decode back files.
https://github.com/ashutosh7i/jsfileencrypt-decrypt

crypto-js decryption encryption javascript

Last synced: about 1 month ago
JSON representation

these are simple code snippets to encode and decode back files.

Awesome Lists containing this project

README

        

# these are simple code snippets to encode and decode back files.
1. the Encrypt-Decrypt.js is used for text/strings.
2. the encoder.html encodes any file to base64 and output is logged, can be used for pre-hashing.
3. the decoder.js converts the base64 from the encoder.js to the actual files they were before encoding.

# enjoy! 😉🎉