I have been practicing using Manuel Blum's Mental Hash Function for personal use, described in the link below:
Mental Cryptography and Good Passwords
However, Rob Shearer has shown that the function itself is insecure as a hash with his blog post:
The "Blum Mental Hash" Is A Lousy Idea
For the use case of creating and using passwords without having to use a password manager on your computer or pen and paper to calculate the hash or any other physical artifacts other than what you can calculate in your head, is this "security through obscurity" provided that the plaintext, ciphertext, and keys are kept secret?