Week of 2 8 21 - lmkelly/Autoguard GitHub Wiki
This week I worked mainly on an addition to the front-end which would facilitate the transmission of config details from the client to the backend. At first I spent my time researching ways to implement asymmetric encryption in the process but after some trial and error decided it would be best to implement security features last and to get everything else working first. It's gonna be a pain to find something to encrypt the data with which will work both on windows and Linux easily so that's something to look forward to down the road.
Due to the work I already did with the osticket email fetching, setting up a new gmail account and getting it working with the PowerShell send email cmdlet was pretty easy.
In the upcoming week, I'll be thinking about and working on ways to better automate the process of translating data on the backend from osticket to the actual wireguard config file/script that I made. i'm thinking because email has worked out so well for me, I'll probably stick with that for sending the config back to the client because any other direction might not be feasible for use with the non-technical people this program is being made for.