GradleFileEncrypt icon indicating copy to clipboard operation
GradleFileEncrypt copied to clipboard

Simply encrypt your sensitive data in repository with password

Results 4 GradleFileEncrypt issues
Sort by recently updated
recently updated
newest added

If a file is not in the root of the repository then `checkFilesGitIgnored` always fails. I've tried putting `.gitignore` entry in every subdirectory with appropriate exact path but no luck;...

bug

Incompatible change, need to add versioning algorithm first.

enhancement

I don't think it is desirable under any circumstances to encrypt with an empty string and instead this should throw an exception but that's just my opinion ;-)

enhancement