Is there a native way, a library or something in Rust, to securely store private keys of a given asymmetric crypto scheme? Like defined in PKCS#12 / rfc7292 ... Usually private keys are stored encrypted with AES or something alike.
Anything available?
Ok, I'm aware of that lib, but not sure if it implements something like PKCS#12. However I might be ignorant here...
In addition I'm not sure, what to make of the statement, that it should not be used in high security environments. Is it better then to use a wrapper around well audited c-libs?
If security is critical, yes, use a lib which has been audited