Movatterモバイル変換


[0]ホーム

URL:


US20200313856A1 - Systems and methods of blockchain platform for intermediaries and passwordless login - Google Patents

Systems and methods of blockchain platform for intermediaries and passwordless login
Download PDF

Info

Publication number
US20200313856A1
US20200313856A1US16/369,656US201916369656AUS2020313856A1US 20200313856 A1US20200313856 A1US 20200313856A1US 201916369656 AUS201916369656 AUS 201916369656AUS 2020313856 A1US2020313856 A1US 2020313856A1
Authority
US
United States
Prior art keywords
ciphertext
module
user
key
blockchain platform
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.)
Abandoned
Application number
US16/369,656
Inventor
Saswata Basu
Siva Dirisala
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.)
0Chain LLC
Original Assignee
0Chain LLC
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 0Chain LLCfiledCritical0Chain LLC
Priority to US16/369,656priorityCriticalpatent/US20200313856A1/en
Assigned to 0Chain, LLCreassignment0Chain, LLCASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: BASU, SASWATA
Assigned to 0Chain, LLCreassignment0Chain, LLCASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: DIRISALA, SIVA
Publication of US20200313856A1publicationCriticalpatent/US20200313856A1/en
Priority to US17/228,030prioritypatent/US20220182415A1/en
Priority to US17/228,399prioritypatent/US11978044B2/en
Priority to US17/228,152prioritypatent/US20220309490A1/en
Priority to US17/349,779prioritypatent/US20210320973A1/en
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

The systems and methods on a blockchain platform for one or more intermediaries for services including proxy re-encryption, independent audit, multiple-signatures based smart wallet associated with a smart contract and split-key authentication to achieve secure passwordless login. Proxy re-encryption by receiving a ciphertext from a first user with condition parameters that has been encrypted with a dynamically selected encryption algorithm. Audit service receiving an encrypted file from a user for storage on the blockchain platform; enforcing the security policy parameters for all access requests to the file on the blockchain platform; and optionally providing audit report of the encrypted file storage and access. A smart wallet with a group key using multiple signatures based on receipt of a threshold number of signatures. Split-key authentication by splitting the private key into two or more parts; and assigning the split private key part to two or more client devices.

Description

Claims (20)

