CPK-BASED DIGITAL BANK, DIGITAL CURRENCY, AND PAYMENT METHOD

20220129883 · 2022-04-28

Assignee

Inventors

Cpc classification

International classification

Abstract

Disclosed are a CPK-based digital bank, a digital currency and a payment method. The digital currency is a core component of the digital bank. The digital currency is realized by means of a CPK digital signature, and a payer provides an account authenticity certification, an amount authenticity certification and a fund allocation authenticity certification, thereby effectively preventing crimes inside or outside a bank. The digital currency directly takes an account identifier as an account number. The digital currency can be used in on-line operations, as well as off-line operations, thereby satisfying face-to-face trade requirements between a great number of retail accounts. The CPK digital bank is realized by means of a CPK chip without support of other devices, such that everyone can check the authenticity of the digital currency.

Claims

1. A CPK-based digital bank and a digital currency, wherein the digital bank is set on a virtual network, the virtual network is an identifier-to-identifier authentication network, and a basic identifier of the digital bank comprises an account name, a bank name, and a firm name; the basic identifier meets uniqueness, recognition, and provability; the digital bank comprises a digital currency and a payment protocol, and the digital currency is provided with a valueless currency certification unit, a valuable currency certification unit, and a valid currency certification unit, and comprises an account identifier unit, an issuer authenticity certification unit, a digital currency authenticity certification unit, an account number authenticity certification unit, and an amount authenticity certification unit; the valueless currency certification unit is used to perform certification on a currency serial number by an issuing bank; the valuable currency certification unit is used to perform authorization on an amount by an account; the valid currency certification unit is used to perform authorization on a fund flow by the account; the account identifier unit is used to store the account name, the bank name, and the firm name; the issuer authenticity certification unit is used to verify authenticity of the digital currency issuing bank; the digital currency authenticity certification unit is used to verify authenticity of the digital currency; the account number authenticity certification unit is used to verify authenticity of the account; and the amount authenticity certification unit is used to verify authenticity of the digital currency amount.

2. The digital bank and the digital currency according to claim 1, wherein the digital currency comprises a valueless currency, and the valueless currency is provided with the issuer authenticity certification unit and the digital currency authenticity certification unit; the issuer authenticity certification unit is used to verify the authenticity of the issuing bank; the digital currency authenticity certification unit is used to verify authenticity of the serial number; and the issuer authenticity certification unit verifies the authenticity of the issuing bank by using a signature on a time performed by the issuing bank; the digital currency authenticity certification unit verifies the authenticity of the serial number by using a signature on a serial number performed by the issuing bank; and specific steps are as follows:
SIGbank(time1)=(s1,c1)=sign1;
SIGbank(serial-no)=(s2, c2)=sign2; wherein SIG is a signature function, bank is a Bank private key, and the Bank private key is indicated by lowercase and italic alphabetic symbols; time1 indicates a signature time; s1 is a signature code, c1 is a verification code, and sign1 indicates a signature code and a verification code; serial-no is a serial number of a digital currency; s2 is a signature code, and c2 is a verification code; and sign2 indicates a signature code and a verification code.

3. The digital bank and the digital currency according to claim 2, wherein the issuer authenticity certification unit and the digital currency authenticity certification unit of the valueless currency constitute a data packet datal, and provide a quick response code 1, and the quick response code 1 is indicated by QR1, and is used for automatic reading by the other party; and the data packet is constructed in the following manner:
Data1={bank, time1, sign1, serial-no, sign2}; the other party reads contents of the quick response code and verifies the contents one by one in the following manner:
VER.sub.BANK(time1, s1)=c1′;
VER.sub.BANK(serial-no, s2)=c2; wherein VER is a verification function, BANK indicates a bank public key; the bank public key is indicated by uppercase and italic alphabetic symbols; if c1=c1′, it proves that the issuer is true; and if c2=c2′, then it proves that the serial number is true, and it proves that a blank digital currency is true.

