标签: nginx aes
我试图通过nginx配置读取响应文件并使用AES-cdc加密。
GET /encrypt/file.txt之类的东西 回复content_of_file_encrypted
/encrypt/file.txt
content_of_file_encrypted
nginx模块有没有办法做到这一点?或者我之前是否需要使用其他工具对其进行加密?
由于