Create a bitwarden password lookup plugin for triumf.sys.users convenience
There's already a general-purpose bitwarden plugin in the community.general collection that's useful in most cases.
This plugin should be devoted to making the management of user Linux account passwords easier by:
- Allowing for the direct retrieval of a password hash and having the plugin "know" no to both re-hashing it
- Allow passing a simple salt value when the password hasn't been hashed
- Allow for some selection of hash functions (sha256, sha512, etc)
- Returns only a single value (unlike a list in the community.general.bitnami plugin)
Potentially also:
Use a Python-native bitwarden client rather than the node-based bw binary