4. The digital bank and the digital currency according to claim 3, wherein the digital currency comprises a valuable currency, and the valuable currency is provided with the account identifier unit and the amount authenticity certification unit; the account identifier unit is used to verify authenticity of the account; the amount authenticity certification unit is used to verify authenticity of the amount; and specific steps are as follows:
SIGaccount(time2)=(s3, c3)=sign3;
SIGaccount(amount)=(s4, c4)=sign4; wherein SIG is a signature function, account is an account private key, s3 and s4 are signature codes, c3 and c4 are verification codes, and sign3 and sign 4 indicate a signature code and a verification code.

5. The digital bank and the digital currency according to claim 3, wherein the account identifier unit and the amount authenticity identification unit of the valuable currency provide data by using a quick response code 2, the quick response code 2 is indicated by QR2, and is used to enable anyone to perform authenticity offline verification; and the QR2 is constructed in the following manner:
QR2={account, time2, sign3, amount, sign4}. Any account verifies authenticity of a payment account and authenticity of an amount in the quick response code 2; VERACCOUNT(time2, s3)=c3′; VERACCOUNT(amount, s4)=c4′; wherein VER is a verification function, ACCOUNT indicates an account public key, and amount indicates the amount; if c3=c3′, it proves that the account is true, and if c4=c4′, it proves that the amount is true.

6. The digital bank and the digital currency according to claim 1, wherein the digital currency provides a quick response code, and the quick response code is printed on paper, or stored in an electronic device.

Description

BRIEF DESCRIPTION OF DRAWINGS

[0073] To make the objectives, technical solutions, and beneficial effects of the present invention clearer, the present invention provides the following accompanying drawing for description.

[0074] FIG. 1 is a flowchart of a digital bank payment process.

DETAILED DESCRIPTION OF THE EMBODIMENTS

[0075] The following describes the preferred embodiments of the present invention in detail with reference to the accompany drawing.

[0076] The embodiments provide a digital bank based on a combination public key (CPK) system.

[0077] The CPK is an identifier-based combination public key, and is composed of a combination matrix. The matrix is divided into a public key matrix and a private key matrix. On an elliptic curve, G is a base point. If any integer a is a private key, then aG=A, and A is a public key corresponding to a. Assuming that an identifier is Alice, then public and private keys of Alice are obtained in the following manner: the identifier is transformed into a random number sequence through Hash transformation, the random number sequence is taken as coordinates of the matrix, and variables on the 32 coordinates are separately accumulated to obtain the public and private keys. For example:


Alice.fwdarw.Σ.sub.j=J.sup.32 Σ.sub.j=J.sup.32 R.sub.i,j.fwdarw.ALICE (uppercase, italic, indicating the public key);


Alice.fwdarw.Σ.sub.j=J.sup.32 Σ.sub.j=J.sup.=r.sub.i,j.fwdarw.alice (lowercase, italic, indicating the private key).

[0078] Because the public key matrix (R.sub.i,j) is available to everyone, the public key can be calculated provided that the identifier is known. However, the private key matrix (r.sub.i,j)) is kept only in a key management center (KMC).

[0079] The CPK has a digital signature function and a key encryption function. Key encryption is used for secret delivery of the keys.

[0080] The digital bank is established on an autonomously controllable virtual network.

[0081] The virtual network is an identifier-to-identifier interconnection authentication network, which is referred to as an Ito I authentication mode. A basic identifier used by the digital bank is an account name (an account number), and further relates to a bank name and a firm name. The identifier used in the virtual network must meet uniqueness, recognition, and provability. The virtual network is independent and traceable. Independence separates networks from each other, separates events from each other, and blocks transfer of any trust relationship, so that takeover of system rights is prevented, autonomous control of the network is ensured, illegal access is directly prevented at the same time.

[0082] A digital currency is a core component of the digital bank.

[0083] Issuance of the digital currency is carried out by a digital bank system. The digital currency and a current currency are exactly the same in properties, but are different in management methods. As far as the current currency is concerned, when funds are placed in a bank, the bank has a right to save the funds and perhaps also has a right to control the funds. Therefore, the bank cannot prevent a possibility of internal crimes. As far as the digital currency is concerned, funds are always placed in a bank, and the bank only has a right to save the funds, but has no right to control the funds, so that a possibility of internal crimes is prevented. Because only a payment account has a full right to control the funds, loss of the digital currency does not affect security.

[0084] Various authenticity certifications of the digital currency are implemented by digital signatures.

