hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Seed size for backup #202

Open Acarcan opened 2 years ago

Acarcan commented 2 years ago

I want to use the Bitcoin’s BIP32 standard for hierarchical deterministic (HD) keys to generate the seed for my backup. But, in the framework, the size of the seed is limited to 32 characters (in CreateBackupAsync).

It is not clear why this limit was chosen.

Is it possible to remove this restriction?