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.
- Host: GitHub
- URL: https://github.com/ashutosh7i/jsfileencrypt-decrypt
- Owner: ashutosh7i
- Created: 2023-03-03T10:49:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T17:20:23.000Z (about 2 years ago)
- Last Synced: 2025-02-01T18:37:57.862Z (3 months ago)
- Topics: crypto-js, decryption, encryption, javascript
- Language: JavaScript
- Homepage:
- Size: 415 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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! 😉🎉