Security Feature:
Moneyd could instead of pasting the ‘secret’ into a json file Moneyd could use an encryption algorithm to place a hash there instead. Upon running the daemon it prompts for a password which decrypts the has to be used.
Could be an optional parameter with the command : moneyd xxx:configure --advanced
Downside for this is if you create a service for moneyd then when the box boots it will fail if you use a hash. Not sure how to get around that part right now.