CN112039821B - Method and system for private message exchange in group based on block chain - Google Patents

Method and system for private message exchange in group based on block chain Download PDF

Info

Publication number
CN112039821B
CN112039821B CN201910475112.5A CN201910475112A CN112039821B CN 112039821 B CN112039821 B CN 112039821B CN 201910475112 A CN201910475112 A CN 201910475112A CN 112039821 B CN112039821 B CN 112039821B
Authority
CN
China
Prior art keywords
group
type
data
information
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910475112.5A
Other languages
Chinese (zh)
Other versions
CN112039821A (en
Inventor
杨税令
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Benchainless Technology Shenzhen Co ltd
Original Assignee
Benchainless Technology Shenzhen Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Benchainless Technology Shenzhen Co ltd filed Critical Benchainless Technology Shenzhen Co ltd
Priority to CN201910475112.5A priority Critical patent/CN112039821B/en
Publication of CN112039821A publication Critical patent/CN112039821A/en
Application granted granted Critical
Publication of CN112039821B publication Critical patent/CN112039821B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
    • H04L63/0442Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload wherein the sending and receiving network entities apply asymmetric encryption, i.e. different keys for encryption and decryption
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • H04L12/185Arrangements for providing special services to substations for broadcast or conference, e.g. multicast with management of multicast group membership
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • H04L9/0861Generation of secret information including derivation or calculation of cryptographic keys or passwords
    • H04L9/0869Generation of secret information including derivation or calculation of cryptographic keys or passwords involving random numbers or seeds
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees

Abstract

The invention discloses a private message exchange method and a private message exchange system in a group based on a block chain, wherein a group of nodes logically form a group or a logical node to construct a concept of a virtual group, when a message needs to be sent to a group owner, the message only needs to be sent to the virtual node, so that many-to-many private message sending and receiving are realized, a structural model for fast and safe group private message exchange under the block chain is constructed, and the problem of limited group point-to-point group sending in the block chain is solved.

Description

Block chain-based private message exchange method and system in group
Technical Field
The present invention relates to the field of blockchain, and in particular, to a method and system for private message exchange in a group based on blockchain.
Background
In the future of advanced informatization, privacy protection of information becomes more and more important requirements, and under the more and more strict requirements on privacy protection, the phenomenon of respective protection of information is inevitably promoted, so that a decentralized information application scene is further promoted. For example, chat information in the social domain, if a message is sent through chat software of a certain company, under the increasingly strict privacy protection requirement, the company has no way to prove that the company does not do any infringement on the privacy interests of the user, and then the final result is that the company abandons the takeover of the privacy information of the user, or another company which does not contact the privacy information of the user replaces the position of the company. This will directly generate the demand for decentralized private information exchange, and a chat log can be securely sent to the target user without being relayed by any company server. Today, the blockchain is rapidly developed, a best network environment is provided for the decentralization requirement, but the blockchain is a point-to-point network and only can carry out point-to-point transmission, so that how to construct a many-to-many private information sending and receiving in the network and realize the exchange of private messages in a blockchain group becomes a problem which needs to be solved urgently.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a many-to-many private information sending and receiving method, and realize the block chain group private information exchange fast and safely.
In order to solve the technical problems, the technical solution of the invention is as follows:
a private message exchange method in a group based on a block chain comprises the following steps:
(1) the information sending node generates a piece of data Info;
(2) the system positions a group B where the information sending node is located, and extracts group information and a group type of the group B;
(3) the system obtains a group encryption mode according to the group type to obtain a group public key Bpk;
(4) the system generates a random integer Index which is less than or equal to the total number of the group members, and extracts member information P corresponding to the random number to obtain a member public key Ppk;
(5) the system encrypts Data by using the member public key Ppk and encrypts the random integer Index by using the group public key Bpk to obtain final Data (bpk (Index) + Ppk (info));
(6) the system sends the data to the group members in the group B, and the group members receive and extract the sent data;
(7) the receiving information node obtains the type of the group where the node is located, and extracts the public key of the group where the node is located;
(8) the receiving information node uses the group public key to decrypt the data header;
(9) the receiving information node obtains an original random number Index, and the receiving information node obtains a member corresponding to the random number;
(10) the receiving information node acquires the member public key;
(11) the receiving information node decrypts the latter half of the received data by using the member public key to complete data decryption.
A blockchain-based private message exchange system within a group, comprising:
the group manager is connected with the block chain network and used for managing the currently defined groups, and the groups are added by users in the service operation process;
the member manager is connected with the blockchain network and used for managing member information, wherein the information is control instruction information or descriptive information, and the members are describable objects which can be digitized;
in the key manager, the key manager is connected with the block chain network and is used for generating a key pair and a verification key and providing cryptographic service for the group and the members;
the group manager, the member manager and the key manager are sequentially connected.
Further, the group manager comprises a group attribute management module, a group type definition module and a group data management module.
Further, the group attribute management module is configured to define each attribute of the group, where the attributes include concise information of the group, a position and a group of the group, and other information used for providing an information recording capability for a service, the group type definition module is configured to define a type of the group, where the type is a type in a technical level and is used to perform different analyses on the group attribute, and the group data management module is configured to provide a data access capability for each other module and persistently store the defined data.
Furthermore, the member manager is a subset of the group manager, the member manager works depending on the group manager, and the member manager comprises a member attribute management module, a member type definition module and a member data management module.
Further, the member attribute management module is configured to define various attributes of the group, and define various attributes for different upper-layer service environments, the group type definition module is configured to define a type of the group, the type is a type of a technical layer, and the member data management module is configured to provide access to member data for other modules and provide persistent storage for the formed member data.
Furthermore, the type of the technical layer includes data, a contract, an account, equipment and a group, when the type of the technical layer is data, common text processing is performed on the member information, when the type of the technical layer is a contract, the member information is executed as a program, when the type of the technical layer is an account, the account is checked and checked, when the type of the technical layer is equipment, the controller is used as a controller to send an instruction, and when the type of the technical layer is a group, the group members are analyzed again.
Further, the key manager comprises a key pair production module, an encryption module and a verification module.
Further, the key pair production module is used for generating key pairs for groups and members, the encryption module is used for providing encryption service for data and selecting an encryption mode for upper-layer application, the verification module corresponds to the encryption module, and the verification module provides a password verification method.
Furthermore, the first type is an asymmetric encryption mode using a group key pair, the second type is a symmetric encryption mode using randomly extracted public keys of the group members, the third type is a method using all public keys of the group members to perform annular signature, the verification method has two types, the first type is to directly find out a key in the symmetric encryption for decryption, and the second type is to find out a corresponding key pair according to the adopted encryption mode in the asymmetric encryption and use another key for decryption.
The invention has the beneficial effects that:
the invention constructs a concept of 'virtual group' by logically forming a group of nodes into a group or logically one node, when a message needs to be sent to the owner of the group, only the message needs to be sent to the virtual node, thereby realizing the sending and receiving of many-to-many private information, constructing a structural model for fast and safe exchange of the private information of the group under a block chain, and solving the problem of limited point-to-point group sending in the block chain.
Drawings
FIG. 1 is a flow chart of a corresponding method of the present invention;
Detailed Description
The invention is described in further detail below with reference to the figures and specific examples. It should be noted that the technical features involved in the embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.
In order to solve the problem that a block chain can only carry out point-to-point transmission and cannot carry out many-to-many private information sending and receiving and realize the exchange of private information in a block chain group, the application provides a concept of a virtual group, and the core idea of the virtual group is to logically form a group by a group of nodes or a logical node, and when the message needs to be sent to the owner of the group, the message only needs to be sent to the virtual node. Specifically, the present invention discloses a method for exchanging private messages in a group based on a block chain, as shown in fig. 1, including the following steps:
(1) the information sending node generates a piece of data Info; the sending information node is a node which needs to send data in a group, and before sending, a data Info needs to be generated;
(2) the system positions a group B where the information sending node is located, and extracts group information and a group type of the group B; the step is used for positioning the position of the information sending node and then recording the group attribute of the information sending node;
(3) the system obtains a group encryption mode according to the group type to obtain a group public key Bpk;
(4) the system generates a random integer Index which is less than or equal to the total number of the group members, and extracts member information P corresponding to the random number to obtain a member public key Ppk;
(5) the system encrypts Data by using the member public key Ppk and encrypts a random integer Index by using the group public key Bpk to obtain final Data bpk (Index) + Ppk (info); the final data is the data encrypted by the random key in the group, the step completes the sending and encryption process of the mass data,
(6) the system sends the data to the group members in the group B, and the group members receive and extract the sent data; all members in the group can extract the sent data, and the step starts the receiving process;
(7) the receiving information node obtains the type of the group where the node is located, and extracts the public key of the group where the node is located; because the group public key is determined by the group type, all members in the group can obtain the group public key by obtaining the group type per se;
(8) the receiving information node uses the group public key to decrypt the data header;
(9) the receiving information node obtains an original random number Index, and the receiving information node obtains a member corresponding to the random number; all members in the same group can receive the random integer Index, and determine the corresponding members according to the random number;
(10) the receiving information node obtains the member public key;
(11) the receiving information node decrypts the latter half of the received data by using the member public key to complete data decryption.
The method for exchanging private information in group uses random cipher key mode in group, the core realizing method is that the public key of the group is used to encrypt the random serial number of the current information, before encryption, the public key of one member in the group is first extracted by the serial number to do symmetric encryption, when other people in group send information to the group, one serial number is randomly extracted by themselves and then the public key corresponding to the serial number is extracted to encrypt the data and send out the data, the members in group can receive the data by decrypting the data through the public key of group and the obtained public key of the members. The method is suitable for group members to send information to the group members, and is high in encryption and decryption speed and convenient and fast to use.
The invention also discloses a private message exchange system in the group based on the block chain, which comprises:
the group manager is connected with the block chain network and used for managing the currently defined groups, and the groups are added by users in the service operation process; for example, a chat group added by a user, in some specific application scenarios, the initial phase is already set in the code, such as an internet of things application, and the system for controlling all light bulbs in a room is similar to the function of the group manager.
The member manager is connected with the blockchain network and used for managing member information, wherein the information is control instruction information or descriptive information, and the members are describable objects which can be digitized; for example, when the system is applied to social contact, the system is information such as a nickname and a personal signature of a person, and when the system is applied to the internet of things, the system may be control instruction information such as instruction information for turning on or off lights, and members of the member manager correspond to a subset of a group, and the group is a system for controlling all light bulbs in a room, i.e., the member is instruction information for turning on or off lights.
In the key manager, the key manager is connected with the block chain network and is used for generating a key pair and a verification key and providing cryptographic service for the group and the members;
the group manager, the member manager and the key manager are sequentially connected.
Preferably, the group manager includes a group attribute management module, a group type definition module, and a group data management module. Preferably, the group attribute management module is configured to define each attribute of a group, where the attributes include concise information of the group, a location of the group, and other information for providing an information recording capability for a service, and different definitions are provided in different upper layer application scenarios, for example, concise information of a group may be defined in a chat, and a location of a group may be defined in an application of the internet of things. The information defined herein may be used for different purposes depending on the design of the subsequent type definition module, and is conventionally used to provide information recording capability for services, and may be used to define different service operations in other cases. Preferably, the group type definition module is configured to define a type of a group, where the type is a type of a technical layer and is used to perform different analyses on a group attribute, the type of the technical layer is different from the type of a service layer, and the type of the service layer is actually embodied by a group attribute, that is, the type is defined by a group attribute management module, such as a chat group, where the type is an in-company chat group, where the in-company type is an attribute of the group, in a bottom-layer technical support, the group is a text-type description group, where a text type is the group type referred to herein, and according to different specific service requirements, the type support implemented here is also different, such as only being used for a text-description group, where only text information is recorded, and the type definition module only performs text processing when encountering the type, for example, if the group is defined as a program group, the type definition module will treat its members as a program when it encounters this type. In the invention, text type and contract type are mainly realized, and new type can be added or old type can be deleted according to different upper layer service requirements. Preferably, the group data management module is configured to provide data access capability for other modules, and perform persistent storage on defined data.
Preferably, the member manager is a subset of the group manager, the member management module is similar to the group management module, the member manager is attached to the group manager to work, and the member manager comprises a member attribute management module, a member type definition module and a member data management module. Preferably, the member attribute management module is configured to define each attribute of the group, and define each attribute for different upper service environments, the group type definition module is configured to define a type of the group, where the type is a type of a technical layer, and preferably, the type of the technical layer includes data, a contract, an account, a device, and a group, and when the type of the technical layer is data, the member information is subjected to ordinary text processing, and when the type of the technical layer is a contract, the member information is executed as a program, and when the type of the technical layer is an account, the account is subjected to an account balance operation, and when the type of the technical layer is a device, the member is used as a controller to send an instruction, and when the type of the technical layer is a group, the group member is analyzed again. The present invention implements different functions according to different types. Preferably, the member data management module is used for providing member data access for other modules and providing persistent storage for the formed member data.
Preferably, the key manager comprises a key pair production module, an encryption module and a verification module. The first one is an asymmetric encryption mode using the group key pair, namely, a pair of keys is distributed to the group, only people in the group have private keys, the public keys are open to all people, and when other people in the group and outside the group send messages to the group, only the public keys are used for encrypting and then sending the messages to the group, and any person in the group can decrypt the messages by using the private keys of the group. The method is suitable for the member outside the group to send the second kind of information to the member inside the group, it uses the random cipher key inside the group, and the invention is also the most common method, namely the public key of the group is used to encrypt the random serial number of the current information, before encrypting, the serial number is used to extract the public key of one member in the group to do symmetric encryption, when other persons in the group want to send information to the group, the other persons in the group randomly extract a serial number and then extract the corresponding public key of the serial number to encrypt and then send out the data, the member in the group decrypts the serial number and then uses the public key to decrypt. The second type is only suitable for sending information to the members in the group by the members in the group, but has the fastest speed and strong applicability. And thirdly, sending the message by adopting an intra-group ring signature mode, wherein when the members in the group and outside the group send messages to the group, the public key of all the persons in the group is used for carrying out ring signature, and then any person of the members in the group carries out decryption by using the private key of the person. The third method is also suitable for sending information from the members outside the group to the members inside the group, and has the highest security but the slowest speed, so that different encryption modes can be selected according to different requirements. The verification module corresponds to the encryption module and provides a password verification method, and the two verification methods are used for the first one, namely directly finding a key for decryption in symmetric encryption and the second one, namely finding a corresponding key pair according to the adopted encryption mode in asymmetric encryption and using the other key for decryption.
The invention manages different groups through a group manager, manages different members in the group through the member manager, encrypts and decrypts the group and the members through a key manager, constructs a concept of a virtual group by logically forming a group node into a group or a logical node, and realizes data transmission and transmission in the group by utilizing data transmission and reception among the virtual groups, thereby realizing multi-to-multi private information transmission and reception, constructing a structural model for fast and safe group private message exchange under a block chain, and solving the problem of limited group-to-point group transmission in the block chain.
The above description is only a preferred embodiment of the present invention, and does not limit the technical scope of the present invention, so that the changes or modifications made by the claims and the specification of the present invention should fall within the scope of the present invention.

Claims (9)

1. A private message exchange method in a group based on a block chain is characterized by comprising the following steps:
(1) the information sending node generates a piece of data Info;
(2) the system positions a group B where the information sending node is located, and extracts group information and a group type of the group B;
(3) the system obtains a group encryption mode according to the group type to obtain a group public key B pk
(4) The system generates a random integer Index less than or equal to the total number of group members, extracts member information P corresponding to the random integer to obtain the member public key P pk
(5) The system uses the member public key P pk Encrypting the data using the group public key B pk Encrypting the random integer Index to obtain the final Data B pk (Index)+P pk (Info);
(6) The system sends the data to the group members in the group B, and the group members receive and extract the sent data;
(7) the receiving information node obtains the type of the group where the node is located, and extracts the public key of the group where the node is located;
(8) the receiving information node uses the group public key to decrypt the data header;
(9) the receiving information node obtains an original random number Index, and the receiving information node obtains a member corresponding to the random number;
(10) the receiving information node obtains the member public key;
(11) the receiving information node decrypts the latter half of the received data by using the member public key to complete data decryption.
2. A private blockchain-based messaging system within a group operating the method of claim 1, comprising:
the group manager is connected with the block chain network and used for managing the currently defined groups, and the groups are added by users in the process of service operation;
the member manager is connected with the blockchain network and used for managing member information, wherein the information is control instruction information or descriptive information, and the members are describable objects which can be digitized;
in the key manager, the key manager is connected with the block chain network and is used for generating a key pair and a verification key and providing cryptographic service for the group and the members;
the group manager, the member manager and the key manager are sequentially connected.
3. The system of claim 2, wherein the group manager comprises a group property management module, a group type definition module, and a group data management module.
4. The private message exchange system in a group based on a block chain according to claim 3, wherein the group attribute management module is configured to define each attribute of the group, where the attributes include concise information of the group, location and group of the group, and other information used for providing information recording capability for a service, the group type definition module is configured to define a type of the group, where the type is a type in a technical plane and is used to perform different resolutions of the group attribute, and the group data management module is configured to provide data access capability for other modules, and persistently store the defined data.
5. The system of claim 2, wherein the member managers are a subset of the group managers, the member managers are attached to the group managers to work, and the member managers comprise a member attribute management module, a member type definition module and a member data management module.
6. The system according to claim 5, wherein the member attribute management module is configured to define attributes of the group, define the attributes for different upper layer service environments, the group type definition module is configured to define a type of the group, the type is a technical type, and the member data management module is configured to provide access to the member data for other modules and provide persistent storage for the formed member data.
7. The private message exchange system in a group based on a blockchain as claimed in claim 6, wherein the type of the technical layer includes data, a contract, an account, a device and a group, when the type of the technical layer is data, the member information is processed by a common text, when the type of the technical layer is a contract, the member information is executed as a program, when the type of the technical layer is an account, the account is checked and posted, when the type of the technical layer is a device, the system is used as a controller to send an instruction, and when the type of the technical layer is a group, the group member is analyzed again.
8. The private blockchain-based message exchange system as claimed in claim 2, wherein the key manager includes a key pair generation module, a cryptographic module and a verification module.
9. The private message exchange system in a group based on a blockchain as claimed in claim 8, wherein the key pair generation module is configured to provide generation of a key pair for the group and the member, the encryption module is configured to provide an encryption service for data and select an encryption mode for an upper application, the verification module corresponds to the encryption module, and the verification module provides a password verification method.
CN201910475112.5A 2019-06-03 2019-06-03 Method and system for private message exchange in group based on block chain Active CN112039821B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910475112.5A CN112039821B (en) 2019-06-03 2019-06-03 Method and system for private message exchange in group based on block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910475112.5A CN112039821B (en) 2019-06-03 2019-06-03 Method and system for private message exchange in group based on block chain

Publications (2)

Publication Number Publication Date
CN112039821A CN112039821A (en) 2020-12-04
CN112039821B true CN112039821B (en) 2022-09-27

Family

ID=73576375

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910475112.5A Active CN112039821B (en) 2019-06-03 2019-06-03 Method and system for private message exchange in group based on block chain

Country Status (1)

Country Link
CN (1) CN112039821B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108768988A (en) * 2018-05-17 2018-11-06 深圳前海微众银行股份有限公司 Block chain access control method, equipment and computer readable storage medium
WO2019021105A1 (en) * 2017-07-24 2019-01-31 nChain Holdings Limited Methods and Systems For Blockchain-Implemented Event-Lock Encryption

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1473899A1 (en) * 2003-04-28 2004-11-03 Telefonaktiebolaget LM Ericsson (publ) Security in a communications network
CN102025503B (en) * 2010-11-04 2014-04-16 曙光云计算技术有限公司 Data security implementation method in cluster environment and high-security cluster
US8874769B2 (en) * 2011-06-30 2014-10-28 Qualcomm Incorporated Facilitating group access control to data objects in peer-to-peer overlay networks
US9871775B2 (en) * 2015-08-10 2018-01-16 Cisco Technology, Inc. Group membership block chain
KR101936080B1 (en) * 2017-10-26 2019-04-03 순천향대학교 산학협력단 Ksi-based authentication and communication method for secure smart home environment and system therefor
CN107635227B (en) * 2017-10-30 2021-01-29 中国联合网络通信集团有限公司 Group message encryption method and device
CN108833115B (en) * 2018-06-15 2021-01-26 中山大学 Multi-party fair PDF (Portable document Format) contract signing method based on block chain
CN109150836A (en) * 2018-07-21 2019-01-04 江苏飞搏软件股份有限公司 Block chain entity identities management system and method
CN109816524A (en) * 2018-12-27 2019-05-28 链极智能科技(上海)有限公司 A method of alliance's chain member is managed by block chain public affairs chain

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019021105A1 (en) * 2017-07-24 2019-01-31 nChain Holdings Limited Methods and Systems For Blockchain-Implemented Event-Lock Encryption
CN108768988A (en) * 2018-05-17 2018-11-06 深圳前海微众银行股份有限公司 Block chain access control method, equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN112039821A (en) 2020-12-04

Similar Documents

Publication Publication Date Title
US9485096B2 (en) Encryption / decryption of data with non-persistent, non-shared passkey
CN102195957B (en) Resource sharing method, device and system
US7016499B2 (en) Secure ephemeral decryptability
Zhang et al. Message in a sealed bottle: Privacy preserving friending in mobile social networks
CN104158827B (en) Ciphertext data sharing method, device, inquiry server and upload data client
Albrecht et al. Collective Information Security in {Large-Scale} Urban Protests: the Case of Hong Kong
CN101218626A (en) Capturing contacts via people near me
WO2012100677A1 (en) Identity management method and device for mobile terminal
US20230059173A1 (en) Password concatenation for secure command execution in a secure network device
CN106790037A (en) The instant communication method and system of a kind of User space encryption
CN115426136B (en) Cross-domain access control method and system based on block chain
JP2004032209A (en) Information delivery system, its server, information processor and program
WO2018232071A1 (en) User authentication in a dead drop network domain
JP6302851B2 (en) Re-encryption method, re-encryption system, and re-encryption device
JP2018037938A (en) Key exchange method and key exchange system
EdalatNejad et al. {DatashareNetwork}: A Decentralized {Privacy-Preserving} Search Engine for Investigative Journalists
US20190095628A1 (en) Method and a device for secure storage of at least one element of digital information, and system comprising such device
JP4875526B2 (en) Security program and server
CN107959725A (en) The Publish-subscribe class service agreement of consideration privacy of user based on elliptic curve
KR101760376B1 (en) Terminal and method for providing secure messenger service
CN112039821B (en) Method and system for private message exchange in group based on block chain
KR101489447B1 (en) System for encoding information by encrypting message into common conversation
Beato et al. Virtualfriendship: Hiding interactions on online social networks
US20140185808A1 (en) Apparatus, systems, and methods for encryption key distribution
Peng et al. On the security of fully homomorphic encryption for data privacy in Internet of Things

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20210329

Address after: 2201, 703c, Desai science and technology building, 9789, Shennan Avenue, Gaoxin District, Yuehai street, Nanshan District, Shenzhen, Guangdong 518000

Applicant after: Benchainless Technology (Shenzhen) Co.,Ltd.

Address before: 361006 unit 202, No.50, anling 2nd Road, Huli District, Xiamen City, Fujian Province

Applicant before: XIAMEN INSTINCT BLOCKCHAIN TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant