So I have a cron job that executes every so often that logs into devices remotely.
obviously i can store them in a file and just read that file. this job would run as root so if i made it read only that locks it down but still not secure.
i looked into encrypting stuff with python and it's doable but then you have a chicken and the egg scenario --- how do you store the password to decrypt that password lol
you could use locally generated certificates, but that's just obfuscation