CN111914243B - Blockchain wallet operation reminding method based on blockchain intelligent contract - Google Patents

Blockchain wallet operation reminding method based on blockchain intelligent contract Download PDF

Info

Publication number
CN111914243B
CN111914243B CN202010748483.9A CN202010748483A CN111914243B CN 111914243 B CN111914243 B CN 111914243B CN 202010748483 A CN202010748483 A CN 202010748483A CN 111914243 B CN111914243 B CN 111914243B
Authority
CN
China
Prior art keywords
dapp
address
blockchain
user
intelligent contract
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
CN202010748483.9A
Other languages
Chinese (zh)
Other versions
CN111914243A (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.)
Changsha Shangliantong Information Technology Co ltd
Original Assignee
Changsha Shangliantong Information Technology 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 Changsha Shangliantong Information Technology Co ltd filed Critical Changsha Shangliantong Information Technology Co ltd
Priority to CN202010748483.9A priority Critical patent/CN111914243B/en
Publication of CN111914243A publication Critical patent/CN111914243A/en
Application granted granted Critical
Publication of CN111914243B publication Critical patent/CN111914243B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention discloses a blockchain wallet operation reminding method based on a blockchain intelligent contract, which comprises the following steps: step S1, constructing a blockchain intelligent contract, wherein the blockchain intelligent contract comprises a blacklist and a whitelist for classifying DAPP addresses; step S2, setting the blockchain intelligent contract to be in a state which can be read by the public; step S3, the user accesses the DAPP address through the blockchain wallet; step S4, judging that if the DAPP address is in the white list, executing step S5, and if the DAPP address is in the black list, executing step S6; step S5, allowing the user to access the DAPP address; and S6, feeding back an obvious prompt message to the user so that the user can select to continue to access or end the operation of accessing the DAPP address. The invention judges the address based on the public transparent blockchain intelligent contract, and can give out corresponding reminding and selecting functions when the user accesses the DAPP address, thereby greatly improving the safety and reliability of the user in the process of using the blockchain wallet.

Description

Blockchain wallet operation reminding method based on blockchain intelligent contract
Technical Field
The invention relates to a blockchain wallet, in particular to a blockchain wallet operation reminding method based on a blockchain intelligent contract.
Background
In the prior art, the application occasions of the blockchain DAPP intelligent contract are many, some are regular, and other are malicious. Once a malicious DAPP is encountered, it is susceptible to monetary losses. In the blockchain world, there are many phishing, or fraud, properties dapp (dapp: blockchain application, applet running on the blockchain). Many people are tricked each day because each account, each dapp in the blockchain, only a single address is shown to the people, e.g., 0x0c995d3e f521 e 8b ab05bf4a 19 b0509189998b,0x ef6d 0e 90738c458469c077416beec40f1a 9c 7a0e585e9497269755da, etc. People do not know what this address means at all, and if they are confirmed by a search engine or other channel, the process is cumbersome and can be easily omitted.
Generally, there are two ways people operate a blockchain: the first is a blockchain browser and the second is a blockchain wallet. The function of the browser is simple, and mainly looks at the blockchain information, such as a certain blockchain information (for example, a blockhash, a transaction contained in a block), transaction information, the number of blockchains in the whole block (i.e., the height of the block), and the like, which are all blockchain basic data. And typically only the viewing function, and not the money.
The functionality for blockchain wallets is complex, including the functionality to operate various DAPPs, including various blockchain social, gaming, investment applications, including transfer, or transfer-type DAPPs. Often involving money. Each DAPP, or payee, is a string of addresses that are easily confused by the user. Based on the above, almost every day people are phishing and fraud on blockchains. In addition, when the current blockchain wallet operates the DAPP, there is no suitable mechanism for reminding the user that the user needs to take responsibility and risk on his own, so it is necessary to design a mechanism for reminding the user of the risk when the blockchain DAPP is operated.
Disclosure of Invention
The invention aims to solve the technical problem of providing a blockchain wallet operation reminding method based on a public transparent blockchain intelligent contract for carrying out address judgment and capable of giving corresponding reminding and selecting functions when a user accesses a DAPP address so as to improve safety and reliability.
In order to solve the technical problems, the invention adopts the following technical scheme.
A blockchain wallet operation reminding method based on a blockchain intelligent contract comprises the following steps: step S1, constructing a blockchain intelligent contract, wherein the blockchain intelligent contract comprises a blacklist and a whitelist for classifying DAPP addresses; step S2, setting the blockchain intelligent contract to be in a state which can be read by the public; step S3, the user accesses the DAPP address through the blockchain wallet; step S4, judging the state of the DAPP address to be accessed according to the blockchain intelligent contract, if the DAPP address is positioned on a white list, executing step S5, and if the DAPP address is positioned on the black list, executing step S6; step S5, allowing the user to access the DAPP address; step S6, feeding back an obvious prompt message to the user so as to enable the user to select whether to continuously access the DAPP address, and if the user selects to continuously access, allowing the user to access the DAPP address; if the user selects to stop accessing, the operation of accessing the DAPP address is ended.
Preferably, in the step S1, the blacklist and the whitelist are obtained after the DAPP address is manually entered and the DAPP address is voted.
Preferably, in the step S1, the blacklist and the whitelist are obtained after the designated administrator enters the DAPP address.
Preferably, in the step S1, the blacklist and the whitelist are classified after probability operation is performed according to DAPP information of the DAPP address.
Preferably, the DAPP information includes, but is not limited to, DAPP deployment time, DAPP liveness, DAPP fund flow direction, and DAPP bytecode.
Preferably, in the step S2, the blockchain smart contract is set to a public read-only or public read-write state.
Preferably, in the step S4, the DAPP address is classified as a gray list when the DAPP address is not on the white list or the black list.
Preferably, when the DAPP address is in the gray list, a prompt message is fed back to the user so that the user can select whether to continue to access the DAPP address, and if the user selects to continue to access, the user is allowed to access the DAPP address; if the user selects to stop accessing, the operation of accessing the DAPP address is ended.
Preferably, in the step S5, if the DAPP address is on the white list, a prompt message is fed back to the user, and then the user is allowed to access the DAPP address.
Preferably, when the DAPP address is on the white list, the gray list or the black list, the level of prompt information and the degree of clarity fed back to the user are gradually increased, so that the user can accurately distinguish the state of the DAPP address.
In the blockchain wallet operation reminding method based on the blockchain intelligent contract, when a user accesses the DAPP address through the blockchain wallet, the DAPP address to be accessed is judged to be located on a white list or a black list according to the blockchain intelligent contract, and then corresponding reminding, selecting, allowing access or ending access steps are executed. Compared with the prior art, the invention judges the address based on the public transparent blockchain intelligent contract, can give out corresponding reminding and selecting functions when the user accesses the DAPP address, and greatly improves the safety and reliability of the user in the process of using the blockchain wallet.
Drawings
FIG. 1 is a flow chart of a blockchain wallet operation reminding method based on blockchain smart contracts.
Detailed Description
The invention is described in more detail below with reference to the drawings and examples.
The invention discloses a blockchain wallet operation reminding method based on a blockchain intelligent contract, referring to fig. 1, comprising the following steps:
step S1, constructing a blockchain intelligent contract, wherein the blockchain intelligent contract comprises a blacklist and a whitelist for classifying DAPP addresses;
step S2, setting the blockchain intelligent contract to be in a state which can be read by the public;
step S3, the user accesses the DAPP address through the blockchain wallet;
step S4, judging the state of the DAPP address to be accessed according to the blockchain intelligent contract, if the DAPP address is positioned on a white list, executing step S5, and if the DAPP address is positioned on the black list, executing step S6;
step S5, allowing the user to access the DAPP address;
step S6, feeding back an obvious prompt message to the user so as to enable the user to select whether to continuously access the DAPP address, and if the user selects to continuously access, allowing the user to access the DAPP address; if the user selects to stop accessing, the operation of accessing the DAPP address is ended.
In the method, when the user accesses the DAPP address through the blockchain wallet, the DAPP address to be accessed is judged to be located on a white list or a black list according to the blockchain intelligent contract, and then corresponding reminding, selecting, allowing access or ending access steps are executed. Compared with the prior art, the invention judges the address based on the public transparent blockchain intelligent contract, can give out corresponding reminding and selecting functions when the user accesses the DAPP address, and greatly improves the safety and reliability of the user in the process of using the blockchain wallet.
For the way black and white gray lists are built in blockchain smartcontracts, please refer to the following two examples.
Embodiment one:
in this embodiment, a plurality of addresses are recorded in the blockchain intelligent contract, including corresponding black, white, and gray list states, and for the white list, a corresponding text description is also recorded. When the blockchain Qian Baoyun is in a line, address information judgment is automatically carried out from the intelligent contract, and a specific prompt is given to a user according to the judgment result, namely, the black-white gray list state.
There are two decision algorithms for making decisions based on smart contracts, one of which is optional:
mode one: in the step S1, the blacklist and the whitelist are obtained by manually inputting the DAPP address and voting the DAPP address.
In this manner, the intelligent contract offer voting system provides relevant personnel with address entry, and voting to determine white and black lists. If the address is not in the black-and-white list, the address can be regarded as a gray list, and the blockchain wallet program judges the state of the corresponding address according to the intelligent contract voting result.
Mode two: in the step S1, the blacklist and the whitelist are obtained after the designated administrator inputs the DAPP address.
In this way, an administrator setting system may be provided for the smart contract in advance, and the administrator may enter the black-and-white address list.
Example two
In another classification manner of the black-and-white list, in step S1 of the present embodiment, probability operation is performed according to DAPP information of the DAPP address, and then the black list and the white list are classified.
Further, the DAPP information includes, but is not limited to, DAPP deployment time, DAPP liveness, DAPP fund flow direction, and DAPP bytecode.
In the specific implementation process, firstly, the DAPP information is intelligently scanned, then the DAPP address information to be accessed is acquired by a wallet applet, and then risk judgment is carried out and the user is prompted.
Among the risk judgment factors include, but are not limited to:
the DAPP deployment time is used for judging whether the deployment is performed recently or not;
the activity of the DAPP is used for judging how many people interact by using the DAPP and judging whether operation and interaction exist after deployment;
the fund flow direction of the DAPP is used for judging whether the fund flow direction accords with the common malicious DAPP characteristics;
the byte code of the DAPP is used for judging whether the byte code accords with some common fraudulent DAPP byte code characteristics.
And combining the various data, judging the black-white gray probability, and reporting to a user in a proper mode so as to enable the user to decide whether to continue to access.
The blockchain smart contracts constructed based on the above two embodiments may be disclosed to the public with reference to the following:
in the step S2, the blockchain smart contract is set to a public read-only or public read-write state.
The method is characterized in that an intelligent contract external disclosure mode can be set to be readable, and the readable mode is obviously different from a conventional mode that a prior art center uses a private database mode to make a black-and-white list, and in the case, people can read the intelligent contract content, and the method belongs to a read-only condition.
However, with the expansion of application requirements, it may also be determined by the developer whether to use a public read-write mode, for example, in the embodiment of writing addresses and voting, if the voting link is performed by the developer's internal personnel and public personnel, this means that external personnel may also perform the writing operation. The invention is not particularly limited to the above-mentioned disclosed modes, and can be flexibly selected according to application requirements, and any mode is selected and belongs to the protection scope of the invention.
In practical applications, in the step S4, the DAPP address is classified as a gray list when the DAPP address is not on the white list or the black list.
Further, when the DAPP address is in the gray list, a prompt message is fed back to the user so that the user can select whether to continue to access the DAPP address, and if the user selects to continue to access, the user is allowed to access the DAPP address; if the user selects to stop accessing, the operation of accessing the DAPP address is ended.
In order to play a role in reminding the user, in step S5 of this embodiment, if the DAPP address is on the white list, a prompt message is fed back to the user, and then the user is allowed to access the DAPP address.
According to the specific situation of the DAPP address, in this embodiment, when the DAPP address is located on the white list, the gray list or the black list, the level of the prompt information fed back to the user and the obvious degree are gradually increased, so that the user can accurately distinguish the state of the DAPP address.
According to the blockchain wallet operation reminding method based on the blockchain intelligent contract, black and white gray list detection of the blockchain address is realized by the disclosed intelligent contract, and the black and white gray list detection function and the blockchain wallet are combined with each other, so that the safety and reliability of a user operation process are greatly improved, and the user needs and application requirements are better met.
The above embodiments are only preferred embodiments of the present invention, and are not intended to limit the present invention, and modifications, equivalent substitutions or improvements made within the technical scope of the present invention should be included in the scope of the present invention.

Claims (10)

1. A blockchain wallet operation reminding method based on a blockchain intelligent contract is characterized by comprising the following steps:
step S1, constructing a blockchain intelligent contract, wherein the blockchain intelligent contract comprises a blacklist and a whitelist for classifying DAPP addresses;
step S2, setting the blockchain intelligent contract to be in a state which can be read by the public;
step S3, the user accesses the DAPP address through the blockchain wallet;
step S4, judging the state of the DAPP address to be accessed according to the blockchain intelligent contract, if the DAPP address is positioned on a white list, executing step S5, and if the DAPP address is positioned on the black list, executing step S6;
step S5, allowing the user to access the DAPP address;
step S6, feeding back an obvious prompt message to the user so as to enable the user to select whether to continuously access the DAPP address, and if the user selects to continuously access, allowing the user to access the DAPP address; if the user selects to stop accessing, the operation of accessing the DAPP address is ended.
2. The blockchain wallet operation reminding method based on the blockchain intelligent contract according to claim 1, wherein in the step S1, the blacklist and the whitelist are obtained by manually inputting a DAPP address and voting the DAPP address.
3. The blockchain wallet operation reminding method based on the blockchain intelligent contract according to claim 1, wherein in the step S1, the blacklist and the whitelist are obtained after a specified administrator inputs a DAPP address.
4. The blockchain wallet operation reminding method based on the blockchain intelligent contract according to claim 1, wherein in the step S1, the blacklist and the whitelist are classified after probability operation is performed according to DAPP information of a DAPP address.
5. The blockchain wallet operation prompting method of claim 4, wherein the DAPP information includes, but is not limited to, DAPP deployment time, DAPP liveness, DAPP fund flow direction, and DAPP bytecode.
6. The blockchain wallet operation reminding method based on the blockchain smart contract according to claim 1, wherein in the step S2, the blockchain smart contract is set to a public read-only or public read-write state.
7. The blockchain wallet operation prompting method of claim 1, wherein in step S4, the DAPP address is classified as a gray list when the DAPP address is not on the white list or the black list.
8. The blockchain wallet operation prompting method based on the blockchain intelligent contract of claim 7, wherein when the DAPP address is on a gray list, a prompting message is fed back to the user for the user to select whether to continue accessing the DAPP address, and if the user selects to continue accessing, the user is allowed to access the DAPP address; if the user selects to stop accessing, the operation of accessing the DAPP address is ended.
9. The blockchain wallet operation reminding method based on the blockchain intelligent contract according to claim 8, wherein in the step S5, if the DAPP address is on the white list, a reminding message is fed back to the user, and then the user is allowed to access the DAPP address.
10. The blockchain wallet operation prompting method based on the blockchain intelligent contract of claim 9, wherein when the DAPP address is on a white list, a gray list or a black list, the prompting information level and the degree of significance fed back to the user are gradually increased so as to enable the user to accurately distinguish the state of the DAPP address.
CN202010748483.9A 2020-07-30 2020-07-30 Blockchain wallet operation reminding method based on blockchain intelligent contract Active CN111914243B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010748483.9A CN111914243B (en) 2020-07-30 2020-07-30 Blockchain wallet operation reminding method based on blockchain intelligent contract

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010748483.9A CN111914243B (en) 2020-07-30 2020-07-30 Blockchain wallet operation reminding method based on blockchain intelligent contract

