securing memcache or, tales from encryption · 2010. 10. 3. · memcached . what's the cost?...

20
Securing memcache or, Tales from Encryption

Upload: others

Post on 27-Aug-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

Securing memcache or, Tales from Encryption

Page 2: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

What's memcache?

Page 3: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

Who’s big idea?

Page 4: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

Why secure memcache?

•  SASL authenticates •  yaSSL also encrypts

Page 5: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

Who cares?

•  Policy enforcement •  Sensitive Data •  Masking Data behind firewall

Page 6: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

The Cloud Cares

Page 7: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

How do I use it?

-T

Page 8: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

When is it available?

•  Beta now

Page 9: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

How it works

Tcp/ip

CyaSSL

N Clients N Servers

Tcp/IP

CyaSSL

memcache client Encrypted via streaming cipher

Tcp/IP

memcached

Page 10: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

What's the Cost?

Page 11: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

Database Performance

Page 12: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

memcache Performance

Page 13: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

AES-256 Performance

Page 14: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

Stream RC4 Performance

Page 15: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

HC-128 Performance

Page 16: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

MD5 HC-128 Performance

Page 17: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

Future Performance Directions

AES-NI

Hardware offloading

Page 18: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

Alice

Bob

Page 19: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance
Page 20: Securing memcache or, Tales from Encryption · 2010. 10. 3. · memcached . What's the Cost? Database Performance . memcache Performance . AES-256 Performance . Stream RC4 Performance

Thanks!

Todd Ouska [email protected] www.yassl.com Open Source Embedded SSL Libraries