Blog.init();


A technical blog on Computer Science and Software Development topics by Tomás Pérez.


Tag: gpg


  1. Transparent symmetric encryption with Vim

    Transparent symmetric encryption allows you to edit text files that will be automatically encrypted on writing and decrypted on reading. There are 2 different methods for enabling this with the Vim editor: the first one relies on the native encryption support included by default and the second one is based…

    security, vim, encryption, gpg