MatrixAI / Polykey

Polykey Core Library
https://polykey.com
GNU General Public License v3.0
31 stars 4 forks source link

Integrating PKCS #11 standard for accessing HSM #173

Open joshuakarp opened 3 years ago

joshuakarp commented 3 years ago

Created by @CMCDragonkai

Polykey could be used to access HSM.

In particular we can maintain some information in available HSM on the target platform instead of just sitting in in ~/.polykey.

Or perhaps even an entire keynode could be put into the HSM. Right now we just need a posix filesystem.

Not entirely sure, but I suspect support of HSM would enable alot more corporate usage. And this includes TPM, ARM secure enclaves, ios/android, and usb dongles and special keys like yubikey?

Not a priority atm.


https://github.com/PeculiarVentures/graphene https://github.com/PeculiarVentures/node-webcrypto-p11

tegefaulkes commented 5 days ago

Linear marked this as stale so I'm reopening.