janetechinc / heroku-buildpack-transcrypt

Heroku buildpack that decrypts transcrypt-encrypted files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku buildpack: Transcrypt

This buildpack allows you to decrypt your transcrypt-encrypted files on deploy.

To use this buildpack, you need to set TRANSCRYPT_PASSWORD and TRANSCRYPT_CIPHER config variables on your app. The password is mandatory and buildpack will fail if it's missing, but the cipher is optional and defaults to aes-256-cbc if not set.

This buildpack does not have any extra dependencies, except for git and openssl, which should be available by default.

It does not use transcrypt script itself but calls openssl enc to decrypt the files instead.

About

Heroku buildpack that decrypts transcrypt-encrypted files


Languages

Language:Shell 100.0%