Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for sending message with digital signature between two agents. #3137

Open
YEASIN49 opened this issue Jul 30, 2024 · 0 comments
Open

Comments

@YEASIN49
Copy link

Scenario: I am working with an application with three entities: two bifold-wallet and a aca-py server and they communicate through messages. I was trying to utilize digital signature here. For example ACA-PY server sends message to Wallet_A, and the Wallet_A require to check the digital signature of ACA-PY server and vise-versa.

Now, to sign a connection specific message, I need the private key and also to verify from other end, the connection specific public key is required. Is this doable right now in acapy ? I got few documentation but still not clear. Any related suggestions, hacks, documentations, references, Code snippets are appreciated.

Also, does the issue-credential includes digital signature of the issuer within the API call ?

NOTE: According to documentation, I got to know acapy uses pack(), unpack() function for connection specific encryption and decryption. Also If I am not wrong, it utilizes repudiable technique called authenticated encryption instead of non-repudiable mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant