mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Apply "strong passwords" requirement to hybrid wallets
This commit is contained in:
parent
55aaa16550
commit
bc778b8f64
1 changed files with 2 additions and 2 deletions
|
@ -270,11 +270,12 @@ Basic requirements:
|
||||||
- Website supports HTTPS and 301 redirects HTTP requests
|
- Website supports HTTPS and 301 redirects HTTP requests
|
||||||
- SSL certificate passes [Qualys SSL Labs SSL test](https://www.ssllabs.com/ssltest/)
|
- SSL certificate passes [Qualys SSL Labs SSL test](https://www.ssllabs.com/ssltest/)
|
||||||
- The identity of CEOs and/or developers is public
|
- The identity of CEOs and/or developers is public
|
||||||
|
- If private keys are stored online:
|
||||||
|
- Refuses weak passwords (short passwords and/or common passwords)
|
||||||
- If user has no access over its private keys:
|
- If user has no access over its private keys:
|
||||||
- Provides 2FA authentication feature
|
- Provides 2FA authentication feature
|
||||||
- Reminds the user to enable 2FA by email or in the main UI of the wallet
|
- Reminds the user to enable 2FA by email or in the main UI of the wallet
|
||||||
- User session is not persistent, or requires authentication for spending
|
- User session is not persistent, or requires authentication for spending
|
||||||
- Refuses weak passwords (short passwords and/or common passwords)
|
|
||||||
- Provides account recovery feature
|
- Provides account recovery feature
|
||||||
- If user has exclusive access over its private keys:
|
- If user has exclusive access over its private keys:
|
||||||
- Allows backup of the wallet
|
- Allows backup of the wallet
|
||||||
|
@ -284,7 +285,6 @@ Basic requirements:
|
||||||
- Provides 2FA authentication feature
|
- Provides 2FA authentication feature
|
||||||
- Reminds the user to enable 2FA by email or in the main UI of the wallet
|
- Reminds the user to enable 2FA by email or in the main UI of the wallet
|
||||||
- User session is not persistent, or requires authentication for spending
|
- User session is not persistent, or requires authentication for spending
|
||||||
- Refuses weak passwords (short passwords and/or common passwords)
|
|
||||||
- Gives control to the user over moving their funds out of the multi-signature wallet
|
- Gives control to the user over moving their funds out of the multi-signature wallet
|
||||||
- For hardware wallets:
|
- For hardware wallets:
|
||||||
- Uses the push model (computer malware cannot sign a transaction without user input)
|
- Uses the push model (computer malware cannot sign a transaction without user input)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue