CN111914312B - Terminal password keyboard system based on film card hardware and PIN code protection method - Google Patents

Terminal password keyboard system based on film card hardware and PIN code protection method Download PDF

Info

Publication number
CN111914312B
CN111914312B CN202010788424.4A CN202010788424A CN111914312B CN 111914312 B CN111914312 B CN 111914312B CN 202010788424 A CN202010788424 A CN 202010788424A CN 111914312 B CN111914312 B CN 111914312B
Authority
CN
China
Prior art keywords
pin code
module
keyboard
card
terminal
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
CN202010788424.4A
Other languages
Chinese (zh)
Other versions
CN111914312A (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.)
Shanghai Fangfutong Technology Service Co ltd
Original Assignee
Shanghai Fangfutong Technology Service 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 Shanghai Fangfutong Technology Service Co ltd filed Critical Shanghai Fangfutong Technology Service Co ltd
Priority to CN202010788424.4A priority Critical patent/CN111914312B/en
Publication of CN111914312A publication Critical patent/CN111914312A/en
Application granted granted Critical
Publication of CN111914312B publication Critical patent/CN111914312B/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/70Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
    • G06F21/82Protecting input, output or interconnection devices
    • G06F21/83Protecting input, output or interconnection devices input devices, e.g. keyboards, mice or controllers thereof
    • 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/31User authentication

Abstract

The invention discloses a terminal password keyboard system based on film card hardware, which comprises: a terminal password keyboard module loaded in the terminal application program; and the film card password keyboard module is loaded in the film card application program and mutually interacts information with the terminal password keyboard module through the bottom communication module. The terminal password keyboard module comprises: the keyboard PIN code circuit protection module, the keyboard initialization module, the keyboard input receiving module and the keyboard PIN code encryption module; the pad pasting card password keyboard module includes: the system comprises a film card PIN code line protection module, a film card PIN code receiving module, a film card PIN code decryption module and a film card PIN code verification module. The invention also discloses a PIN code protection method based on the terminal password keyboard system. The invention reduces possibility of cracking the PIN code of the user to a great extent.

Description

Terminal password keyboard system based on film card hardware and PIN code protection method
Technical Field
The invention relates to the technical field of communication safety, in particular to a terminal password keyboard system based on film card hardware and a PIN code (or signature password or password and the like, hereinafter collectively referred to as PIN code) protection method.
Background
The film sticking card is used as a hardware carrier and matched with a terminal application program to provide a shield-like function for the application program, and the function is widely used in application systems such as mobile banking, eID (electronic identity) of citizen networks and the like. In the process of using the film-sticking card, a user needs to input a personal PIN code (or a signature password or a password, and the like, hereinafter collectively referred to as a PIN code) through a terminal application program popup box so as to perform identity authentication, the PIN code is stored in a film-sticking card carrier, after the PIN code input by the user is transmitted into the carrier, a program on the film-sticking card can judge whether the input PIN code is consistent with the PIN code stored in the carrier, if so, the next operation (such as signature) is performed, and otherwise, the next operation is refused. Therefore, the purpose of verifying the identity legitimacy of the user is achieved, and the method of using a hardware carrier as a substitute shield greatly improves the safety compared with the method of using no carrier.
At present, PIN codes are input on terminal application programs, and a native keyboard module provided by a terminal operating system (such as a mobile phone OS) is generally adopted, and two possible risks are generated in the use of such a keyboard: the number or character position on the interface of the user for inputting the PIN code is relatively fixed, so that a third party program such as a Trojan horse program can be used for conjecture by monitoring the coordinate position of the interface when the user clicks, and the true PIN code of the user can be conjectured; and two are that when the PIN code data is transmitted from the terminal application program to the inside of the film-sticking card carrier, the data transmission between the two devices needs to be transmitted through the connection line of the metal contact, which can be used by a third party for capturing the message by monitoring the electrical characteristics on the connection line of the contact, and if the PIN code is transmitted in a plaintext mode, the plaintext data can be estimated by the monitoring program through the monitoring of the electrical characteristics.
Disclosure of Invention
The invention aims to provide a terminal password keyboard system based on film card hardware and a PIN code protection method, so that the possibility of cracking a user PIN code is reduced to a great extent.
The technical scheme for achieving the purpose is as follows:
the invention discloses a terminal password keyboard system based on film card hardware, which comprises:
a terminal password keyboard module loaded in the terminal application program;
the film card password keyboard module is loaded in the film card application program and mutually interacts information with the terminal password keyboard module through the bottom communication module;
wherein, terminal password keyboard module includes:
after the terminal password keyboard module receives the PIN code input and verification request, the terminal password keyboard module is used for requesting a line protection public key and a random number from the pad PIN code line protection module of the film card password keyboard module;
the keyboard initialization module is used for initializing a keyboard and generating a random and disordered keyboard number and character mapping table;
the keyboard input receiving module is used for receiving an input event of a user and obtaining a PIN code input by the user according to the character mapping table; and
encrypting the PIN code plaintext data and the random number input by the user by using the line protection public key to obtain a keyboard PIN code encryption module of the PIN code ciphertext data;
the pad pasting card password keyboard module includes:
the film card PIN code line protection module is used for generating a line protection public and private key pair and a random number;
the film card PIN code receiving module is used for receiving PIN code ciphertext data;
decrypting the PIN code ciphertext data according to the line protection public-private key pair private key to obtain PIN code plaintext data and a film card PIN code decryption module of the random number; and
and the film card PIN code verification module is used for comparing whether the acquired PIN code plaintext data is consistent with a prestored PIN code.
Preferably, the film sticking card PIN code line protection module judges whether the generated random number is valid or not;
and the film card PIN code line protection module judges whether the decrypted random number is consistent with the random number generated by the random number.
Preferably, after the keyboard initialization module initializes the keyboard, the terminal application program is informed to display the keyboard to input the PIN code to the user.
Preferably, the terminal password keyboard module invokes the keyboard PIN line protection module, the keyboard initialization module, the keyboard input receiving module and the keyboard PIN encryption module;
and the film card password keyboard module calls the film card PIN code line protection module, the film card PIN code receiving module, the film card PIN code decryption module and the film card PIN code verification module.
The PIN code protection method based on the terminal password keyboard system comprises the following steps:
the terminal password keyboard module receives the PIN code input and verification request;
the terminal password keyboard module calls a keyboard PIN code line protection module and requests a line protection public key and a random number from the film card password keyboard module;
the pad card password keyboard module calls the pad card PIN code line protection module to check whether a line protection public and private key pair is generated, if not, the pad card password keyboard module generates a random number with a preset byte length;
the film card password keyboard module responds to the line protection public key and the random number to the terminal password keyboard module;
the terminal password keyboard module calls the keyboard initialization module to initialize the keyboard, generates a random-disturbed keyboard number and character mapping table, and informs the terminal application program to display the keyboard to input PIN codes to the user;
the user inputs a PIN code, the terminal application program receives an input event of the user and feeds back the input event to the keyboard input receiving module, and the keyboard input receiving module performs mapping according to the mapping table to obtain the PIN code input by the user;
the terminal cipher keyboard module calls a keyboard PIN code encryption module, and encrypts PIN code plaintext data plus random numbers by using a line protection public key to obtain PIN code ciphertext data;
the terminal cipher keyboard module sends PIN code ciphertext data to the pad pasting card cipher keyboard module;
the pad card password keyboard module calls the pad card PIN code receiving module to receive PIN code ciphertext data, and calls the pad card PIN code decrypting module to decrypt the PIN code ciphertext data by using a private key of a line protection public-private key pair after receiving the PIN code ciphertext data, so as to obtain PIN code plaintext data and random numbers;
the pad pasting card password keyboard module calls the pad pasting card PIN code line protection module to judge whether the generated random number is valid, if so, the next step is continued, if not, the last step is executed after setting the invalid state code of the random number;
the PIN code line protection module of the film sticking card compares whether the decrypted random number is consistent with the random number generated by the PIN code line protection module, if so, the next step is continued, and if not, the last step is executed after setting a state code with a random number error;
the pad card password keyboard module calls a pad card PIN code verification module to compare whether the decrypted PIN code plaintext data are consistent with the stored PIN codes, if so, other operations are continuously executed, and a state code with successful operation is set, and if not, a state code with a PIN code error is set; meanwhile, the number of times that the PIN code can be tried is reduced by 1, and when the number of times that the PIN code can be tried is 0, the film sticking card sets the card state to be locked;
and the film card PIN code line protection module sets the random number state as invalid, and simultaneously, the film card application program returns a corresponding state code to the terminal application program, and the PIN code processing is finished.
The beneficial effects of the invention are as follows: according to the invention, by designing the terminal password keyboard module respectively running in the terminal application program and the film card password keyboard module running in the film card application program, the risk that the real PIN code of the user is guessed and the message is captured by the third party through monitoring the electrical characteristics on the contact connection is avoided effectively, and the possibility that the PIN code of the user is cracked is reduced to a greater extent.
Drawings
FIG. 1 is a block diagram of a terminal password keyboard system based on the film card hardware of the present invention;
fig. 2 is a flow chart of the PIN code protection method based on the terminal password keyboard system of the invention.
Detailed Description
The invention will be further described with reference to the accompanying drawings.
Referring to fig. 1, the terminal password keyboard system based on the film card hardware of the present invention includes: the terminal password keyboard module is loaded in the terminal application program, and the film card password keyboard module is loaded in the film card application program, and the terminal password keyboard module and the film card password keyboard module mutually interact information through the bottom communication module.
Wherein, terminal cipher keyboard module includes: the keyboard PIN code line protection module 11, the keyboard initialization module 12, the keyboard input receiving module 13 and the keyboard PIN code encryption module 14. The pad pasting card password keyboard module includes: the system comprises a film card PIN code line protection module 21, a film card PIN code receiving module 22, a film card PIN code decryption module 23 and a film card PIN code verification module 24.
After the terminal password keyboard module receives the request of PIN code input and verification, the keyboard PIN code line protection module 11 is used for requesting a line protection public key and a random number from the film card password keyboard module. The keyboard initialization module 12 is used for initializing a keyboard, generating a randomly disturbed keyboard number and character mapping table, and informing a terminal application program to display a keyboard for inputting PIN codes to a user. The keyboard input receiving module 13 receives an input event of a user and obtains a PIN code input by the user according to the character mapping table. The keyboard PIN code encryption module 14 encrypts the PIN code plaintext data + random numbers inputted by the user using the line protection public key to obtain PIN code ciphertext data.
The film card PIN code line protection module 21 is used for generating a line protection public and private key pair and a random number. And the method is also used for judging whether the random number generated by the method is effective or not, and judging whether the random number obtained by decryption is consistent with the random number generated by the method or not. The pad card PIN code receiving module 22 is configured to receive PIN code ciphertext data. The pad pasting card PIN code decryption module 23 decrypts the PIN code ciphertext data according to the line protection public and private key pair private key to obtain PIN code plaintext data and random numbers. The pad card PIN code verification module 24 is configured to compare whether the obtained PIN code plaintext data is consistent with a pre-stored PIN code.
Referring to fig. 2, the PIN code protection method based on the terminal password keyboard system of the present invention includes the following steps:
s1, a terminal password keyboard module receives a PIN code input and verification request;
s2, the terminal password keyboard module calls a keyboard PIN code line protection module 11 and requests a line protection public key and a random number from the film card password keyboard module;
s3, the film card password keyboard module calls the film card PIN code line protection module 21 to check whether a line protection public and private key pair is generated, if not, a random number with a preset byte length is generated;
s4, the film card password keyboard module responds to the line protection public key and the random number to the terminal password keyboard module;
s5, the terminal password keyboard module calls the keyboard initialization module 12 to initialize the keyboard, generates a random and disordered keyboard number and character mapping table, and informs a terminal application program to display a keyboard to input PIN codes to a user;
s6, the user inputs a PIN code, the terminal application program receives an input event of the user and feeds back the input event to the keyboard input receiving module 13, and the keyboard input receiving module 13 performs mapping according to the mapping table to obtain the PIN code input by the user;
s7, the terminal password keyboard module calls a keyboard PIN code encryption module 14, and encrypts PIN code plaintext data plus random numbers by using a line protection public key to obtain PIN code ciphertext data;
s8, the terminal cipher keyboard module sends PIN code ciphertext data to the film card cipher keyboard module;
s9, the pad card password keyboard module calls the pad card PIN code receiving module 22 to receive PIN code ciphertext data, and calls the pad card PIN code decrypting module 23 to decrypt the PIN code ciphertext data by using a private key of a line protection public-private key pair after receiving the PIN code ciphertext data, so as to obtain PIN code plaintext data and random numbers;
s10, the pad pasting card password keyboard module calls the pad pasting card PIN code line protection module 21 to judge whether the generated random number is valid, if so, the next step is continued, if not, the state code with invalid random number is set, and then the last step is executed;
s11, the film sticking card PIN code line protection module 21 compares whether the decrypted random number is consistent with the random number generated by the random number, if so, the next step is continued, and if not, the last step is executed after setting a state code with a random number error;
s12, the pad pasting card password keyboard module calls a pad pasting card PIN code verification module 24 to compare whether the decrypted PIN code plaintext data is consistent with the stored PIN code, if so, other operations (such as signature operations) are continuously executed, and a state code with successful operation is set, and if not, a state code with error PIN code is set; meanwhile, the number of times that the PIN code can be tried is reduced by 1, when the number of times that the PIN code can be tried is 0, the film sticking card sets the card state to be locked, and when the card state is locked, the card state does not receive any PIN input and verification any more, so that the film sticking card is prevented from being picked up by a third party after being lost, various possibilities of inputting the PIN code can be tried infinitely, and therefore the user PIN code inside the film sticking card is cracked.
S13, the PIN code line protection module of the film sticking card sets the random number state as invalid so as to avoid replay attack, and meanwhile, the film sticking card application program returns a corresponding state code to the terminal application program, and the PIN code processing is finished. The PIN code on the film card generally refers to various calling passwords which may be used by an application on the film card, such as a signature password, a transaction password, a user PIN code and the like.
The above embodiments are provided for illustrating the present invention and not for limiting the present invention, and various changes and modifications may be made by one skilled in the relevant art without departing from the spirit and scope of the present invention, and thus all equivalent technical solutions should be defined by the claims.

