13th
require 'openssl' require 'base64' require 'gibberish'
cipher = Gibberish::AES.new("ultra-strong-password")
cipher.enc("this is data to be encrypted")cipher = Gibberish::AES.new("ultra-strong-password")
cipher.dec(params[:string])
Add following to your Emacs config
(setq url-using-proxy t)
(setq url-proxy-services ‘((“http” . “proxy_server_ip:proxy_server_port”)))
and done.
If you have auth for your password. Emacs would propmt for username and password
RT @defunkt:Great keynote by @jacobian: http://is.gd/2UwUn +1 for better interop - we use a lot of languages to run GitHub and feel the pain