You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of passing in a whole file path, it would be useful to be able to pass the private_key_string, public_key_string, and password_hash_string as a string to CryptoLibrary.
This would enable CryptoLibrary to better integrate with services like Azure Key Vault for example.
Further updating the CryptoLibrary CLI to digest the same strings could be possible. Especially if the CryptoLibrary supported .env files or a static config file.
The text was updated successfully, but these errors were encountered:
Instead of passing in a whole file path, it would be useful to be able to pass the private_key_string, public_key_string, and password_hash_string as a string to CryptoLibrary.
This would enable CryptoLibrary to better integrate with services like Azure Key Vault for example.
Further updating the CryptoLibrary CLI to digest the same strings could be possible. Especially if the CryptoLibrary supported .env files or a static config file.
The text was updated successfully, but these errors were encountered: