Hello Everyone,
I am using Atom behind a Company proxy (and also firewall) and I need to set the proxy in order to download packages and so on.
I could do this, by adding the proxy in C:\Users\<my_user>\.atom.apmrc:
proxy=http://domain\user:pass@XX.XX.XX.XX:9090/
strict-ssl=false
Despite that this is working, is there any way to encrypt at least the password?
I don’t want to leave clear text password in this file.
Thanks in advance