I currently use the Voice AIY to query a MariaDB database using Python commands. I am wondering if there is a way to implement basic password protection on some of these commands? I don't need anything overly secure or sophisticated, maybe even just an if statement which asks for a password and then only proceeds if it gets the correct response?
Thanks