joaostroher / insomnia-plugin-gist-sync

This is a plugin for Insomnia that allows users sync workspaces with gist of GitHub.
https://insomnia.rest/plugins/insomnia-plugin-gist-sync
MIT License
54 stars 12 forks source link

Secure gist with password #11

Closed bystrzakk closed 2 years ago

bystrzakk commented 3 years ago

Hey, this plugin is very helpful. Im wondering if You considering add some option to zip and encrypt git before commit or push to github? Im asking because there are usually some confidental data in Requests/responses so it will be good to secure it somehow.

Thanks

joaostroher commented 3 years ago

Hey, I was thinking about this. I think the best way to secure confidential keys is by creating environment variables and creating a private environment on Insomnia. Private environments are not synchronized. On the other hand, you won't able to synchronize your confidential data. If we work on this feature, we need to think about which crypto algorithm we will use. I think we could use the symmetric algorithm AES.