You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will need to investigate what is being stored in plain text and what is not. We will also have to weigh the performance impact for encrypting each of these.
Accounts
Emails
Sessions
Carts
users
Below performance impact with bcrypt.
Cost
Iterations
Duration
8
256 iterations
38.2 ms
9
512 iterations
74.8 ms
10
1,024 iterations
152.4 ms
11
2,048 iterations
296.6 ms
12
4,096 iterations
594.3 ms
13
8,192 iterations
1,169.5 ms
14
16,384 iterations
2,338.8 ms
15
32,768 iterations
4,656.0 ms
16
65,536 iterations
9,302.2 ms
Once identified, separate tickets should be created for each action item.
The text was updated successfully, but these errors were encountered:
This ticket is in reference to #344.
Will need to investigate what is being stored in plain text and what is not. We will also have to weigh the performance impact for encrypting each of these.
Below performance impact with bcrypt.
Once identified, separate tickets should be created for each action item.
The text was updated successfully, but these errors were encountered: