There are times when I need to take a password and create a password hash for direct installation in e.g. puppet modules or to be copied into a shadow file on a Linux server. It would be cool if the UI offered a “crypted password string” button that can either copy the password raw as it does now, or create a crypted version of the stored password. This feature could be extended to use random salt and offer multiple different types of crypt, but the most useful on day one would be standard Linux md5 crypt. On Windows desktop this could also offer a SecureString variant.