from Hacker News

Show HN: Agedit – easily edit files and encrypt them at-rest with Age

by gloriousternary on 6/16/21, 7:53 AM with 1 comments

  • by gloriousternary on 6/16/21, 8:01 AM

    I've been looking for a way to keep something like notes or a to-do list encrypted on my computer, but still edit the files quickly without having to decrypt and re-encrypt them every time. The only solution I came across was Vim's :x, but it's well known that it uses outdated, insecure encryption. I decided I could write a shell script to do something similar with Age, hence this.