Hello,
I've searching for a module that would do something quite simple as encrypt the contents requested from nginx. For example in the request http://host/file.html file.html would be read by nginx and this module would encrypt it and send back to the client.
For obvious reasons the client would need to decrypt the file so this would not be used by a simple browser but in a webapp scenario.
Since I haven't found anything near this I'm curious to have your opinion on something like this. Does it make sense?
I know I could use https but for the purpose I've in mind it seems to be an overkill.
Any thoughts would be appreciated.
Tks
AM