Is there a way to develop and website using JS (and perhaps PHP) to create an E2EE website. Were all packets sent between the server and the userw device are E2EE, wrapped in a layer of encryption?

I know there is HTTPS but I am looking for something stronger than HTTPS.

By using some JS or PHP E2EE package, would I have to write or structure the website code very differently than you normally would?

  • Lmaydev@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    6 months ago

    I feel like you should just use a reverse proxy tbh.

    Is it internal? Because otherwise this is a super bad plan