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

# wallet-security-solution #8558

Closed
wants to merge 2 commits into from

Conversation

cdcdx
Copy link

@cdcdx cdcdx commented Apr 27, 2022

Features

  • password management:
    • Add, modify, clear password
    • Swap between normal wallets and encrypted wallets
  • message management:
    • Guarantee the security of funds: password verification is required for encrypted wallet transfer operations
    • Protect the security of private keys: encrypted wallets export private keys and delete passwords that require verification
    • Sealed messages are not affected: encrypted wallet sealed messages do not require verification passwords

Usage

  lotus wallet addpasswd  # add password
  lotus wallet resetpasswd  # reset password
  lotus wallet clearpasswd  # clear password
  lotus wallet encrypt <fxxx>  # encrypted wallet
  lotus wallet decrypt <fxxx>  # normal wallet

Checklist

Before you mark the PR ready for review, please make sure that:

  • All commits have a clear commit message.
  • CI is green

 ## Features
  - password management:
    - Add, modify, clear password
    - Swap between normal wallets and encrypted wallets
  - message management:
    - Guarantee the security of funds: password verification is required for encrypted wallet transfer operations
    - Protect the security of private keys: encrypted wallets export private keys and delete passwords that require verification
    - Sealed messages are not affected: encrypted wallet sealed messages do not require verification passwords
 ## Usage
```
  lotus wallet addpasswd  # add password
  lotus wallet resetpasswd  # reset password
  lotus wallet clearpasswd  # clear password
  lotus wallet encrypt <fxxx>  # encrypted wallet
  lotus wallet decrypt <fxxx>  # normal wallet
```
@cdcdx cdcdx requested a review from a team as a code owner April 27, 2022 09:37
@cdcdx cdcdx force-pushed the lotus-wallet-security branch 2 times, most recently from 8c86afd to 5e6db2a Compare May 26, 2022 04:11
@magik6k
Copy link
Contributor

magik6k commented May 9, 2023

Duplicate of #10805

@magik6k magik6k marked this as a duplicate of #10805 May 9, 2023
@magik6k magik6k closed this May 9, 2023
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

Successfully merging this pull request may close these issues.

2 participants