1. A method on a blockchain platform for one or more intermediaries comprising:
receiving a ciphertext from a first user with condition parameters that has been encrypted with a dynamically selected encryption algorithm;
receiving a re-encryption key for a second user from the first user;
identifying whether the ciphertext is valid;
re-encrypting the ciphertext;
outputting the re-encrypted ciphertext only if the ciphertext is valid; and
achieving security against chosen ciphertext attack and distributed denial-of-service attack;
sending the re-encrypted ciphertext to the second user for decryption.
2. The method ofclaim 1, wherein the intermediary does not have the ability to decrypt the received ciphertext.
3. The method ofclaim 1, further comprising:
skipping outputting the re-encrypted ciphertext based on one or more condition parameters.
4. The method ofclaim 1, further comprising:
sending the re-encrypted ciphertext to a second intermediary for second hop re-encryption.
5. A method of a blockchain platform for an intermediary, comprising:
receiving an encrypted file from a user for storage on the blockchain platform;
mapping the user to be the owner of the encrypted file;
receiving one or more security policy parameters for the encrypted file from the owner;
enforcing the security policy parameters for all access requests to the file on the blockchain platform; and
optionally providing audit report of the encrypted file storage and access.
6. The method ofclaim 5, wherein the owner is established using past read or write transactions performed directly on the blockchain platform.
7. The method ofclaim 5, further comprising: dividing the encrypted file into two or more parts before sending for storage on the blockchain platform.
8. A method of a blockchain platform for a smart wallet, comprising:
assigning a total number of two or more public-private key pairs for users associated with the smart wallet;
allocating a threshold number for approval on transaction on the smart wallet wherein the threshold number is less than or equal to the total number;
creating a group key from the total number of public-private keys and the threshold number for approvals;
using the group key to register the smart wallet on the blockchain;
receiving for a transaction a shared signature based on the group key from two or more users;
validating and finalizing the transaction when the received signatures are more than the threshold number.
9. The method ofclaim 8, wherein:
the smart wallet with the group key supports all the functions of a single user wallet.
10. A method of blockchain platform for authenticating clients, comprising of:
creating a public and private key at a client device;
splitting the private key into two or more parts;
assigning the split private key part to two or more client devices;
signing to authenticate a challenge using a partial key part at one of the client devices;
sending the challenge to the remaining client devices who sequentially sign using short range wireless network connection;
responding back to the challenge to login without a password.
11. A system on a blockchain platform for one or more intermediaries comprising:
a module to receive a ciphertext from a first user with condition parameters that has been encrypted with a dynamically selected encryption algorithm;
a module to receive a re-encryption key for a second user from the first user;
a module to identify whether the ciphertext is valid;
a module to re-encrypt the ciphertext;
a module to output the re-encrypted ciphertext only if the ciphertext is valid; and
a module to achieve security against chosen ciphertext attack and distributed denial-of-service attack;
a module to send the re-encrypted ciphertext to the second user for decryption.
12. The system ofclaim 11, wherein the intermediary does not have the ability to decrypt the received ciphertext.
13. The system ofclaim 11, further comprising:
a module to skip outputting the re-encrypted ciphertext based on one or more condition parameters.
14. The system ofclaim 11, further comprising:
a module to send the re-encrypted ciphertext to a second intermediary for second hop re-encryption.
15. A system of a blockchain platform for an intermediary, comprising:
a module to receive an encrypted file from a user for storage on the blockchain platform;
a module to map the user to be the owner of the encrypted file;
a module to receive one or more security policy parameters for the encrypted file from the owner;
a module to enforce the security policy parameters for all access requests to the file on the blockchain platform; and
optionally a module to provide audit report of the encrypted file storage and access.
16. The system ofclaim 15, wherein the owner is established using past read or write transactions performed directly on the blockchain platform.
17. The system ofclaim 15, further comprising: a module to divide the encrypted file into two or more parts before sending for storage on the blockchain platform.
18. A system of a blockchain platform for a smart wallet, comprising:
a module to assign a total number of two or more public-private key pairs for users associated with the smart wallet;
a module to allocate a threshold number for approval on transaction on the smart wallet wherein the threshold number is less than or equal to the total number;
a module to create a group key from the total number of public-private keys and the threshold number for approvals;
a module to use the group key to register the smart wallet on the blockchain;
a module to receive for a transaction a shared signature based on the group key from two or more users;
a module to validate and finalize the transaction when the received signatures are more than the threshold number.
19. The system ofclaim 18, wherein:
the smart wallet with the group key supports all the functions of a single user wallet.
20. A system of blockchain platform for authenticating clients, comprising of:
a module to create a public and private key at a client device;
a module to split the private key into two or more parts;
a module to assign the split private key part to two or more client devices;
a module to sign to authenticate a challenge using a partial key part at one of the client devices;
a module to send the challenge to the remaining client devices who sequentially sign using short range wireless network connection;
a module to respond back to the challenge to login without a password.
US16/369,6562017-10-242019-03-29Systems and methods of blockchain platform for intermediaries and passwordless loginAbandonedUS20200313856A1 (en)

Priority Applications (5)

Application NumberPriority DateFiling DateTitle
US16/369,656US20200313856A1 (en)2019-03-292019-03-29Systems and methods of blockchain platform for intermediaries and passwordless login
US17/228,030US20220182415A1 (en)2019-03-292021-04-12Enforcing security parameters specified by an owner on a blockchain platform
US17/228,399US11978044B2 (en)2019-03-292021-04-12Client authentication using split key signing on a blockchain platform
US17/228,152US20220309490A1 (en)2019-03-292021-04-12Group signatures for a smart wallet on a blockchain platform
US17/349,779US20210320973A1 (en)2017-10-242021-06-16Transferring content via proxy re-encryption

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
US16/369,656US20200313856A1 (en)2019-03-292019-03-29Systems and methods of blockchain platform for intermediaries and passwordless login

Related Child Applications (4)

Application NumberTitlePriority DateFiling Date
US15/994,946DivisionUS11165862B2 (en)2017-10-242018-05-31Systems and methods of blockchain platform for distributed applications
US17/228,399DivisionUS11978044B2 (en)2019-03-292021-04-12Client authentication using split key signing on a blockchain platform
US17/228,030DivisionUS20220182415A1 (en)2019-03-292021-04-12Enforcing security parameters specified by an owner on a blockchain platform
US17/228,152DivisionUS20220309490A1 (en)2019-03-292021-04-12Group signatures for a smart wallet on a blockchain platform

