Mistial Developer
Mistial Developer
I have an in-progress patch that has this as one of the features. I'll be doing a pull request once it's cleaned up and fleshed out. I'm using the tag...
If the issue is a "chicken and the egg problem", as mentioned [here](https://github.com/hashicorp/vault/issues/4307#issuecomment-379505408), then perhaps the best way to handle it would be a setting for "visible methods", rather than...
Ah. I see. That makes sense.
> Since OSDP doesn't do native X.509 between the readers and the panel (that would be neat though) the only way I think you could do this is to encrypt...
The "meat", so to speak, of a diversion applet would look something like this: ```java public class DemoApplet extends Applet implements MultiSelectable { public DemoApplet(byte[] buffer, short offset, byte length)...
If the panel is hacked, the reader keys themselves being compromised is a lesser concern. That being said, the ATECC608A secure element would make sense to use in terms of...
One option that might make sense would be to use PKCS11 for key management operations. It's designed to talk to tokens, and it opens a lot of flexibility. For example,...
One of the other nice advantages to using pkcs11 is the capability to retain unit testing functionality in a reproducible manner. SoftHSM is a well-maintained codebase, and supports using sqlite3...
It’s too slow to do offload, but it can do kdfs and wrapping just fine.
Another option, depending on where one is, would be something like LoRA and The Things Network.