Publications (2)

Publication Number Publication Date
CN111914243A CN111914243A (en) 2020-11-10
CN111914243B true CN111914243B (en) 2023-12-01

Family

ID=73287700

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010748483.9A Active CN111914243B (en) 2020-07-30 2020-07-30 Blockchain wallet operation reminding method based on blockchain intelligent contract

Country Status (1)

Country Link
CN (1) CN111914243B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114911925A (en) * 2021-02-10 2022-08-16 中国人民银行数字货币研究所 Block chain address classification method and device

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101360110A (en) * 2008-10-06 2009-02-04 中国电信股份有限公司 Set-top box application security detecting method, apparatus and system
CN103581159A (en) * 2012-08-10 2014-02-12 俞晓鸿 System and method for controlling Internet access through white list based on various terminals
CN107979573A (en) * 2016-10-25 2018-05-01 腾讯科技(深圳)有限公司 A kind of detection method of risk information, system and server
CN109146473A (en) * 2018-07-11 2019-01-04 北京欧链科技有限公司 Processing method, device and the electronic equipment of DAPP evaluation data
CN109711834A (en) * 2018-12-27 2019-05-03 江苏恒宝智能系统技术有限公司 A kind of address management method of the cold wallet of block chain
CN109978517A (en) * 2019-03-07 2019-07-05 海南新软软件有限公司 A kind of safe interconnection method and device of Onchain wallet and third party DApp
CN110032573A (en) * 2019-03-26 2019-07-19 中山大学 A kind of blacklist sharing method, referee method and device based on block chain
CN110036613A (en) * 2016-09-08 2019-07-19 金融与风险组织有限公司 The system and method for authentication for decentralization application are provided
CN110225060A (en) * 2019-06-26 2019-09-10 深圳市元征科技股份有限公司 A kind of malicious attack processing method, device, equipment and readable storage medium storing program for executing
CN111310233A (en) * 2020-03-24 2020-06-19 腾讯科技(深圳)有限公司 Application interface display method, device, equipment and storage medium
CN111372205A (en) * 2020-02-28 2020-07-03 维沃移动通信有限公司 Information prompting method and electronic equipment

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10956561B2 (en) * 2017-08-26 2021-03-23 Nicira, Inc. Automatic whitelisting using provisioning information
US20190034919A1 (en) * 2017-12-29 2019-01-31 Intel Corporation Securing Electronic Wallet Transactions

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101360110A (en) * 2008-10-06 2009-02-04 中国电信股份有限公司 Set-top box application security detecting method, apparatus and system
CN103581159A (en) * 2012-08-10 2014-02-12 俞晓鸿 System and method for controlling Internet access through white list based on various terminals
CN110036613A (en) * 2016-09-08 2019-07-19 金融与风险组织有限公司 The system and method for authentication for decentralization application are provided
CN107979573A (en) * 2016-10-25 2018-05-01 腾讯科技(深圳)有限公司 A kind of detection method of risk information, system and server
CN109146473A (en) * 2018-07-11 2019-01-04 北京欧链科技有限公司 Processing method, device and the electronic equipment of DAPP evaluation data
CN109711834A (en) * 2018-12-27 2019-05-03 江苏恒宝智能系统技术有限公司 A kind of address management method of the cold wallet of block chain
CN109978517A (en) * 2019-03-07 2019-07-05 海南新软软件有限公司 A kind of safe interconnection method and device of Onchain wallet and third party DApp
CN110032573A (en) * 2019-03-26 2019-07-19 中山大学 A kind of blacklist sharing method, referee method and device based on block chain
CN110225060A (en) * 2019-06-26 2019-09-10 深圳市元征科技股份有限公司 A kind of malicious attack processing method, device, equipment and readable storage medium storing program for executing
CN111372205A (en) * 2020-02-28 2020-07-03 维沃移动通信有限公司 Information prompting method and electronic equipment
CN111310233A (en) * 2020-03-24 2020-06-19 腾讯科技(深圳)有限公司 Application interface display method, device, equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Easing ĐApp Interaction for Non-Blockchain Users from a Conceptual Modelling Approach;Miguel A. Teruel 等;Applied Sciences;第10卷(第12期);全文 *
基于区块链技术的DAPP风险分析及管控研究;许源 等;电脑编程技巧与维护(第(2019)12期);全文 *