Publications (1)

Publication NumberPublication Date
US20200313856A1true US20200313856A1 (en)2020-10-01

Family

ID=72604467

Family Applications (4)

Application NumberTitlePriority DateFiling Date
US16/369,656AbandonedUS20200313856A1 (en)2017-10-242019-03-29Systems and methods of blockchain platform for intermediaries and passwordless login
US17/228,399Active2040-09-13US11978044B2 (en)2019-03-292021-04-12Client authentication using split key signing on a blockchain platform
US17/228,030AbandonedUS20220182415A1 (en)2019-03-292021-04-12Enforcing security parameters specified by an owner on a blockchain platform
US17/228,152AbandonedUS20220309490A1 (en)2019-03-292021-04-12Group signatures for a smart wallet on a blockchain platform

Family Applications After (3)

Application NumberTitlePriority DateFiling Date
US17/228,399Active2040-09-13US11978044B2 (en)2019-03-292021-04-12Client authentication using split key signing on a blockchain platform
US17/228,030AbandonedUS20220182415A1 (en)2019-03-292021-04-12Enforcing security parameters specified by an owner on a blockchain platform
US17/228,152AbandonedUS20220309490A1 (en)2019-03-292021-04-12Group signatures for a smart wallet on a blockchain platform

Country Status (1)

CountryLink
US (4)US20200313856A1 (en)

Cited By (42)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN112214518A (en)*2020-11-092021-01-12广东新禾道信息科技有限公司Block chain-based geospatial basic data sharing method and system
CN112261035A (en)*2020-10-202021-01-22中国联合网络通信集团有限公司Information management method based on block chain, prevention and control center node and rework platform
CN112288523A (en)*2020-10-292021-01-29中国银联股份有限公司 A method and device for numerical ranking based on blockchain
CN112311805A (en)*2020-11-062021-02-02支付宝(杭州)信息技术有限公司Login-free authentication processing method and device based on trusted execution environment
CN112765570A (en)*2021-01-282021-05-07长安大学Identity-based provable data holding method supporting data transfer
CN112906032A (en)*2021-03-152021-06-04上海交通大学File secure transmission method, system and medium based on CP-ABE and block chain
US11068443B2 (en)*2019-12-132021-07-20Raynor DONGIEUXInformation deletion assurance system using distributed ledger
CN113592453A (en)*2021-07-302021-11-02上海万向区块链股份公司Information system operation compliance examination method and system based on block chain
CN113919008A (en)*2021-10-282022-01-11福建师范大学 Traceable attribute-based signature method and system with fixed signature length
CN113992330A (en)*2021-10-302022-01-28贵州大学Block chain data controlled sharing method and system based on proxy re-encryption
US20220045849A1 (en)*2020-12-292022-02-10Beijing Baidu Netcom Science Technology Co., Ltd.Group service implementation method and device, equipment and storage medium
CN114036539A (en)*2021-10-142022-02-11国家电网有限公司 Blockchain-based secure and auditable IoT data sharing system and method
US11283595B1 (en)*2019-08-292022-03-22Hiro Systems PbcSystems and methods for securing cached data stored off-chain in a blockchain-based network
CN114221826A (en)*2022-02-242022-03-22湖南工商大学Distributed encryption system for Internet of things
CN114513327A (en)*2021-12-302022-05-17电子科技大学Block chain-based Internet of things privacy data rapid sharing method
CN114697042A (en)*2022-03-072022-07-01电子科技大学 A blockchain-based proxy re-encryption method for IoT secure data sharing
WO2022150386A1 (en)*2021-01-062022-07-14Ntt Research, Inc.Decentralized multi-authority attribute-based encryption from bilinear diffie-hellman assumptions
US11399079B2 (en)*2018-02-142022-07-26Eingot LlcZero-knowledge environment based networking engine
CN115037530A (en)*2022-05-252022-09-09淮阴工学院Ciphertext duplication removal and centralization removal auditing method based on block chain
US20220309490A1 (en)*2019-03-292022-09-290Chain Corp.Group signatures for a smart wallet on a blockchain platform
CN115396179A (en)*2022-08-232022-11-25京东科技控股股份有限公司Data transmission method, device, medium and equipment based on block chain
US20220385460A1 (en)*2019-09-272022-12-01Cypherium Blockchain Inc.Systems and methods for selecting and utilizing a committee of validator nodes in a distributed system
CN115499193A (en)*2022-09-142022-12-20西南石油大学Rural tourism passenger privacy protection system and method based on block chain
US20230032210A1 (en)*2020-04-242023-02-02Panasonic Intellectual Property Corporation Of AmericaControl method, control device, and recording medium
US20230040235A1 (en)*2019-05-102023-02-09Conduent Business Services, LlcSecure and robust decentralized ledger based data management
US11637703B2 (en)2014-08-122023-04-25Eingot LlcZero-knowledge environment based social networking engine
CN116055225A (en)*2023-03-302023-05-02中国信息通信研究院 Blockchain-based power data access method, device and system
CN117097566A (en)*2023-10-182023-11-21江西农业大学Weighted attribute proxy re-encryption information fine granularity access control system and method
WO2023240425A1 (en)*2022-06-142023-12-21广州工商学院Security authentication management system based on blockchain big data
US11893129B2 (en)2007-07-032024-02-06Eingot LlcRecords access and management
US11917062B2 (en)*2022-05-252024-02-27Seagate Technology LlcKey rotation verification without decryption
US11930043B1 (en)*2023-02-282024-03-12Blockaid LtdTechniques for digital wallet integration and for scanning transactions using integrated modules
US12045826B1 (en)2023-02-282024-07-23Blockaid LtdTechniques for decentralized application discovery and scanning
US12074864B2 (en)*2019-09-242024-08-27Magic Labs, Inc.Non-custodial tool for building decentralized computer applications
US20240362343A1 (en)*2023-04-272024-10-31Seoul National University R&Db FoundationHomomorphic operation system and operating method thereof
US20240412200A1 (en)*2022-02-252024-12-12Earn Re, Inc.Minting and transacting tokenized differentiated energy attributes using blockchain
US20250045744A1 (en)*2023-08-012025-02-06Circle Internet Group, Inc.Platform controlled wallets in blockchain systems
US12273466B2 (en)*2021-08-262025-04-08Aiot Holdings Inc.Electronic authentication system and method of supporting multi-signature
US20250175346A1 (en)*2023-11-282025-05-29Jpmorgan Chase Bank, N.A.Method and system for secure aggregation protocol for protecting privacy of individual data sets
US12423687B1 (en)2022-02-182025-09-23Halborn Inc.Automated rule-based smart contract approval via blockchain cybersecurity authentication services
US12425801B2 (en)2007-07-032025-09-23Eingot LlcRecords access and management
US12443569B2 (en)*2022-08-092025-10-14Cypherium Blockchain Inc.Systems and methods for selecting and utilizing a committee of validator nodes in a distributed system

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
JP7605291B2 (en)*2021-03-192024-12-24日本電気株式会社 Voting system and voting method
US12326953B2 (en)*2022-11-032025-06-10Avago Technologies International Sales Pte. LimitedBlockchain-enforced data access control
EP4387155A1 (en)*2022-12-122024-06-19Tata Consultancy Services LimitedMethod and system for a lattice-based homomorphic proxy re-encryption scheme
KR102624760B1 (en)*2022-12-292024-01-12주식회사 인텔렉투스Method and system for certifying ownership of electronic wallet using token
EP4542474A1 (en)*2023-10-202025-04-23UhuPay GmbHSystem and method for offline signing of transactions

