The field of bioinformatics involves analyzing individuals’ DNA data, which has to be performed by advanced computers. However, the systems initially designed to secure DNA data stored within bioinformatics systems may not be capable of adequately securing it from cyberattacks.
Researchers at Western Kentucky University undertook the task of determining how to best secure the cloud networks that manage and store sensitive DNA information.
The DNA analysis project, known as BioCloud, has to exist in the cloud, as opposed to on the individual computers of researchers, due to the heavy computing requirements of DNA analysis. By using cloud-based resources, researchers have access to powerful computers housed in data centers. With this computing horsepower at their fingertips, they can perform their analyses at speeds fast enough to make the overall project goals feasible.
Therefore, the team identified two key areas of need: adequate data encryption and user interface (UI) security.
Want More Tech News? Subscribe to ComputingEdge Newsletter Today!
Data encryption involves disguising data by running it through algorithms that turn it into unreadable characters. Only a computer with the appropriate secret key would be able to decrypt and then present the data to the user. Data encryption is needed for data in two states:
User interface (UI) security can be effective at preventing hackers from accessing sensitive areas or uploading malicious code used to compromise the system. The types of UI security proposed include:
While the team was working on developing and testing security features, other developers were making adjustments to the BioCloud platform at the same time. This resulted in a volatile system that was constantly in flux, making it difficult to achieve the desired results.
However, despite these difficulties, the team still managed to implement some security measures, such as Bcrypt hashing, making the overall system more secure than when it first started. You can read the full article in IEEE Computer Society’s digital library.