V
vladimir_1969_2
Can anyone advise on a generic device capable of storing and releasing security sensitive info (keys - both public and private)?
The devise shouldn't be linked to any of the existing crypto currencies, but instead allow me to configure my own data structure consisting of an arbitrary number of key/value pairs. Ideally, I'd like to store some additional info for each of the pairs, such as Used/Unused flag for the ephemeral keys, total number of usages along with the dates the keys were added/retrieved.
Ideally I'd like to setup master structures for any keys collection types, so when creating a new collection and choosing the type - the "structure" will get automatically created.
For the initial data population I'd like to get support for the major algos, such as:
For the keys release I'd like to use BT5, wire or be able to type it of the device screen. The ability to further constrain key usage (such as set the max usage of keys per time period) would be great.
I'm new to crypto world, would appreciate an advice.
The devise shouldn't be linked to any of the existing crypto currencies, but instead allow me to configure my own data structure consisting of an arbitrary number of key/value pairs. Ideally, I'd like to store some additional info for each of the pairs, such as Used/Unused flag for the ephemeral keys, total number of usages along with the dates the keys were added/retrieved.
Ideally I'd like to setup master structures for any keys collection types, so when creating a new collection and choosing the type - the "structure" will get automatically created.
For the initial data population I'd like to get support for the major algos, such as:
ECDSA/P-384
. At a minimum I'd like to be able to import keys from PC/mobile.For the keys release I'd like to use BT5, wire or be able to type it of the device screen. The ability to further constrain key usage (such as set the max usage of keys per time period) would be great.
I'm new to crypto world, would appreciate an advice.