Family Cites Families (21)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8824684B2 (en)*2007-12-082014-09-02International Business Machines CorporationDynamic, selective obfuscation of information for multi-party transmission
ES2400894B1 (en)*2011-05-132014-03-11Telefónica, S.A. PROCEDURE FOR A MULTIPLE DIGITAL SIGNATURE
US10992469B2 (en)*2015-07-142021-04-27Fmr LlcSeed splitting and firmware extension for secure cryptocurrency key backup, restore, and transaction signing platform apparatuses, methods and systems
US10721058B2 (en)*2015-08-042020-07-21Charlie HousholderUltra-secure blockchain enabled analytics
US11941588B2 (en)*2015-11-062024-03-26Cable Television Laboratories, Inc.Systems and methods for blockchain virtualization and scalability
US9887975B1 (en)*2016-08-032018-02-06KryptCo, Inc.Systems and methods for delegated cryptography
US10594702B2 (en)*2016-12-162020-03-17ULedger, Inc.Electronic interaction authentication and verification, and related systems, devices, and methods
US20200313856A1 (en)*2019-03-292020-10-010Chain, LLCSystems and methods of blockchain platform for intermediaries and passwordless login
US11386420B2 (en)*2017-12-292022-07-12Intel CorporationContextual authentication of an electronic wallet
US20190034919A1 (en)*2017-12-292019-01-31Intel CorporationSecuring Electronic Wallet Transactions
EP3740919A4 (en)*2018-01-172021-11-10tZERO IP, LLC MULTIPLE APPROVAL SYSTEM WITH M OF N KEYS TO RECOVER A CUSTOMER'S WALLET
US20190311343A1 (en)*2018-04-062019-10-10Walmart Apollo, LlcPoint of sale system network with distributed ownership record database
EP3557511A1 (en)*2018-04-172019-10-23Metaco SACrypto-asset wallet with off-chain security policy check
US11062035B2 (en)*2018-04-302021-07-13Innoplexus AgSecure document management using blockchain
US11038672B2 (en)2018-06-012021-06-15Duality Technologies, Inc.Secure and distributed management of a proxy re-encryption key ledger
CN112912912A (en)*2018-06-282021-06-04科恩巴斯公司Wallet recovery method
US20200014536A1 (en)*2018-07-062020-01-09Strike Derivatives, Inc.Cryptographic key system and method
WO2020046786A1 (en)*2018-08-272020-03-05Fireblocks Ltd.System and method for securing crypto-asset transactions
SG11202103850WA (en)2018-10-162021-05-28Eluvio IncDecentralized content fabric
EP3654578B1 (en)*2018-11-162022-04-06SafeTech BVMethods and systems for cryptographic private key management for secure multiparty storage and transfer of information
EP3932003A4 (en)*2019-03-012022-11-30SingularDTV GmbHDecentralized digital content distribution system and process using block chains and encrpyted peer-to-peer network

