Skip to content

janetechinc/heroku-buildpack-transcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages