I’ve been quite active today looking into encrypting uploaded files using public key encryption. You’ll see my other posts on this.
I’ve now used ChatGPT to create an extension which does the encrypting client-side so it’s even more secure. The unencrypted file never leaves the browser.
Could anyone who has more knowledge of Wappler extensions please look over this and give some feedback?
hybrid-encryption-package.zip (6.8 KB)
I would love this to be added to Wappler core but this might be the solution for now? It’s currently just PHP but I’m sure a Node version could easily be added.