elasticdog / transcrypt

transparently encrypt files within a git repository
MIT License
1.43k stars 102 forks source link

is it possible to use a password to allow only committer who known it to decipher files #151

Closed LuisBL closed 1 year ago

LuisBL commented 1 year ago

question: is it possible to use a password to allow only committer who known it to decipher files ?

I understand that by default the password is "automatic" so all user with access to the repo will be able to see the ciphered files (un-ciphered)

jmurty commented 1 year ago

Hi,

Only people with the password can decipher secret files. So in your case, you can keep the password to yourself and no-one else will be able to read the file contents unless they are using the same computer and directory.

The automatic decrypt feature only works once transcrypt is initialised – and the password entered – for each cloned repository.

LuisBL commented 1 year ago

My bad I didn't understood this at first, Thank you I close this issue