Claims (1)

1. A PIN code protection method of a terminal password keyboard system is characterized in that the terminal password keyboard system comprises:
a terminal password keyboard module loaded in the terminal application program;
the film card password keyboard module is loaded in the film card application program and mutually interacts information with the terminal password keyboard module through the bottom communication module;
wherein, terminal password keyboard module includes:
after the terminal password keyboard module receives the PIN code input and verification request, the terminal password keyboard module is used for requesting a line protection public key and a random number from the pad PIN code line protection module of the film card password keyboard module;
the keyboard initialization module is used for initializing a keyboard and generating a random and disordered keyboard number and character mapping table;
the keyboard input receiving module is used for receiving an input event of a user and obtaining a PIN code input by the user according to the character mapping table; and
encrypting the PIN code plaintext data and the random number input by the user by using the line protection public key to obtain a keyboard PIN code encryption module of the PIN code ciphertext data;
the pad pasting card password keyboard module includes:
the film card PIN code line protection module is used for generating a line protection public and private key pair and a random number;
the film card PIN code receiving module is used for receiving PIN code ciphertext data;
decrypting the PIN code ciphertext data according to the line protection public-private key pair private key to obtain PIN code plaintext data and a film card PIN code decryption module of the random number; and
the film card PIN code verification module is used for comparing whether the acquired PIN code plaintext data is consistent with a prestored PIN code;
the PIN code protection method comprises the following steps:
the terminal password keyboard module receives the PIN code input and verification request;
the terminal password keyboard module calls a keyboard PIN code line protection module and requests a line protection public key and a random number from the film card password keyboard module;
the pad card password keyboard module calls the pad card PIN code line protection module to check whether a line protection public and private key pair is generated, if not, the pad card password keyboard module generates a random number with a preset byte length;
the film card password keyboard module responds to the line protection public key and the random number to the terminal password keyboard module;
the terminal password keyboard module calls the keyboard initialization module to initialize the keyboard, generates a random-disturbed keyboard number and character mapping table, and informs the terminal application program to display the keyboard to input PIN codes to the user;
the user inputs a PIN code, the terminal application program receives an input event of the user and feeds back the input event to the keyboard input receiving module, and the keyboard input receiving module performs mapping according to the mapping table to obtain the PIN code input by the user;
the terminal cipher keyboard module calls a keyboard PIN code encryption module, and encrypts PIN code plaintext data plus random numbers by using a line protection public key to obtain PIN code ciphertext data;
the terminal cipher keyboard module sends PIN code ciphertext data to the pad pasting card cipher keyboard module;
the pad card password keyboard module calls the pad card PIN code receiving module to receive PIN code ciphertext data, and calls the pad card PIN code decrypting module to decrypt the PIN code ciphertext data by using a private key of a line protection public-private key pair after receiving the PIN code ciphertext data, so as to obtain PIN code plaintext data and random numbers;
the pad pasting card password keyboard module calls the pad pasting card PIN code line protection module to judge whether the generated random number is valid, if so, the next step is continued, if not, the last step is executed after setting the invalid state code of the random number;
the PIN code line protection module of the film sticking card compares whether the decrypted random number is consistent with the random number generated by the PIN code line protection module, if so, the next step is continued, and if not, the last step is executed after setting a state code with a random number error;
the pad card password keyboard module calls a pad card PIN code verification module to compare whether the decrypted PIN code plaintext data are consistent with the stored PIN codes, if so, other operations are continuously executed, and a state code with successful operation is set, and if not, a state code with a PIN code error is set; meanwhile, the number of times that the PIN code can be tried is reduced by 1, and when the number of times that the PIN code can be tried is 0, the film sticking card sets the card state to be locked;
and the film card PIN code line protection module sets the random number state as invalid, and simultaneously, the film card application program returns a corresponding state code to the terminal application program, and the PIN code processing is finished.
CN202010788424.4A 2020-08-07 2020-08-07 Terminal password keyboard system based on film card hardware and PIN code protection method Active CN111914312B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010788424.4A CN111914312B (en) 2020-08-07 2020-08-07 Terminal password keyboard system based on film card hardware and PIN code protection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010788424.4A CN111914312B (en) 2020-08-07 2020-08-07 Terminal password keyboard system based on film card hardware and PIN code protection method

Publications (2)

Publication Number Publication Date
CN111914312A CN111914312A (en) 2020-11-10
CN111914312B true CN111914312B (en) 2024-02-13

Family

ID=73284215

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010788424.4A Active CN111914312B (en) 2020-08-07 2020-08-07 Terminal password keyboard system based on film card hardware and PIN code protection method

Country Status (1)

Country Link
CN (1) CN111914312B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1913427A (en) * 2005-07-29 2007-02-14 捷讯研究有限公司 System and method for encrypted smart card PIN entry
CN101030852A (en) * 2007-01-30 2007-09-05 天津市阿波罗信息技术有限公司 Method for enciphering and deciphering human-body safety
CN103428000A (en) * 2013-08-27 2013-12-04 深圳市文鼎创数据科技有限公司 Information authentication method and system
CN104463040A (en) * 2014-12-18 2015-03-25 恒宝股份有限公司 Secure input method and system for password
WO2016188127A1 (en) * 2015-05-22 2016-12-01 中兴通讯股份有限公司 Virtual keyboard-based encryption method and apparatus
CN107563209A (en) * 2017-08-28 2018-01-09 深圳市新国都支付技术有限公司 Touch-screen PIN input methods and device based on Android
WO2018124638A1 (en) * 2016-12-29 2018-07-05 주식회사 에이치앤비트 Security method for key input
CN110867018A (en) * 2019-11-28 2020-03-06 福建新大陆支付技术有限公司 System and method for realizing safe PIN input on cash register with Android intelligent platform

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103338437B (en) * 2013-07-11 2016-06-08 成都三零瑞通移动通信有限公司 The encryption method of a kind of mobile instant message and system
CN111431710B (en) * 2020-03-24 2021-09-10 数据通信科学技术研究所 Encryption method and device allowing sender to look up and third party to supervise

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1913427A (en) * 2005-07-29 2007-02-14 捷讯研究有限公司 System and method for encrypted smart card PIN entry
CN101030852A (en) * 2007-01-30 2007-09-05 天津市阿波罗信息技术有限公司 Method for enciphering and deciphering human-body safety
CN103428000A (en) * 2013-08-27 2013-12-04 深圳市文鼎创数据科技有限公司 Information authentication method and system
CN104463040A (en) * 2014-12-18 2015-03-25 恒宝股份有限公司 Secure input method and system for password
WO2016188127A1 (en) * 2015-05-22 2016-12-01 中兴通讯股份有限公司 Virtual keyboard-based encryption method and apparatus
WO2018124638A1 (en) * 2016-12-29 2018-07-05 주식회사 에이치앤비트 Security method for key input
CN107563209A (en) * 2017-08-28 2018-01-09 深圳市新国都支付技术有限公司 Touch-screen PIN input methods and device based on Android
CN110867018A (en) * 2019-11-28 2020-03-06 福建新大陆支付技术有限公司 System and method for realizing safe PIN input on cash register with Android intelligent platform

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
双界面金融社保卡COS系统的设计与实现;孙俊;信息科技(第4期);36-52 *

