aries-askar icon indicating copy to clipboard operation
aries-askar copied to clipboard

Secure storage designed for Hyperledger Aries agents.

Results 38 aries-askar issues
Sort by recently updated
recently updated
newest added

This PR contains the functionality to add support for hardware-backed P256 keys on iOS and Android Using iOS Secure Enclave and Android StrongBox. This is done by using the [secure-env](https://github.com/animo/secure-env)...

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies
javascript

In the upcoming weeks we would like to add support for hardware-backed keys (p256 only) for iOS and Android using https://github.com/animo/secure-env (this will be proposed to move to OWF in...

We're having trouble getting the JS wrapper for Askar and the Python wrapper for Askar to generate the same signature over a message. Pretty stumped given that ACA-Py and Credo...

Does aries-askar support paginated queries? Coming from the ACA-Py world, all I can see that's implemented there is fetch by filter, or fetch all. When working with potentially millions of...

We have a node project that is running test suites via jest. In two of the suites, we are using AFJ to test mediation cases. All AFJ agents are using...

When calling methods over FFI with a callback the error stack shows e.g. this: ``` /Users/timo/Developer/Playground/askar-transaction-test/node_modules/.pnpm/@[email protected]/node_modules/@hyperledger/aries-askar-nodejs/build/NodeJSAriesAskar.js:90 return new aries_askar_shared_1.AriesAskarError(error); ^ AriesAskarError: Backend error Caused by: no rows returned by a...

It would be useful if you can choose to export only a specific profile (or a subset of profiles) when calling `copyTo`. In addition, I think it would also be...

Aries Askar now exclusively works with Nodejs and React Native. Is there a way to modify or integrate it to work with CapacitorJs (https://capacitorjs.com/)?