Cited By (54)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US12425801B2 (en)2007-07-032025-09-23Eingot LlcRecords access and management
US11907397B2 (en)2007-07-032024-02-20Eingot LlcRecords access and management
US11893129B2 (en)2007-07-032024-02-06Eingot LlcRecords access and management
US11637703B2 (en)2014-08-122023-04-25Eingot LlcZero-knowledge environment based social networking engine
US12058266B2 (en)2014-08-122024-08-06Eingot LlcZero-knowledge environment based social networking engine
US20230010452A1 (en)*2018-02-142023-01-12Eingot LlcZero-Knowledge Environment Based Networking Engine
US12294621B2 (en)*2018-02-142025-05-06Eingot LlcZero-knowledge environment based networking engine
US11399079B2 (en)*2018-02-142022-07-26Eingot LlcZero-knowledge environment based networking engine
US20220309490A1 (en)*2019-03-292022-09-290Chain Corp.Group signatures for a smart wallet on a blockchain platform
US20230040235A1 (en)*2019-05-102023-02-09Conduent Business Services, LlcSecure and robust decentralized ledger based data management
US11924333B2 (en)*2019-05-102024-03-05Conduent Business Services, LlcSecure and robust decentralized ledger based data management
US11283595B1 (en)*2019-08-292022-03-22Hiro Systems PbcSystems and methods for securing cached data stored off-chain in a blockchain-based network
US12074864B2 (en)*2019-09-242024-08-27Magic Labs, Inc.Non-custodial tool for building decentralized computer applications
US20220385460A1 (en)*2019-09-272022-12-01Cypherium Blockchain Inc.Systems and methods for selecting and utilizing a committee of validator nodes in a distributed system
US11068443B2 (en)*2019-12-132021-07-20Raynor DONGIEUXInformation deletion assurance system using distributed ledger
US11657021B2 (en)2019-12-132023-05-23Raynor DONGIEUXInformation deletion assurance system using distributed ledger
US20230032210A1 (en)*2020-04-242023-02-02Panasonic Intellectual Property Corporation Of AmericaControl method, control device, and recording medium
CN112261035A (en)*2020-10-202021-01-22中国联合网络通信集团有限公司Information management method based on block chain, prevention and control center node and rework platform
WO2022088969A1 (en)*2020-10-292022-05-05中国银联股份有限公司Numerical value ranking method and apparatus based on blockchain
US11825001B2 (en)2020-10-292023-11-21China Unionpay Co., Ltd.Numerical value ranking method and apparatus based on blockchain
CN112288523A (en)*2020-10-292021-01-29中国银联股份有限公司 A method and device for numerical ranking based on blockchain
CN112311805A (en)*2020-11-062021-02-02支付宝(杭州)信息技术有限公司Login-free authentication processing method and device based on trusted execution environment
CN112214518A (en)*2020-11-092021-01-12广东新禾道信息科技有限公司Block chain-based geospatial basic data sharing method and system
CN112214518B (en)*2020-11-092021-06-11广东新禾道信息科技有限公司Block chain-based geospatial basic data sharing method and system
US20220045849A1 (en)*2020-12-292022-02-10Beijing Baidu Netcom Science Technology Co., Ltd.Group service implementation method and device, equipment and storage medium
US12069172B2 (en)*2020-12-292024-08-20Beijing Baidu Netcom Science Technology Co., Ltd.Group service implementation method and device, equipment and storage medium
US12375286B2 (en)2021-01-062025-07-29Ntt Research, Inc.Decentralized multi-authority attribute-based encryption from bilinear diffie-hellman assumptions
WO2022150386A1 (en)*2021-01-062022-07-14Ntt Research, Inc.Decentralized multi-authority attribute-based encryption from bilinear diffie-hellman assumptions
CN112765570A (en)*2021-01-282021-05-07长安大学Identity-based provable data holding method supporting data transfer
CN112906032A (en)*2021-03-152021-06-04上海交通大学File secure transmission method, system and medium based on CP-ABE and block chain
CN113592453A (en)*2021-07-302021-11-02上海万向区块链股份公司Information system operation compliance examination method and system based on block chain
US12273466B2 (en)*2021-08-262025-04-08Aiot Holdings Inc.Electronic authentication system and method of supporting multi-signature
CN114036539A (en)*2021-10-142022-02-11国家电网有限公司 Blockchain-based secure and auditable IoT data sharing system and method
CN113919008A (en)*2021-10-282022-01-11福建师范大学 Traceable attribute-based signature method and system with fixed signature length
CN113992330A (en)*2021-10-302022-01-28贵州大学Block chain data controlled sharing method and system based on proxy re-encryption
CN114513327A (en)*2021-12-302022-05-17电子科技大学Block chain-based Internet of things privacy data rapid sharing method
US12423687B1 (en)2022-02-182025-09-23Halborn Inc.Automated rule-based smart contract approval via blockchain cybersecurity authentication services
CN114221826A (en)*2022-02-242022-03-22湖南工商大学Distributed encryption system for Internet of things
US20240412200A1 (en)*2022-02-252024-12-12Earn Re, Inc.Minting and transacting tokenized differentiated energy attributes using blockchain
CN114697042A (en)*2022-03-072022-07-01电子科技大学 A blockchain-based proxy re-encryption method for IoT secure data sharing
CN115037530A (en)*2022-05-252022-09-09淮阴工学院Ciphertext duplication removal and centralization removal auditing method based on block chain
US11917062B2 (en)*2022-05-252024-02-27Seagate Technology LlcKey rotation verification without decryption
WO2023240425A1 (en)*2022-06-142023-12-21广州工商学院Security authentication management system based on blockchain big data
US12443569B2 (en)*2022-08-092025-10-14Cypherium Blockchain Inc.Systems and methods for selecting and utilizing a committee of validator nodes in a distributed system
CN115396179A (en)*2022-08-232022-11-25京东科技控股股份有限公司Data transmission method, device, medium and equipment based on block chain
CN115499193A (en)*2022-09-142022-12-20西南石油大学Rural tourism passenger privacy protection system and method based on block chain
US12045826B1 (en)2023-02-282024-07-23Blockaid LtdTechniques for decentralized application discovery and scanning
US11930043B1 (en)*2023-02-282024-03-12Blockaid LtdTechniques for digital wallet integration and for scanning transactions using integrated modules
CN116055225A (en)*2023-03-302023-05-02中国信息通信研究院 Blockchain-based power data access method, device and system
US20240362343A1 (en)*2023-04-272024-10-31Seoul National University R&Db FoundationHomomorphic operation system and operating method thereof
US20250045744A1 (en)*2023-08-012025-02-06Circle Internet Group, Inc.Platform controlled wallets in blockchain systems
CN117097566A (en)*2023-10-182023-11-21江西农业大学Weighted attribute proxy re-encryption information fine granularity access control system and method
US12413418B2 (en)*2023-11-282025-09-09Jpmorgan Chase Bank, N.A.Method and system for secure aggregation protocol for protecting privacy of individual data sets
US20250175346A1 (en)*2023-11-282025-05-29Jpmorgan Chase Bank, N.A.Method and system for secure aggregation protocol for protecting privacy of individual data sets

