Day: June 8, 2012

  • MUTT – encrypting password with GNUpg

    To encrypt password with mutt, we will be using GNUpg, install it : For Debian based : $ sudo apt-get install gnupg gnupg-agent For RPM based : $ sudo yum install gnupg gnupg-agent after installing it you need to generate an encryption key by using following. gpg –gen-key Select appropriate options. Enter you name, email…