[0085] There are two kinds of digital signatures: one is an identifier signature, and the other is a data signature. The identifier signature is a signature that certifies identifier authenticity, and is implemented by a signature on a time performed by an identifier. The data signature is a signature that certifies data authenticity, and is implemented by a signature on a data feature performed by an identifier.

[0086] In the digital bank payment system, incoming and outgoing data packets can be encrypted. Encryption of data is generally performed by using a traditional password. A symmetric key used for encryption is randomly generated, and the CPK is used to encrypt the key for delivery, and only a specified receiver can perform decryption.

[0087] For the digital currency provided in this embodiment, at least authenticity of the digital currency issuing bank, authenticity of the currency, authenticity of the account (the account number), and authenticity of an amount need to be certificated.

[0088] Issuance of a blank digital currency:

[0089] the blank digital currency is issued by a digital bank (bank). Each digital currency has an issuance time and a serial number (serial-no).

[0090] An authenticity certification of the blank digital currency includes an issuer authenticity certification and a serial number authenticity certification.

[0091] The issuer authenticity certification is a signature on a time performed by the issuer, and the serial number authenticity certification is a signature on a serial number performed by the issuer.

[0092] The digital currency authenticity certification provides a quick response code 1 for automated verification.

[0093] Validity of the digital currency:

[0094] a blank digital currency holder must turn a real blank digital currency into a valid digital currency.

[0095] A digital currency validity certification includes an account authenticity certification and an amount authenticity certification. The digital currency system no longer sets an account, and an account identifier can be directly used as an account number.

[0096] The account authenticity certification is a signature on a time performed by the account, and the amount authenticity certification is a signature on an amount performed by the account.

[0097] The digital currency validity certification provides a quick response code 2 for automated verification.

[0098] Payment of the digital currency:

[0099] a payer must provide evidence of the authenticity of the digital currency, evidence of the validity of the digital currency, and evidence of the fund flow to the bank. The evidence of the fund flow is a signature on a payee account performed by the payment account.

[0100] All signatures and verifications are implemented by using the CPK. The system has a CPK public key matrix, and anyone can calculate the public key. Therefore, verification can be done by everyone without a special device.

[0101] The digital currency in this embodiment is divided into a valueless currency, a valuable currency, and a valid currency.

[0102] The valueless digital currency:

[0103] the valueless currency is a blank currency that is composed of an issuing bank (bank) and a serial number (serial-no). The issuer authenticity certification is a signature on a time (time) performed by the issuing bank (bank). The digital currency authenticity certification is a signature on a serial number (serial-no) performed by the issuing bank:


SIGbank(time1)=(s1, c1)=sign1;


SIG.sub.bank(serial-no)=(s2, c2)=sign2.

[0104] The blank digital currency provides a quick response code, and anyone can perform offline verification to verify authenticity of the blank digital currency:

[0105] QR1={bank, timet, sign1, serial-no, sign2}; wherein

[0106] SIG is a signature function, and lowercase and italic bank is a private key of the bank.

[0107] Verifying of authenticity of the issuing bank and authenticity of the serial number is as follows:


VER.sub.BANK(time1, s1)=c1′;


VER.sub.BANK(serial-no, s2)=c2′.

[0108] If c1=c1′, it proves that the issuer is true. If c2=c2′, it proves that the serial number is true, and it proves that the blank digital currency is true.

[0109] Wherein VER is a verification function, and uppercase and italic BANK is a public key of the bank.

[0110] The valuable digital currency:

[0111] the valuable digital currency is composed of an account and an amount, and the amount is filled in by the account on a basis of a blank digital currency. The valuable digital currency provides the authenticity of the account and the authenticity of the amount.

[0112] SIG.sub.account(time2)=(s3, c3)=sign3;

[0113] SIG.sub.account(amount)=(s4, c4)=sign4.

[0114] The valuable digital currency provides a quick response code, and anyone can perform offline verification to verify authenticity of the valuable digital currency:


QR2={ account, time2, sign3, amount, sign4}.

[0115] Verification of the valid digital currency is carried out on a basis of the authenticity verification of the blank digital currency, to verify the authenticity of the account and verifying the authenticity of the amount.


VER.sub.ACCOUNT(time2, s3)=c3′;


VER.sub.ACCOUNT(amount, s4)=c4′.

[0116] If c3=c3′, it proves that the account is true, and if c4=c4′, it proves that the amount is true. The valueless currency and the valuable quick response code together form a valid digital currency.

[0117] The valid digital currency:

[0118] the valid digital currency is made up of a valueless currency and a valuable currency.

[0119] Payment of the digital currency:

[0120] no matter whether the valid digital currency is an electronic digital currency or a paper digital currency, the valid digital currency has a same circulation function as the current fixed currency.

[0121] As shown in FIG. 1, FIG. 1 is a flowchart of a digital bank payment process. The digital bank payment is composed of a payment account, a payee firm, and a digital bank. MSG1 in FIG. 1 includes two segments of data. For the first segment of data, a virtual network is established between the payment account and the payee firm, and a connection authenticity certification is provided for each other. The second segment of data includes a firm authenticity certification and an amount authenticity certification. MSG2 includes two segments of data. For the first segment of data, a virtual network is established between the payment account and the bank, a connection authenticity certification is provided for each other with a question and an answer of an anti-DOS attack included; the second segment of data includes a transaction list submitted by the payment account to the bank, and the transaction list includes a payment account authenticity certification, a certification of an authorized amount of the payment account, and an approval certification of the fund flow of the payment account. MSG3 includes two segments of data. For the first segment of data, a virtual network is established between the bank and the payee firm, and the bank provides a connection authenticity certification; the second segment of data is a bank settlement notification. MSG4: the firm gives a receipt to the payment account, and the receipt includes a firm authenticity certification and an amount authenticity certification.

[0122] Payment is used as an example. 500 RMB is spent by an account in a firm, and a payment process is as follows:

[0123] A payee firm will notify the payment account of the payee amount of 500 RMB, and a method of notification is to provide a firm authenticity certification and an amount authenticity certification:


SIG.sub.firm(time)=(s5, c5)=sign5;


SIG.sub.firm(500 RMB)=(s6, c6)=sign6.

[0124] The firm sends datal to the payment account.


data1=(firm,time,sign1,sign2,500 RMB);

[0125] Datal can be encrypted in an encryption manner:


rG=key;


E.sub.key(data1)=code1;


ENC.sub.ACCOUNT(key)=β.

[0126] The firm sends codel and β to the account.

[0127] E is a symmetric encryption function, and ENC is an asymmetric encryption function.

[0128] The account verifies authenticity of the firm and the amount, if the data is encrypted, current decryption is performed:


DEC.sub.account(β)=key;


D.sub.key(code1)=data1;


Data1={firm, time, sign1, sign2, 500 RMB}.

[0129] If the data is encrypted, whether the data is decrypted or not can be used as a basis for a provable connection.

[0130] DEC is an asymmetric decryption function, and D is a symmetric decryption function.

[0131] The account verifies the authenticity of the firm and the authenticity of the amount:


VER.sub.FIRM(time, s5)=c5′;


VER.sub.FIRM(500 RMB, s6)=c6′.

[0132] The firm authenticity certification is actually a basis of a provable connection.

[0133] The account calls out a blank currency. The bank authenticity certification and the serial number authenticity certification have been provided in a quick response code 1. There is no need to repeat. For example:


SIGbank(time1)=(s1, c1)=sign1;


SIGbank(serial-no)=(s2, c2)=sign2.

[0134] The account fills in the amount in the blank currency, and provides the account authenticity certification and the amount authenticity certification, to form a quick response code 2:


SIGaccount(time2)=(s3, c3)=sign3;


SIGaccount(500 RMB)=(s4, c4)=sign4.

[0135] Evidence of the fund flow is provided:


SIGaccount(firm)=sign5.

[0136] The account sends data2={a quick response code 1, a quick response code 2, a flow certification} to the bank. Data2 can be sent in an encryption manner:


rG=key;


Ekey(data2)=code2;


ENCBANK(key)=β.

[0137] The account sends code2 and β to the bank.

[0138] A specific process of submitting data described in this embodiment is as follows:

[0139] A provable connection is established between an account and a bank:

[0140] the account sends an account authenticity certification:


SIGaccount(time3)=(s6, c6)=sign6.

[0141] The bank verifies authenticity of the account:


