Kong / insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
https://insomnia.rest
Apache License 2.0
34.49k stars 1.95k forks source link

[Feature Request] Payload Encryption/Decryption in Insomnia #3035

Open sonderie opened 3 years ago

sonderie commented 3 years ago

Is your feature request related to a problem? Please describe. I work with APIs that contain sensitive data in my requests. The sensitive data in the payload needs to be encrypted using a .pem file before being sent. The response would then also contain an encrypted payload that would be decrypted using a .p12 file. However, the current version of Insomnia does not support this.

Describe the solution you'd like Ability to do payload encryption/decryption using our own keys/certificates in Insomnia itself.

Describe alternatives you've considered This can be done in Postman, so I'm currently doing the payload encryption/decryption portion there and hopping back and forth between Insomnia/Postman. (I'm doing the bulk of my API work in Insomnia since it's my preferred REST client.)

Additional context NIL

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.