Also Published As

Publication number Publication date
CN111914243A (en) 2020-11-10

Similar Documents

Publication Publication Date Title
US9892465B2 (en) System and method for suspect entity detection and mitigation
US20230134838A1 (en) User verification system and method based on restricted url opening on browser of user device
CN110070364A (en) Method and apparatus, storage medium based on the fraud of graph model detection clique
US20070133768A1 (en) Fraud detection for use in payment processing
CN106453061A (en) Method and system for recognizing internet fraud behavior
US20210272084A1 (en) System and process for electronic payments
CN102057376B (en) Method for carrying out a distributed search
CN111914243B (en) Blockchain wallet operation reminding method based on blockchain intelligent contract
CN110728301A (en) Credit scoring method, device, terminal and storage medium for individual user
CN1754177A (en) Biometric information recognition credit card system and credit card scanner
CN114612105A (en) Risk control method, digital currency medium adopting same, payment method and system
CN111754237B (en) Verification method and device for transfer transaction
CN113177793A (en) Embedding reaction correspondences inferred from rejection data
CN105847270A (en) Loan authentication system
Shaffer Evidence of discrimination in lending: An extension
CN109544764A (en) Lockage control method and system based on two dimensional code
CN113362156A (en) Financial fraud detection and identification system based on Internet of things
US20240135352A1 (en) System and process for electronic payments
WO2024057164A1 (en) System and method for trading and management of digital asset
US20240121093A1 (en) Securely processing a contingent action token
CN107704561A (en) A kind of searching method, device, computer installation and readable storage medium storing program for executing
Human et al. Surprise fraudsters before they surprise you: A South African telecommunications case study
Klus et al. E-Banking Security Dilemmas Of Users Living In Rural Areas–The Case Of Konin County In Wielkopolska
CN113989016A (en) Personal financial credit evaluation system and method based on big data
CN117743282A (en) Transaction data sharing method and device

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
GR01 Patent grant
GR01 Patent grant