VERACCOUNT(time3, s6)=c6′.

[0142] If c6=c6′, the bank sends a random number r as a measure for an anti-DOS attack measure;

[0143] the account responds to a signature of r:


SIGaccount(r)=(s7, c7)=sign7;

[0144] the bank checks the response to r:


VERACCOUNT(r, s7)=c7′;

[0145] If c7=c7′, it proves that the account is true, and data2={code2, β} sent by the account is received; and if the data is encrypted, decryption is first performed:


DECbank(β)=key;


Dkey(code2)=data2;

[0146] Data2={a quick response code 1, a quick response code 2, a fund flow certification sign5};

[0147] the bank checks the quick response code 1: QR1={bank, time1, sign1, serial-no, sign2};


VER.sub.BANK(time1, s1)=c1′;


VER.sub.BANK(serial-no, s2)=c2′;

[0148] the bank checks the quick response code 2: QR2={ account, time2, sign3, 500 RMB, sign4, firm};


VERACCOUNT(time2, s3)=c3′;


VERACCOUNT(500 RMB, s4)=c4′;


VERFIRM(time2, s3)=c3′.

[0149] The bank checks the fund flow:


VERACCOUNT(500 RMB, s5)=c5′.

[0150] The bank has obtained evidence of account authenticity, evidence of amount authenticity, and evidence of flow authenticity by checking data2. The above three pieces of evidence constitute a basic chain of evidence, and the bank must keep them properly. All the evidence is provided by using a signature of the payment account, and is invalid without the signature code, so that autonomous control of the payment account is implemented. A bank statement includes, for example:

TABLE-US-00002 account authenticity Amount authenticity Flow authenticity Time2 Sign3 500.sub.RMB Sign4 firm Sign5

[0151] After closing the transaction, the bank sends a notification that the amount 500 RMB is received to the firm, including:

[0152] a bank authenticity certification:


SIGbank(time4)=(s8, c8)=sign8;

[0153] an amount authenticity certification:


SIGbank(500 RMB)=(s9, c9)=sign9.

[0154] The bank sends a data packet to the firm:

[0155] data3={bank, time4, sign8, 500, sign9}.

[0156] Data3 can be sent in an encryption manner:


rG=key;


Ekey(data3)=code3;


ENCFIRM(key)=β;

[0157] the bank sends code3 and to the firm.

[0158] A process of establishing a connection between the bank and the firm is as follows:

[0159] the bank sends the bank authenticity certification:


SIGbank(time5)=(s10, c10)=sign10;

[0160] the firm checks the bank authenticity:


VER.sub.BANK(time5, s10)=c10′;

[0161] if c10=c10′, the firm receives a bank settlement notification data3. If the settlement notification is encrypted, decryption is first performed:


DECfirm(β)=key;


Dkey(code3)=data3;


Data3={bank, time4, sign8, 500 RMB, sign9}.

[0162] The firm first verifies authenticity of the bank settlement notification:


VER.sub.BANK(time4)+(s8, c8)=sign8;


VER.sub.BANK(500 RMB)+(s9, c9)=sign9;

[0163] the firm issues a receipt (or an invoice), including the firm authenticity and the amount authenticity:


SIGfirm(time6)=(s10, c10)=sign10;


SIGfirm(500 RMB)=(s11, c11)=sign11;

[0164] the receipt provides a quick response code:


Data4={firm, time6, sign10, 500 RMB, sign11}.

[0165] At this point, a payment process is successfully completed. In a payment operation, the account can submit data to the bank in two manners. In a first manner, the payment account is responsible for submitting, which is similar to the example described above, it is impossible to generate a copy attack in this manner, but inconvenience is brought to circulation of the digital currency; in a second manner, the payee account is responsible for submitting, and convenience is brought to circulation of the digital currency, but the copy attack easily occurs. However, it is easy to find this kind of copy attack provided that the repetitive account is checked when the bank makes a settlement.

[0166] Finally, it should be noted that the foregoing preferred embodiments are only intended for describing the technical solutions of the present invention other than limiting the present invention. Although the present invention is described in detail with reference to the foregoing preferred embodiments, persons of ordinary skill in the art should understand that they may still make various modifications to forms and details without departing from the scope specified in claims of the present invention.