Transparent Data Encryption

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Notes on slide 1

    Only 3 new things you need to know about to understand TDE

    A specification of how a database object is to be encrypted or decrypted. Online with the exception of the BI

    10.2B Beta OpenEdge PSC Internal Use Only

    10.2B Beta OpenEdge PSC Internal Use Only

    Online and Offline capable Explain choice of Auto start vs Manual passphrase for key store authentication (security issues vs management issues) Managed vs non-managed Explain When ai/bi are necessary Explicit vs implicit enablement Specify can change later if need be 10.2B Beta OpenEdge PSC Internal Use Only

    Existing tables vs new tables – discuss update, discuss update over time. We don’t force you to migrate your data to a new storage area. Object can be area, table, index, LOB Proutil – only option for TI Needs local OS access

    Type II objects only Local access only Advantage is multi-selection UI

    Local or remote access (policy does not cross wire – its all server side).

    10.2B Beta OpenEdge PSC Internal Use Only

    Pictorially show how to decide what to encrypt by using a business example (suggesting that not everything in the DB needs to be encrypted). Show a state or description table vs a table containing social security or credit card information. 10.2B Beta OpenEdge PSC Internal Use Only

    3 TDE points to understand 3 steps to enabling TDE

    Favorites, Groups & Events

    Transparent Data Encryption - Presentation Transcript

    1. Transparent Data Encryption Richard Banville OpenEdge Fellow, Progress Software Session 130
    2. Overview: Transparent Data Encryption (TDE)
      • Transparent
        • Application transparent data encryption
        • Full index query support
        • No need to move data
      • Flexible
        • Encrypt individual objects (tables, indexes, lobs) in Type II areas
        • Encrypt individual Type I areas
        • Storage engine encrypts blocks on disk (access neutral)
      • Secure
        • Provides secure encryption key storage
        • Limits access to physical data
        • Important piece of an overall data privacy strategy
      What Is TDE?
    3. Data Encryption plain text Encrypted Data Encrypt Decrypt Key value makes it unique. How Does It Work? Cipher Cipher
    4. Data Encryption Encrypt Decrypt Have a nice day Encrypt Decrypt z!$x;h@p$r#w!e How Does It Work? Nonsensical data Cipher Cipher Cipher Cipher Encrypted Data plain text
    5. Data Encryption Encrypted Data plain text Encrypt Decrypt Encrypt #!~?;!@#$!#$#!! Having a bad day… How Does It Work? Cipher Cipher Cipher Cipher z!$x;h@p$r#w!e ? Nonsensical data Decrypt
    6. Data Encryption Encrypt Decrypt How Does It Work? Cipher Cipher Encrypted Data plain text
    7. OpenEdge Transparent Data Encryption (TDE) plain text Encrypt Shared Memory Buffer Pool (plain text block) Database Storage Engine Product Install
      • Key store
        • Database Master Key ( DMK )
        • Admin/User Passphrase
        • Manual/Automatic Authentication
      • Encryption Policy Area
        • Encryption Policies - What (object) & how (cipher)
      Read I/O Write I/O How Does It Work? Policies Keys Decrypt & Encrypted Data Key store Database Policy Area
    8. OpenEdge Transparent Data Encryption (TDE) How Does It Work? Database Storage Engine plain text Encrypt Shared Memory Buffer Pool (plain text block) Database Storage Engine Product Install Read I/O Write I/O Policies Keys Decrypt &
      • Key store
        • Database Master Key ( DMK )
        • Admin/User Passphrase
        • Manual/Automatic Authentication
      • Encryption Policy Area
        • Encryption Policies - What (object) & how (cipher)
      Encrypted Data Key store Policy Area Database
    9. OpenEdge Transparent Data Encryption (TDE) How Does It Work? plain text Encrypt Shared Memory Buffer Pool (plain text block) Product Install Read I/O Write I/O Policies Keys Decrypt & Database Storage Engine
      • Key store
        • Database Master Key ( DMK )
        • Admin/User Passphrase
        • Manual/Automatic Authentication
      • Encryption Policy Area
        • Encryption Policies - What (object) & how (cipher)
      Encrypted Data Key store Policy Area Database
    10. Thing 1: TDE Availability
      • Transparent Data Encryption
        • OpenEdge product
        • First available in the 10.2B release
      • Requires two products be installed
        • Enterprise OpenEdge Database product
        • Transparent Data Encryption product
    11. Thing 2: The Key Store
      • Stores the Database Master Key (DMK)
        • Makes encrypted data unique
      • Unique per database
        • File named: <dbname .ks >
      • Securing the DMK in the key store
        • Stored separately from db
        • Protected by passphrase based authentication
        • Not part of database backup ( Why not? )
      The Most Critical Piece Of TDE
    12. Thing 2: The Key Store
      • Loosing the keys to the kingdom: rm -f mydb.ks
        • Re-mastering your database master key (PBE cipher only)
        • Passphrases have predetermined rules
      • Advantages of DMK PBE
        • Can be regenerated
        • See previous advantage
      • Disadvantages of DMK PBE
        • Can be regenerated (less secure)
        • Needs large passphrase to be effective
        • Must remember passphrase
      The Most Critical Piece Of TDE
    13. Thing 3: Encryption Policies
      • Policy Contents
        • Object to encrypt
          • Table, Index, Lob (Type II storage areas)
          • Area (Type I storage area)
          • AI and BI recovery
        • Cipher – algorithm & key size
      • Secure (Key store administrator & DB administrator)
        • Stored in “Encryption Policy Area”
        • User prevented from direct record access
      • Policy Maintenance
        • Epolicy tool, OpenEdge SQL, Data Admin tool
        • Add, remove, alter (cipher, key) online
      Describes What And How To Encrypt
    14. Cipher Choice
      • Governance
      • Business rules
      • Your choice, your responsibility - balance strength & performance
      *Graphical data is relative How do I decide? RC4-128 AES-128 AES-192 AES-256 DES-56 DES3-168 Security Strength 0 – no encryption DES-PBE 10 10 RC4-128 AES-128 AES-192 AES-256 DES-56/PBE DES3-168 Performance Cost 0 – no encryption
      • Enabling Encryption
        • Easy as 1, 2, 3
    15. Step #1: Enabling Encryption
      • Create a Type II storage area for encryption policies
        • Named “ Encryption Policy Area ”
        • Any available user data area number will suffice
      e “ Encryption Policy Area ”:12, 32 ; 64 . f 10240 e “ Encryption Policy Area ”:12, 32 ; 64 . prostrct addonline mydb mydb_epolicy_area.st prostrct list mydb Structure file showing example definition policy area Add the encryption policy using Prostrct Add Create a new structure file which includes new area
    16. Step #2: Enabling Encryption
      • Does not encrypt any data
      • Decisions, decisions, decisions
        • AI and/or BI (online, offline)
        • Automatic vs manual key store authentication
          • Management vs security
        • DMK Cipher – security vs availability (PBE cipher)
      • Creates key store (<dbname> .ks )
        • User vs Admin key store accounts
      • Ready for encryption policy creation
      proutil <dbname> -C enableencryption [ -biencryption enable | disable] [ -aiencryption enable | disable] [ -Autostart user | admin ] [ -Cipher cipher-number] DB KS
    17. Step #3: Policy Maintenance
      • Three ways to add policy
        • Proutil epolicy tool
        • Data Admin istration Tool
        • OpenEdge SQL DDL syntax
    18. Step #3: Policy Maintenance
      • Three ways to add policy
        • Proutil epolicy tool
        • Data Admin istration Tool
        • OpenEdge SQL DDL syntax
      • TI areas or TII Objects
        • Data lazily encrypted
        • Must update before cipher change
      proutil <db-name> -C epolicy manage object-type encrypt | cipher | rekey <object-name> -Cipher <cipher #> proutil <db-name> -C epolicy manage object-type update <object-name> Current and one previous policy allowed
    19. Step #3: Policy Maintenance
      • Three ways to add policy
        • Proutil epolicy tool
        • Data Admin istration Tool
          • Disabled remotely
      • Type II “PUB” schema only
        • Type II “PUB” schema only
        • Multi select UI
        • Local access only
        • Admin Security
          • Encryption Policies
          • Edit Encryption Policies . . .
    20. Step #3: Policy Maintenance
      • Three ways to add policy
        • proutil epolicy tool
        • Data Admin istration Tool
        • OpenEdge SQL DDL syntax
      CREATE TABLE | INDEX <name> ... [ ENCRYPT WITH <algorithm> ] . . .; ALTER TABLE | INDEX | COLUMN <name> SET [ ENCRYPT WITH <algorithm> | DECRYPT | ENCRYPT REKEY ] . . .; SHOW ENCRYPT ON { ALL [ TABLE | INDEX | LOB ] | TABLE table-name [ WITH INDEX | WITH LOB ] | TABLE table-name ON INDEX index-name };
      • Performance Considerations
    21. Performance Considerations
      • Maximize the buffer pool hit-rate
        • Increase -B
        • Consider using an Alternate Buffer Pool (-B2)
      • Normalize data to encrypt
        • Separate private and non private data
        • Read Codd
      • Isolate data to encrypt
        • Use Type II storage areas (object level)
        • Encrypt only necessary indexes
      • Carefully choose cipher (algorithm + key size)
        • Balance security and performance
    22. Summary
      • OpenEdge Transparent Data Encryption
        • Flexible
        • Protects data at rest transparently
        • Very low performance impact
      • TDE is easy to understand
        • Product install
        • Key store
        • Encryption policies
      • TDE is easy to implement
        • Add encryption area
        • Enable database
        • Create encryption policies
    23. Transparent Data Encryption Richard Banville OpenEdge Fellow, Progress Software Session 130
    SlideShare Zeitgeist 2009

    + Progress SoftwareProgress Software Nominate

    custom

    109 views, 0 favs, 0 embeds more stats

    OpenEdge Transparent Data Encryption Exchange onlin more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 109
      • 109 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 6
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories