Research Article
A Covert-Aware Anonymous Communication Network for Social Communication
| Input: | | Output: address | (1) | message = dec() | (2) | K = message.K | (3) | If then | (4) | return error | (5) | address = null | (6) | for in do | (7) | If checkAvailable( ) then | (8) | address = | (9) | break; | (10) | upload(address )// contains the network’s cache and other resources | (11) | sign = sign(address, K,) | (12) | = [] | (13) | = enc() | (14) | response = request.getResponse().setData() | (15) | response.send() | (16) | return res |
|