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

Encryption of all customer data (replace with plain text with encrypted data) #1272

Closed
Capt-Slow opened this issue Aug 8, 2016 · 0 comments

Comments

@Capt-Slow
Copy link
Contributor

Capt-Slow commented Aug 8, 2016

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.

  • 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.

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

No branches or pull requests

3 participants