Also Published As

Publication numberPublication date
US20220182415A1 (en)2022-06-09
US20220309490A1 (en)2022-09-29
US20220173917A1 (en)2022-06-02
US11978044B2 (en)2024-05-07

Similar Documents

PublicationPublication DateTitle
US11978044B2 (en)Client authentication using split key signing on a blockchain platform
Abid et al.NovidChain: Blockchain‐based privacy‐preserving platform for COVID‐19 test/vaccine certificates
US11700257B2 (en)System and method for storing and distributing consumer information
US11025435B2 (en)System and method for blockchain-based cross-entity authentication
US20220318907A1 (en)Systems and methods for generating secure, encrypted communications across distributed computer networks for authorizing use of cryptography-based digital repositories in order to perform blockchain operations in decentralized applications
US10756885B2 (en)System and method for blockchain-based cross entity authentication
EP3788523B1 (en)System and method for blockchain-based cross-entity authentication
US12165141B1 (en)Biometrics-based e-signatures for pre-authorization and acceptance transfer
US10547687B2 (en)Mobile communication device monitoring systems and methods
US9825917B2 (en)System and method of dynamic issuance of privacy preserving credentials
US20180343339A1 (en)Mobile communication device monitoring systems and methods
US20180343266A1 (en)Mobile communication device monitoring systems and methods
Buccafurri et al.Integrating digital identity and blockchain
US12034868B2 (en)Systems and methods for generating secure, encrypted communications across distributed computer networks for authorizing use of cryptography-based digital repositories in order to perform blockchain operations in decentralized applications
US12081653B2 (en)Systems and methods for providing secure, encrypted communications across distributed computer networks by coordinating cryptography-based digital repositories in order to perform blockchain operations in decentralized applications
US20180343306A1 (en)Mobile communication device monitoring systems and methods
US20020152376A1 (en)Method for deployment of a workable public key infrastructure
Kumar et al.Ultra-lightweight blockchain-enabled RFID authentication protocol for supply chain in the domain of 5G mobile edge computing
US12277550B2 (en)Systems and methods for requesting secure, encrypted communications across distributed computer networks for authorizing use of cryptography-based digital repositories in order to perform blockchain operations in decentralized applications
US12155750B2 (en)Systems and methods for generating secure, encrypted communications across distributed computer networks for authorizing use of cryptography-based digital repositories in order to perform blockchain operations in decentralized applications
Faynberg et al.On dynamic access control in Web 2.0 and beyond: Trends and technologies
US20180343305A1 (en)Mobile communication device monitoring systems and methods
Cherbal3s-alddt: A triple security scheme for authenticating lightweight devices and securing data transmission in internet of things
Kang¹ et al.Trading Scheme Based on Blockchain
NagarajuSecure and Lightweight Trustee-based Scheme to Establish Mutual Authentication in Cloud Computing Environments

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:0CHAIN, LLC, CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BASU, SASWATA;REEL/FRAME:048912/0745

Effective date:20190414

ASAssignment

Owner name:0CHAIN, LLC, CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:DIRISALA, SIVA;REEL/FRAME:049062/0166

Effective date:20190429

STPPInformation on status: patent application and granting procedure in general

Free format text:NON FINAL ACTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPPInformation on status: patent application and granting procedure in general

Free format text:NON FINAL ACTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPPInformation on status: patent application and granting procedure in general

Free format text:FINAL REJECTION MAILED

STCBInformation on status: application discontinuation

Free format text:ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION


[8]ページ先頭

©2009-2025 Movatter.jp