Research Article

Cloud-Assisted Privacy-Preserving Method for Healthcare Using Adaptive Fractional Brain Storm Integrated Whale Optimization Algorithm

Table 1

Algorithmic procedure of the developed AFBS-WOA for privacy-preserved healthcare data publishing.

1Perturbed database retrieval using proposed AFBS-WOA
2Input: input database
3Output: perturbed data
4Parameters: Search agent , highest iteration , optimized search agent
5Initiate the algorithmic parameters
6For all element in database
7Calculate the secret key (apply AFBS-WOA)
8Calculate the Tracy Singh product based on input database as well as optimal key matrix
9Calculate secret key from optimal key matrix
10Perturbed database
11End for
12End
13//Developed AFBS-WOA algorithm
14Initiate
15Arbitrarily initialize whale population
16Estimate the fitness measure using maximum privacy as well as utility
17While
18For every
19If
20If
21
22Else if
23
24End if
25Else if
26If
27
28Else if
29Update the solution using AFBSO
30End if
31End if
32End for
33Evaluate if exceeds the search space
34Renew for optimal solution
35
36End while
37Return optimal solution
38End