banner
RustyNail

RustyNail

coder. 【blog】https://rustynail.me 【nostr】wss://ts.relays.world/ wss://relays.world/nostr

Password encryption and storage design

Managed Passwords#

Managed passwords should be hashed with salt.

Salt#

The salt should be randomly generated and of sufficient length. It can be stored in a table.

Data Storage#

The stored data includes:

  • Password
  • Purpose
  • Date
  • User

Encryption#

Apply the managed password to the data using an algorithm and store the encrypted data.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.