I wanted to use #passphrase to store a secret file (a configuration file containing secrets) such that only I could access it. It seems that #passphrase can only store SSH keys or username/password combinations. Instead, I created a #paste and set the view/edit policy to be my user only. Is this safe? Is there any benefit to using passphrase for this purpose?