OST Wallet SDK 2.0.1
rachinkapoor
released this
05 Apr 12:28
·
10 commits
to release-2.0
since this release
OST Wallet SDK 2.0.1
In this patch we add security and documentation improvements:
Security:
- Mnemonic phrase: The generation of seed using mnemonic phrase now uses a deterministic password. Using a deterministic password not only increases security but, also ensures that no two users can accidentally generate the same key
- Configuration: The above upgrade is configurable via
USE_SEED_PASSWORD
setting inost-mobilesdk.json
file