<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JIS</journal-id><journal-title-group><journal-title>Journal of Information Security</journal-title></journal-title-group><issn pub-type="epub">2153-1234</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jis.2017.84021</article-id><article-id pub-id-type="publisher-id">JIS-79729</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  A Dynamic Social Network Data Publishing Algorithm Based on Differential Privacy
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Zhenpeng</surname><given-names>Liu</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Yawei</surname><given-names>Dong</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Xuan</surname><given-names>Zhao</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Bin</surname><given-names>Zhang</given-names></name><xref ref-type="aff" rid="aff3"><sup>3</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib></contrib-group><aff id="aff2"><addr-line>School of Electronic Information Engineering, Hebei University, Baoding, China</addr-line></aff><aff id="aff3"><addr-line>Center for Information Technology, Hebei University, Baoding, China</addr-line></aff><aff id="aff1"><addr-line>School of Cyber Security and Computer, Hebei University, Baoding, China</addr-line></aff><author-notes><corresp id="cor1">* E-mail:<email>zb@hbu.edu.cn(BZ)</email>;</corresp></author-notes><pub-date pub-type="epub"><day>13</day><month>10</month><year>2017</year></pub-date><volume>08</volume><issue>04</issue><fpage>328</fpage><lpage>338</lpage><history><date date-type="received"><day>23,</day>	<month>September</month>	<year>2017</year></date><date date-type="rev-recd"><day>17,</day>	<month>October</month>	<year>2017</year>	</date><date date-type="accepted"><day>20,</day>	<month>October</month>	<year>2017</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  
    Social network contains the interaction between social members, which constitutes the structure and attribute of social network. The interactive relationship of social network contains a lot of personal privacy information. The direct release of social network data will cause the disclosure of privacy information. Aiming at the dynamic characteristics of social network data release, a new dynamic social network data publishing method based on differential privacy was proposed. This method was consistent with differential privacy. It is named DDPA (Dynamic Differential Privacy Algorithm). DDPA algorithm is an improvement of privacy protection algorithm in static social network data publishing. DDPA adds noise which follows Laplace to network edge weights. DDPA identifies the edge weight information that changes as the number of iterations increases, adding the privacy protection budget. Through experiments on real data sets, the results show that the DDPA algorithm satisfies the user’s privacy requirement in social network. DDPA reduces the execution time brought by iterations and reduces the information loss rate of graph structure. 
  
 
</p></abstract><kwd-group><kwd>Dynamic Social Network</kwd><kwd> Data Publishing</kwd><kwd> Differential Privacy</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>The innovation of the knowledge society has promoted the advent of the era of “Internet +”, such as medical data, big data of intelligent city and large education data, which lead the trend of Internet changes. Social network is a new application mode under the Internet background, and the data dissemination in social network has great research value and application significance. The user’s large number of personal privacy information may be leaked when social network data is analyzed and excavated. Social networks are evolving and changing that named dynamic social networks. The dynamic social network is concerned with the dynamic change caused by the change of time in the interaction between social members. The privacy strategy of the static social network data release usually cannot adapt to the dynamic development of social network efficiently. It has far-reaching theoretical significance and practical value in the field of information security and network space security. Existing privacy protection technologies include anonymous technology, data encryption technology, differential privacy technology, privacy information retrieval technology, and accountability system. The social network privacy protection method mainly studies the static social network data dissemination.</p></sec><sec id="s2"><title>2. Related Work</title><p>Social network Privacy protection technology mainly includes social network data release privacy protection technology based on clustering, and social network data publishing privacy technology based on the graph modification. Terzi [<xref ref-type="bibr" rid="scirp.79729-ref1">1</xref>] used the degree of the node as the background knowledge of the attacker and proposed the k-degree anonymous attack to prevent the node from being anonymous; Lan Lihui [<xref ref-type="bibr" rid="scirp.79729-ref2">2</xref>] proposed a stochastic perturbation method based on differential privacy model and designed LWSPA algorithm to realize the strong protection of edge and variable weight; Zhang Wei [<xref ref-type="bibr" rid="scirp.79729-ref3">3</xref>] proposed a new algorithm for social network data dissemination which based on the hierarchical random graph and satisfies the difference privacy; Chen Chunling [<xref ref-type="bibr" rid="scirp.79729-ref4">4</xref>] classified the privacy protection level, anonymized the nodes through k-grouping, (k, Δd), and reduced the information loss of the social network graph.</p><p>If the static social network data release method is applied directly to the background of the dynamic social network, although it can meet the requirements of privacy protection policy, the time overhead will increase, and the information loss of graph structure will be increased. For the dynamic social network data dissemination method, Ying [<xref ref-type="bibr" rid="scirp.79729-ref5">5</xref>] proposed a random method based on edge spectrum graph to anonymously manipulate the information of nodes and edges, which can prevent attackers from attacking with background knowledge as known condition; Bhagat and Cormode [<xref ref-type="bibr" rid="scirp.79729-ref6">6</xref>] [<xref ref-type="bibr" rid="scirp.79729-ref7">7</xref>] proposed a connection prediction algorithm, which simulates the social network changes caused by new nodes or edges are added to the release graph. The algorithm is based on a predictive chart for group anonymity. Cheng [<xref ref-type="bibr" rid="scirp.79729-ref8">8</xref>] proposed a k-isomorphism privacy protection model. In this method, the iterative distribution of the dynamic social network is processed by the Generalization node identification, which can resist the graph structured attack in the data publishing process;</p><p>Karwa and Chen [<xref ref-type="bibr" rid="scirp.79729-ref9">9</xref>] [<xref ref-type="bibr" rid="scirp.79729-ref10">10</xref>] [<xref ref-type="bibr" rid="scirp.79729-ref11">11</xref>] applied the differential privacy technology to the privacy protection of social network. However, the difference privacy complexity of the method graph is high; Guo Caihua [<xref ref-type="bibr" rid="scirp.79729-ref12">12</xref>] summed up the incremental dynamic social network into an incremental sequence of weighted graphs. This paper constructed a privacy protection model based on K-Anonymous weighted graph increment sequence. Guo Caihua proposed an anonymous algorithm WLKA and HVKA based on the weight chain list, which can prevent attackers from attacking based on node label and weight list.</p><p>The key of privacy protection problem of dynamic social network data is how to protect the user’s sensitive information effectively under the acceptable time cost, and to ensure the loss rate of weight information is small. The main contributions of this paper are as follows.</p><p>1) This paper makes an improvement on the social network differential privacy data publishing algorithm based on MCL (Markov Clustering algorithm) [<xref ref-type="bibr" rid="scirp.79729-ref13">13</xref>] . This paper presents the method of data privacy protection which can be applied to the dynamic social network better;</p><p>2) In this paper, a strict differential privacy preserving model is introduced. This paper designs a DDPA algorithm that satisfies ε―difference privacy. The DDPA algorithm identifies the edge weight information that changes as the number of iterations increases and adds the privacy protection budget that satisfies ε. The algorithm achieves privacy protection by injecting noise from the Laplace distribution into the weight of the nodes where the nodes are clustered;</p><p>3) This paper experiments on the real social network data set. Comparing with the direct application of MDPA algorithm, the DDPA algorithm satisfies the user’s privacy requirement in the social network, reduces the execution time and the loss rate of weight information.</p></sec><sec id="s3"><title>3. Basic Concept</title><sec id="s3_1"><title>3.1. Dynamic Social Network</title><p>Definition 1. Dynamic social network</p><p>Defining a dynamic social network G : G = ( V I , E I ) , E I = { ( x , y ) | x , y ∈ V I } , V<sup>I</sup> represents a collection of users in the social network at the time of iterations, and E<sup>I</sup> represents a collection of the edges of the interaction between users in the social network at the time of iterations, G = { G 1 , G 2 , G 3 , ⋯ , G I } represents the collection of social network graphs at I = 1 , 2 , ⋯ , N . G = { G 1 ′ , G 2 ′ , G 3 ′ , ⋯ , G I ′ } represents the collection of social network graphs which has added privacy protection at I = 1 , 2 , ⋯ , N .</p><p>The dynamic social Network graph shows in <xref ref-type="fig" rid="fig1">Figure 1</xref>. G = (G<sup>I1</sup>, G<sup>I2</sup>). <xref ref-type="fig" rid="fig1">Figure 1</xref>(b) is compared to <xref ref-type="fig" rid="fig1">Figure 1</xref>(a), which increases the edge between node 2, node 6, deletes the edge between node 5 and node 8, and the edge between node 8 and node 11.</p></sec><sec id="s3_2"><title>3.2. The Edge Weight Information of Ternary Group</title><p>Definition 2. The edge weight information of ternary group</p><p>Defining a ternary group T = (i, j, x), i, j represents the node number in a social</p><p>network diagram, x represents the weight value of the edge. x is 0 when there is no connection between nodes. T = (1, 2, 5) indicates that there is a side between node 1 and node 2, with a weighting value of 5.</p></sec><sec id="s3_3"><title>3.3. Sensitivity</title><p>Definition 3. Sensitivity: Δ q is the sensitivity of the query function, which is defined as follows:</p><p>Δ q = max D 1 , D 2 | q ( D 1 ) − q ( D 2 ) | (1)</p><p>Data sets D<sub>1</sub> and D<sub>2</sub> differ by only one element. In this paper, we suppose two social network data sets G<sup>I</sup><sup>1</sup> and G<sup>I</sup><sup>2</sup>. There is only one different element between data sets G<sup>I</sup><sup>1</sup> and G<sup>I</sup><sup>2</sup>. Global sensitivity is set to the maximum difference weight that exists on the difference edge Δf = W<sub>max</sub>.</p></sec><sec id="s3_4"><title>3.4. ε―Weight Vector</title><p>Definition 4. ε―Weight vector</p><p>The social network graph G<sup>I</sup><sup>1</sup> is initialized, and then the Markov clustering is carried out. The clustering result set V of node cluster is obtained, and then the weight information of each cluster is recorded. According to the order of clustering set, the weights are composed of ternary group T = { T 1 , T 2 , ⋯ , T n } .</p><p>T 1 = ( i 1 , j 1 , x 1 ) T 2 = ( i 2 , j 2 , x 2 )           ⋮ T n = ( i n , j n , x n ) (2)</p><p>X = ( x 1 , x 2 , ⋯ , x n ) , according to the query sensitivity Δf and privacy budget parameters ε, constructing a noise vector with a Laplace distribution of length d <sup>X</sup>. P i = X + L a p ( Δ f / ε ) X , P <sub>i</sub> is a weight vector satisfying ε―differential privacy.</p></sec><sec id="s3_5"><title>3.5. Weight Information Loss of Graph</title><p>Definition 5. Weight information loss rate of graph</p><p>There are G = ( V , E ) and G ′ = ( V ′ , E ′ ) . G ′ is added the privacy protection. The loss rate of weight information due to the change of weight is:</p><p>W I L ( G , G ′ ) = ∑ ( i , j ) ∈ E | W ( i , j ) − W ′ ( i , j ) | W ( G ) (3)</p><p>W ′ ( i , j ) is the value of weight which has added the privacy protection. W(G) is the sum of all edge weights of network graphs.</p></sec></sec><sec id="s4"><title>4. A Dynamic Social Network Data Publishing Algorithm Based on Differential Privacy</title><p>Applying static social network data privacy publishing algorithm directly to dynamic social network can cause high execution time and large information loss rate of graph structure. This paper makes an improvement on differential privacy network data publishing based on MCL, and designs a dynamic social network data publishing algorithm DDPA which satisfies the ε―difference privacy.</p><p>In order to introduce the algorithm flow of DDPA, the MDPA algorithm is decomposed into two parts that include algorithm 1 and algorithm 2.</p><p>Algorithm 1: Input the initial social network graph G, expansion parameter e, inflation parameter p, outputs the ε―weight vector of the initial graph G.</p><p>Algorithm 2: Output the ε―weight vector of the initial graph G, privacy budget parameters ε, output the privacy preserving graph G'.</p><sec id="s4_1"><title>4.1. Basic Idea of DDPA</title><p>The distribution of social network data has dynamic characteristics, and the graph structure is updated iteratively. DDPA algorithm is an improvement of privacy protection algorithm in static social network data publishing. MDPA algorithm adds noise to the whole network graph, but DDPA algorithm adds noise to the changed network edge weights. DDPA algorithm identifies the edge weight information that changes as the number of iterations increases, and adds the privacy protection budget that satisfies ε. Therefore, DDPA algorithm greatly reduces the execution cost of the algorithm and reduces the loss rate of weight information.</p></sec><sec id="s4_2"><title>4.2. Basic Flow of DDPA</title><p>The algorithm steps are described as follows:</p><p>Input: Social Network graph G<sup>I</sup> in the Ith Iteration, Social Network graph G I ′ which has protected in the Ith Iteration, Social Network graph G<sup>I</sup><sup>+1</sup> in the I+1th Iteration, privacy budget parameter ε, expansion parameter e, Inflation parameter p;</p><p>Output: Social Network graph G I + 1 ′ which has protected in the I+1th Iteration</p><p>Step 1 Execute algorithm 1, traverse G<sup>I</sup>, build the weight information ternary group T<sub>I</sub> (i, j, x) and Vector X<sub>I</sub></p><p>Step 2 Execute algorithm 2, create a social network graph of privacy protection G I ′ , the weight information ternary group T ′ I and Vector X ′ I which belong to G I ′</p><p>Step 3 Execute algorithm 1, traverse G<sup>I</sup><sup>+1</sup>, build weights information ternary group T<sub>I</sub><sub>+1</sub> (i, j, x) and Vector X<sub>I</sub><sub>+1</sub></p><p>Step 4 Compare T<sub>I</sub> and T<sub>I</sub><sub>+1</sub>, recognize ternary group T<sub>c</sub> which belongs to modified edges, generate the weight vector X<sub>c</sub> corresponding to T<sub>c</sub></p><p>Step 5 Compare T ′ I and T<sub>I</sub><sub>+1</sub>, recognize ternary group T<sub>a</sub> which belongs to add edges, generate the weight vector X<sub>a</sub> corresponding to T<sub>a</sub></p><p>Step 6 Taking S<sub>i</sub> as sampling frequency, make X<sub>c</sub> to random sampling. Generating Laplace noise N<sub>c</sub> that satisfies differential privacy</p><p>Step 7 Taking S<sub>i</sub> as sampling frequency, make X<sub>a</sub> to random sampling. Generating Laplace noise N<sub>a</sub> that satisfies differential privacy</p><p>Step 8 Using X<sub>c</sub> instead of the changed edge information in the T<sub>I</sub>’s weight vector X ′ I , add the edge information increment to X ′ I , so X ′ I = X c</p><p>Step 9 According to the query sensitivity Δf and the privacy budget parameter ε, constructing a vector of Laplace distribution with length d: <sup>X</sup></p><p>Step 10 Generating a vector G I + 1 ′ that satisfies differential privacy: DDPA ( G I + 1 ′ ) = P i = X ′ I + L a p ( Δ f / ε ) X I ′</p><p>Step 11 Distribute social Network graph G I + 1 ′ , which has protected in the I+1th Iteration</p></sec><sec id="s4_3"><title>4.3. Privacy Analysis of DDPA</title><p>The DDPA algorithm of dynamic social network data release is the improvement of the social network differential privacy data publishing method based on the Markov clustering algorithm in the static social network. The MDPA algorithm has proved that it satisfies ε―difference privacy. This paper only needs to prove that after recognizing the change of the edge weight information, the ε―Weight vector DDPA (G<sup>I</sup>) satisfies the differential privacy.</p><p>According to the definition of differential privacy, we suppose two dynamic social network data sets G<sup>I</sup><sup>1</sup> and G<sup>I</sup><sup>2</sup>. There is only one different element between data sets G<sup>I</sup><sup>1</sup> and G<sup>I</sup><sup>2</sup>. Given a privacy algorithm DDPA, Range (DDPA) is the range of DDPA. If any outputs of the DDPA algorithm on data sets G<sup>I</sup><sup>1</sup> and G<sup>I</sup><sup>2</sup> satisfy the following inequality, we can say that the DDPA algorithm satisfies ε―differential privacy.</p><p>Pr [ DDPA ( G I 1 ) ∈ P i ] ≤ e ε Pr [ DDPA ( G I 2 ) ∈ P i ] (4)</p><p>Proof: Set p i ∈ P i , P<sub>i</sub> is the same as the X<sub>i</sub> dimension. From the conditional probability,</p><p>Pr [ D D P A ( G I 1 ) = p ] / Pr [ D D P A ( G I 2 ) = p ] = ∏ i = 1 X Pr [ D D P A ( G I 1 ) i = p i | p 1 , ⋯ , p i − 1 ] / Pr [ D D P A ( G I 2 ) i = p i | p 1 , ⋯ , p i − 1 ] ≤ ∏ i = 1 X exp { | D D P A ( G I 1 ) i − D D P A ( G I 2 ) i | / σ } = exp { ‖ D D P A ( G I 1 ) i − D D P A ( G I 2 ) i ‖ I / σ } = exp { X ( G I 1 ) + L a p ( Δ f / ε ) − X ( G I 2 ) − L a p ( Δ f / ε ) / ( W max / ε ) }</p><p>= exp { X ( G I 1 ) − X ( G I 2 ) / ( W max / ε ) } ∵ ( X ( G I 1 ) − X ( G I 2 ) ) ≤ W max ∴ exp { X ( G I 1 ) − X ( G I 2 ) / ( W max / ε ) } ≤ exp { W max / ( W max / ε ) } = exp { ε } = e ε ⇒ ( Pr [ D D P A ( G I 1 ) = p i ] / Pr [ D D P A ( G I 2 ) = p i ] ) ≤ e ε</p><p>∵ p i ∈ P i , ∴ Pr [ D D P A ( G I 1 ) ∈ P i ] / Pr [ D D P A ( G I 2 ) ∈ P i ] ≤ e ε</p><p>Then Pr [ D D P A ( G I 1 ) ∈ P i ] ≤ e ε Pr [ D D P A ( G I 2 ) ∈ P i ]</p></sec></sec><sec id="s5"><title>5. Experiment and Analysis</title><sec id="s5_1"><title>5.1. Experimental Setup</title><p>Experimental environment is: Intel(R) Core(TM) i5-4590 CPU @ 3.30 GHz 4.00 GB of Memory. The operating system is Microsoft Windows 7 ultimate. The programming languages are C++ and Matlab. The experimental data is Lesmis which is a weighted social network graph [<xref ref-type="bibr" rid="scirp.79729-ref14">14</xref>] . Lesmis has 77 nodes and 254 sides. In order to reflect the dynamic characteristics of social network, this paper randomly deletes 5% nodes, then adds 5% nodes from the initial social network graph to form a new social network map. In the experimental scheme, the node of social network diagram is invariant, that is, regardless of the node reduction or increase. Only the change of side information is considered.</p></sec><sec id="s5_2"><title>5.2. Experimental Result</title><p>The experiment of this paper contains three parts. The first part of the experiment tests the execution time of the DDPA algorithm. The second part of the experiment tests the graph weight information loss rate of the DDPA algorithm. The third part of the experiment is to compare the DDPA algorithm and the MDPA algorithm in the execution time and the weight information loss rate. The result of the experiment is the average result of five times.</p><sec id="s5_2_1"><title>5.2.1. Analysis of Execution Time</title><p>The execution time test result sets for the DDPA algorithm are shown in <xref ref-type="fig" rid="fig2">Figure 2</xref>.</p><p>The experiment tells us the execution time is changing with the change of ε and p. The values of ε are 0.05, 0.1, 1 and 10. At the same iteration time, the increase of ε has less effect on execution time. As the number of iterations increases, the difference edge weight information that needs to be identified during each iteration is reduced. When the ε is invariant, the execution time of the DDPA algorithm is reduced correspondingly.</p></sec><sec id="s5_2_2"><title>5.2.2. Analysis of Loss Rate of Weight Information</title><p>The test results for the weighted information loss rate of graph in the DDPA algorithm are shown in <xref ref-type="fig" rid="fig3">Figure 3</xref>.</p><p>The experiment tells us the weighted information loss rate of graph in the DDPA algorithm is changing with the change of ε and p. The values of ε are 0.05, 0.1, 1 and 10. From the experimental results we can see that the weight information loss rate of the graph structure decreases with the increase of ε at the same iteration time. When the value of the privacy budget parameter ε is unchanged, the weight information loss rate of the graph structure increases correspondingly with the increase of the number of iterations. The experimental results show that with the increase of ε, the Laplace noise decreases correspondingly. The value of weights becomes closer to the real value, and then the loss rate of weight information becomes smaller.</p></sec><sec id="s5_2_3"><title>5.2.3. Experimental Comparison</title><p>This experiment is a comparison between the MDPA algorithm and the DDPA algorithm in the execution time and the weight information loss rate. The test results are shown in <xref ref-type="fig" rid="fig4">Figure 4</xref>.</p><p>In the experiment, the values of ε are 0.05, 0.1, 1 and 10. The experimental results in <xref ref-type="fig" rid="fig4">Figure 4</xref>(a) show that when the privacy budget parameter ε takes the same value, the execution time of the DDPA algorithm is significantly lower than the MDPA algorithm at the same iteration time, and as the number of iterations increases, the execution time of the DDPA algorithm is also less than the MDPA algorithm. The experimental results in <xref ref-type="fig" rid="fig4">Figure 4</xref>(b) show that when the privacy budget parameter ε takes the same value, the weight loss rate of the DDPA algorithm and the MDPA algorithm will increase gradually with the increase of iterative times. Because of the increase of the number of iterations, the Laplace noise satisfying the ε―difference privacy gradually increases, so the weight loss rate will increase correspondingly. However, the weight loss rate of the DDPA algorithm is always lower than the MDPA algorithm, which shows that the DDPA algorithm is superior to the MDPA algorithm in the dynamic social network.</p></sec></sec></sec><sec id="s6"><title>6. Conclusion</title><p>Aiming at the improvement of privacy protection algorithm in static social network data publishing, a dynamic social network data publishing algorithm based on differential privacy is designed. This paper recognizes the edge weight information which changes with the increase of the number of iterations, adds the privacy protection budget satisfying ε, reduces the time cost of the algorithm, and guarantees the reduction of the loss rate of weight information. The limitation of this paper is that we only consider the increase or decrease of edge and the change of the edge weight. The change of the node makes the privacy protection budget more complicated. The future work is to deeply study the situation</p><p>of the change of node. The method of this paper will enhance the degree of privacy protection and reduce the loss rate of weight information under the condition of satisfying the privacy budget.</p></sec><sec id="s7"><title>Acknowledgements</title><p>This work has been supported by The Ministry of Education’s Research program (2017A20004) and National Science and Technology Support Project (2013BAK07B04).</p></sec><sec id="s8"><title>Cite this paper</title><p>Liu, Z.P., Dong, Y.W., Zhao, X. and Zhang, B. (2017) A Dynamic Social Network Data Publishing Algorithm Based on Differential Privacy. Journal of Information Security, 8, 328-338. https://doi.org/10.4236/jis.2017.84021</p></sec></body><back><ref-list><title>References</title><ref id="scirp.79729-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Liu, K. and Terzi, E. (2008) Towards Identity Anonymization on Graphs. ACM SIGMOD International Conference on Management of Data, SIGMOD 2008, June 2008, Vancouver, BC, Canada, 93-106.</mixed-citation></ref><ref id="scirp.79729-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Lan, L.H. and Ju, S.H. (2015) Privacy Preserving Based on Differential Privacy for Weighted Social Networks. Journal on Communications, 36, 145-159.</mixed-citation></ref><ref id="scirp.79729-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Zhang, W., Cang, J.Y., Wang, X.R., et al. (2016) Differentially Private Network Data Publishing via Hierarchical Random Graph. Journal of Nanjing University of Posts and Telecommunication (Natural Science Edition), 36, 23-32.</mixed-citation></ref><ref id="scirp.79729-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Chen, C.L., Xiong, J., Chen, L., et al. (2016) Personalized Privacy Protection in Dynamic Social Network Data Publication. Journal of Nanjing University of Posts and Telecommunication (Natural Science Edition), 36, 74-81.</mixed-citation></ref><ref id="scirp.79729-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Ying, X. and Wu, X. (2008) Randomizing Social Networks: a Spectrum Preserving Approach. Siam International Conference on Data Mining, SDM 2008, 24-26 April 2008, Atlanta, Georgia, USA, DBLP, 739-750.</mixed-citation></ref><ref id="scirp.79729-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Bhagat, S., Cormode, G., et al. (2010) Privacy in Dynamic Social Networks. International Conference on World Wide Web, WWW 2010, April 2010, Raleigh, North Carolina, USA, DBLP, 1059-1060.</mixed-citation></ref><ref id="scirp.79729-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Bhagat, S., Cormode, G., et al. (2010) Prediction Promotes Privacy in Dynamic Social Networks. Proc of the 3rd Conference on Online Social Networks, CA: USENIX Association, 2010, 6.</mixed-citation></ref><ref id="scirp.79729-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Cheng, J., Fu, W.C., Liu, J. (2010) K-Isomorphism, Privacy Preserving Network Publication against Structural Attacks. ACM SIGMOD International Conference on Management of Data, SIGMOD 2010, June 2010, Indianapolis, Indiana, USA, DBLP, 459-470.</mixed-citation></ref><ref id="scirp.79729-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Karwa, V., Smith, A., et al. (2014) Private Analysis of Graph Structure. ACM Transactions on Database Systems, 39, 1146-1157. https://doi.org/10.1145/2611523</mixed-citation></ref><ref id="scirp.79729-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Chen, S. and Zhou, S. (2013) Recursive Mechanism: Towards Node Differential Privacy and Unrestricted Joins. Proc of the International Conference on Management of Data, 2013, 653-664.</mixed-citation></ref><ref id="scirp.79729-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Chen, R., Fung, B.C.M., Yu, P.S., et al. (2014) Correlated Network Data Publication via Differential Privacy. The VLDB Journal, 23, 653-676.  
https://doi.org/10.1007/s00778-013-0344-8</mixed-citation></ref><ref id="scirp.79729-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Guo, C.H., Wang, B., Zhu, H.J., et al. (2016) Incremental Dynamic Social Network Anonymity Technology. Journal of Computer Research and Development, 53, 1352-1364.</mixed-citation></ref><ref id="scirp.79729-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Liu, Z.P., Dong, Y.W., et al. MDPA: Differential Privacy Network Data Publishing Based on MCL. Journal of Zhengzhou University, In Press.</mixed-citation></ref><ref id="scirp.79729-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">Knuth, D.E. (1993) The Stanford GraphBase: A Platform for Combinatorial Computting. Addison-Wesley, Reading, MA.</mixed-citation></ref></ref-list></back></article>