Encryption ---------- AEScrypt '''''''' To encrypt a file: .. code-block:: shell $aescrypt -e To encrypt a file with a password as argument: .. code-block:: shell $aescrypt -e -p To decrypt a file: .. code-block:: shell $aescrypt -d To decrypt a file with a password as argument: .. code-block:: shell $aescrypt -d -p If you pass "*". every file of that type is going to be encrypted as separate encrypted files. The output has the form of ..aes