dbosk / makefiles

Generic makefiles for handling course material, research publications and program compilation
https://hub.docker.com/repository/docker/dbosk/makefiles
MIT License
3 stars 0 forks source link

Secure export in transform.mk #1

Open dbosk opened 9 years ago

dbosk commented 9 years ago

Instead of removing the solutions from the source, they should be encrypted with a secret key using GPG. This way tutors can share the key and the solutions can be published in repo in encrypted format. At least the ciphertext of the solutions will be version managed.

dbosk commented 7 years ago

The current version allows for easy encryption of the whole source, but we only want to encrypt and decrypt what is in the solution environments.