bchou9 opened a new pull request, #8: URL: https://github.com/apache/incubator-resilientdb-resvault/pull/8
Provides getPublicKey and getSigningKeys handlers to enable web applications to request cryptographic signatures and retrieve wallet public keys: - Add getPublicKey action to retrieve user's public key from encrypted storage - Add getSigningKeys action to enable client-side message signing - Extend content.js to handle getPublicKey and sign message types - Add hexToBytes/bytesToHex conversion utilities Enables ResCanvas secure rooms to cryptographically sign strokes while maintaining key security in extension storage. Also provides general-purpose wallet integration for any dApp (authentication, message signing, identity). Keys remain encrypted in extension while signing is delegated to page context using web app's nacl library for security isolation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