Also Published As

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

Similar Documents

Publication Publication Date Title
US11258777B2 (en) Method for carrying out a two-factor authentication
US9118668B1 (en) Authenticated remote pin unblock
US9231925B1 (en) Network authentication method for secure electronic transactions
CN110247881B (en) Identity authentication method and system based on wearable equipment
KR101239297B1 (en) System for protecting information and method thereof
US20090222669A1 (en) Method for controlling the location information for authentication of a mobile station
EP1933252A1 (en) Dynamic OTP Token
CN109981562B (en) Software development kit authorization method and device
CN108712382A (en) A kind of authentication method and system of the digital identity based on safe Quick Response Code
EP2414983B1 (en) Secure Data System
CN109684129B (en) Data backup recovery method, storage medium, encryption machine, client and server
CN108616352B (en) Dynamic password generation method and system based on secure element
CN106027501A (en) System and method for performing transaction security authentication in mobile device
US20090044007A1 (en) Secure Communication Between a Data Processing Device and a Security Module
CN105119716A (en) Secret key negotiation method based on SD cards
CN112020716A (en) Remote biometric identification
CN101895885A (en) Method and system for protecting key file
CN113872989A (en) Authentication method and device based on SSL protocol, computer equipment and storage medium
CN117336092A (en) Client login method and device, electronic equipment and storage medium
CN111914312B (en) Terminal password keyboard system based on film card hardware and PIN code protection method
US8495728B2 (en) Internet appliance integrating telephone function security and guidance features
CN108513272B (en) Short message processing method and device
CN110505059B (en) Direct key generation method and device for point-to-point communication of PC5 interface
CN114666114A (en) Mobile cloud data security authentication method based on biological characteristics
CN114282254A (en) Encryption and decryption method and device, and electronic equipment

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
CB02 Change of applicant information

Address after: Room 646, 201 Qinzhou Road, Xuhui District, Shanghai 200235

Applicant after: Shanghai fangfutong Technology Service Co.,Ltd.

Address before: Room 646, 201 Qinzhou Road, Xuhui District, Shanghai 200235

Applicant before: SHANGHAI F-ROAD COMMERCIAL SERVICES Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant