transcrypt VS encpass.sh

Compare transcrypt vs encpass.sh and see what are their differences.

transcrypt

transparently encrypt files within a git repository (by elasticdog)

encpass.sh

Lightweight solution for using encrypted passwords in shell scripts (by plyint)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
transcrypt encpass.sh
7 3
1,409 587
- 0.2%
4.8 0.0
5 months ago over 1 year ago
Shell Shell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

transcrypt

Posts with mentions or reviews of transcrypt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-15.
  • Is Mozilla SOPS dead?
    3 projects | /r/golang | 15 May 2023
    I was looking into secret storage in git recently and rather liked Transcrypt: https://github.com/elasticdog/transcrypt
  • GitHub can now auto-block commits containing API keys, auth tokens
    1 project | /r/programming | 6 Apr 2022
  • git-crypt VS transcrypt - a user suggested alternative
    2 projects | 5 Jan 2022
  • Do you alternate with Emacs?
    11 projects | /r/neovim | 3 Jan 2022
    On the actual system itself (you likely know this as you'd mentioned reading other posts, but) I have Neovim compiled on my phone (directly through Termux), notes pushed up to Github using transcrypt for backups and live-synced between several devices using syncthing (which is how I get notifications on my phone, using a Raspberry Pi and systemd services to implement against orgmode.nvim's notification API).
  • Note taking
    6 projects | /r/neovim | 25 Dec 2021
    I use nvim-orgmode on my computer through Neovim, and keep that pushed up to Github (encrypted using transcrypt) but also have a Syncthing server setup on a Raspberry Pi.
  • Encryption for VimWiki
    3 projects | /r/vim | 31 Oct 2021
    Also if you want the notes to be encrypted and you push them to Github, try transcrypt. They won't be encrypted on disk, but will be when you push them.
  • How do I become "smarter"
    1 project | /r/self | 18 Mar 2021
    Start writing all of your work down. I personally put almost every line of code I ever write into github. I have a "misc" project for random one-off things, but I always commit it to a repo. I started doing this in 2013/2014 and its been incredibly valuable to go back and refer to old work (its also fun to see how far you've come). This gets interesting when you start needing to write down information that shouldn't be public (e.g. api keys). You're into crypto, so you can probably see the fun in this. I've use a program called transcrypt to store encrypted files in my git repos. Be careful with transcrypt though, if you make a mistake you can accidentally publish secrets in plain text, and it does open you up to brute force attacks.

encpass.sh

Posts with mentions or reviews of encpass.sh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-19.
  • Could someone review this PKGBUILD that I'm going to submit to the AUR?
    2 projects | /r/archlinux | 19 Oct 2021
    https://github.com/plyint/encpass.sh/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
  • How to Handle Secrets on the Command Line
    10 projects | news.ycombinator.com | 13 Jun 2021
    The difficulties mentioned in the article with passing secrets on the command line is one of the reasons why we wrote encpass.sh (https://github.com/plyint/encpass.sh). We had a similar need for a lightweight solution for managing secrets for simple shell scripts on our local workstations and in restricted environments. Bonus, it can be easily customized with extension scripts to adapt functions for your own specific needs. See our keybase extension for an example -> https://github.com/plyint/encpass.sh/blob/master/extensions/...
  • Pass: The standard Unix password manager
    22 projects | news.ycombinator.com | 13 Apr 2021
    We made an extension for encpass.sh that stores secrets in Keybase (https://github.com/plyint/encpass.sh/blob/master/extensions/...) if that sort of thing is of interest to you. Outside of personal secrets, it can be used as a sort of low cost stand in for shared secrets that you might use something like Vault for in a team environment.

What are some alternatives?

When comparing transcrypt and encpass.sh you can also consider the following projects:

git-crypt - Transparent file encryption in git

OpenKeychain - OpenKeychain is an OpenPGP implementation for Android.

vim-gnupg - This script implements transparent editing of gpg encrypted files.

wpa2-wordlists - A collection of wordlists dictionaries for password cracking

helm-secrets - DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere

dotfiles - Home directory with an absurd amount of tweaks

helm-secrets - DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere [Moved to: https://github.com/zendesk/helm-secrets]

pass-tomb - A pass extension that helps you keep the whole tree of passwords encrypted inside a Tomb.

neorg-haskell-parser

Android-Password-Store - Android application compatible with ZX2C4's Pass command line application

obsidian-vimrc-support - A plugin for the Obsidian.md note-taking software

envconsul - Launch a subprocess with environment variables using data from @HashiCorp Consul and Vault.