1 / 4

Data Security in Healthcare Applications: N-Tier Encryption Solution

Learn how to secure healthcare sensitive data through an n-tier application on an internet-facing portal. Explore how to enhance the Authentication Process during Web Service Calls at the Application Level using token flow over the network. Discover an efficient solution involving encrypted tokens, cache verification, and database interaction, all approved by Cigna and Aetna security specialists.

Download Presentation

Data Security in Healthcare Applications: N-Tier Encryption Solution

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MITP 458Application Layer Security By Techjocks

  2. Health Care -Data Security Problem ? • How to presented Healthcare sensitive data via n-tier Application on internet facing Portal? • Need to secure the Authentication Process of user/password during a Web Service Call at Application Level

  3. Application Flow of tokens over the Network

  4. Solution • Before any Web Service call is invoked it will extract an encrypted token, decrypt it and verify that username and hashed password against the cache sitting on the web service server, if it is not there or expired then it will ask the database. • Application architecture approved by Cigna and Aetna security specialists. • This type of Message level security was implemented in days. It is implemented via Policy based configuration files and its functionality is invoked in the application code with only 2 extra lines of code.

More Related