Skip to content
#

gnupg

Here are 180 public repositories matching this topic...

This script implements transparent editing of gpg encrypted files. The filename must have a ".gpg", ".pgp" or ".asc" suffix. When opening such a file the content is decrypted, when opening a new file the script will ask for the recipients of the encrypted file. The file content will be encrypted to all recipients before it is written. The script turns off viminfo, swapfile, and undofile to increase security.

  • Updated Apr 30, 2020
  • Vim script
t3hmrman
t3hmrman commented Sep 10, 2018

It would be nice if the documentation would how sheesy differentiates itself from a git-crypt.

So far as I can see currently:

  • No integration with git
  • No support for simple AES key encryption

Maybe it doesn't make sense to compare sheesy to a tool like git-crypt in the first place, since the scopes are somewhat different, if so I apologize! I think that sheezy could be super

epsilon-0
epsilon-0 commented Mar 25, 2020

Feature: Well written, clear and formatted documentation.

Recommended approaches
Currently, Most of the configuration files and yml files have well put variable names and functionality. Unfortunately, explaining each choice and option has not been done well enough and what has been written, is written by a mathematics researcher with her very little experience in writing nicely formatted d

esilva-everbridge
esilva-everbridge commented Dec 13, 2019

Files output by the tool do not maintain YAML comments.

One consequence is that trying to mask jinja code using comments will result in the jinja being stripped from the resulting file. As the tool will not parse files with naked jinja using comments would be the only good way to preserve it.

something like this should be allowed:

foo:
# {%- if grains['envtype'] == 'dev' %}
    bar
bug

Improve this page

Add a description, image, and links to the gnupg topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gnupg topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.