Wendigo Update

Tested the upload encryption and the the module/config file decryption and everything is working correctly. This testing lead me to create some scripts to generate key pairs and encrypt/ upload module files. I’m currently in the process of updating those scripts to be more general purpose and have option parsing capability with the argparse library.

I’m also going to create a general config file where other scripts can pull configuration data from (such as GitHub user and repo names) instead of having to update each script individually when moving repos, etc.

Leave a comment