Is it (under FIPS) possible to generate a CSR for an asymmetric key with usage=WRAP?

To clarify: The FIPS module Security Policy lists using RSA keys for wrap/unwrap. FIPS is a moving target, and the state of the requirements when the CMVP approved module went through the process was such, that a given key’s "usage&… Continue reading Is it (under FIPS) possible to generate a CSR for an asymmetric key with usage=WRAP?

What is the right way to transfer public-private keypairs over intranet?

First asked on StackOverflow and referred to this board, here:
I have an embedded system (Netburner 5441x) that encodes public-private RSA keypairs into devices. I have ported OpenSSL into the system but the embedded processor cannot make … Continue reading What is the right way to transfer public-private keypairs over intranet?

How do centralized crypto exchanges store seed phrases and users’ private keys?

Say I’m trying to develop a CEX, hence I will hold custody of users’ keys. How would I go about doing that and ensuring safety and security?
From what I know, I can generate the users’ keys from a seed phrase and store the path used to gen… Continue reading How do centralized crypto exchanges store seed phrases and users’ private keys?