CN112953711A - Database security connection system and method - Google Patents

Database security connection system and method Download PDF

Info

Publication number
CN112953711A
CN112953711A CN202110120095.0A CN202110120095A CN112953711A CN 112953711 A CN112953711 A CN 112953711A CN 202110120095 A CN202110120095 A CN 202110120095A CN 112953711 A CN112953711 A CN 112953711A
Authority
CN
China
Prior art keywords
password
database
connection interface
connection
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110120095.0A
Other languages
Chinese (zh)
Other versions
CN112953711B (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.)
Shan Deutsche Bank Cartoon Information Service Co ltd
Original Assignee
Shan Deutsche Bank Cartoon Information 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 Shan Deutsche Bank Cartoon Information Service Co ltd filed Critical Shan Deutsche Bank Cartoon Information Service Co ltd
Priority to CN202110120095.0A priority Critical patent/CN112953711B/en
Publication of CN112953711A publication Critical patent/CN112953711A/en
Application granted granted Critical
Publication of CN112953711B publication Critical patent/CN112953711B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • H04L9/0891Revocation or update of secret information, e.g. encryption key update or rekeying
    • 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/602Providing cryptographic facilities or services
    • 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/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0807Network architectures or network communication protocols for network security for authentication of entities using tickets, e.g. Kerberos
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/133Protocols for remote procedure calls [RPC]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • Bioethics (AREA)
  • Computing Systems (AREA)
  • Databases & Information Systems (AREA)
  • Storage Device Security (AREA)

Abstract

The invention provides a database security connection system and a method thereof, comprising: a password modification module: modifying the password in the password library to form a new password; the safe connection interface calls the module: before the application program is connected with the service database, a safe connection interface is called through a packaging method; SQLPLUS connection module: the safe connection interface is connected with the password library through the SQLPLUS, and a new password in the password library is extracted; the ciphertext password returning module: the safe connection interface decrypts the received 3DES ciphertext cipher to obtain an application account number cipher, and then encrypts the application account number cipher; a service database connection module: and the application program receives the application account password returned by the secure connection interface, performs mac verification, and decrypts the returned ciphertext password after passing the mac verification to perform service database connection. The invention supports online modification of the database application password, and the password does not need to be configured when the application server accesses the database, thereby achieving the purpose of preventing the password from being leaked.

Description

Database security connection system and method
Technical Field
The invention relates to the field of databases, in particular to a database secure connection system and a database secure connection method.
Background
The existing database connection mode is generally connected through a conventional account password, and the biggest defect of the connection mode is that potential safety hazards can be caused after the password is leaked or cracked. In another database connection mode, an intermediate server is arranged between the application function program and the service database, and data connection is realized through the intermediate server, but the scheme also has the problem of potential safety hazard caused by the fact that the intermediate server is invaded.
The invention patent with patent document CN109831435A discloses a database operation method, system, proxy server and storage medium, which receives a connection request with a target token carried by a request end; the target token is a token which is applied by the request terminal to the proxy server and used for accessing the target database; and requesting an identity authentication identifier from a target database according to the token, and executing database operation by using the identity authentication identifier. According to the database operation method, the secure connection between the request end and the database end can be realized through the proxy server, the traditional form that the configuration file reads the user password of the database is avoided, and the connection security is greatly improved. However, the above solutions have drawbacks including safety issues: the proxy server has too large authority, and the authority cannot be controlled after the proxy server is permeated. There are also stability problems: the proxy server is in a series mode, and the system availability is influenced when a fault occurs.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a database secure connection system and a database secure connection method.
The invention provides a database secure connection system, which comprises the following modules:
a password modification module: modifying the password in the password library to form a new 3DES ciphertext password;
the safe connection interface calls the module: before the application program is connected with the service database, a safe connection interface is called through a packaging method;
SQLPLUS connection module: the safe connection interface is connected with the password library through the SQLPLUS, and a new 3DES ciphertext password in the password library is extracted;
the ciphertext password returning module: the safe connection interface decrypts the received 3DES ciphertext cipher to obtain an application account number cipher, and then encrypts the application account number cipher;
a service database connection module: and the application program receives the application account password returned by the secure connection interface, performs mac verification, and decrypts the returned ciphertext password after passing the mac verification to perform service database connection.
Preferably, the application calls the secure connection interface through http or socket.
Preferably, the secure connection port invoking module includes:
establishing a connection module: establishing connection between the application program and the safe connection interface, and transmitting keys, tokens, mac, service names, IP, user names and database names to the safe connection interface;
a preliminary verification module: the safety connection interface completes preliminary verification through the acquired token and mac;
and checking the module again: and the safety connection interface checks whether the obtained service name, the IP, the user name and the database name are complete or not, if the check result is complete, the SQLPLUS connection module is entered, and if the check result is incomplete, the SQLPLUS connection module is not entered.
Preferably, the ciphertext password returning module includes:
an analysis module: decrypting the acquired 3DES ciphertext in the password library;
an encryption module: carrying out combined encryption on the decrypted passwords;
a return module: and returning the encrypted cipher text password after the re-encryption to the application program.
Preferably, the application program transmits the key value to the secure connection interface, and the decrypted password is combined with the key value to be encrypted again.
The invention provides a database secure connection method, which comprises the following steps:
password modification: modifying the password in the password library to form a new 3DES ciphertext password;
a safe connection interface calling step: before the application program is connected with the service database, a safe connection interface is called through a packaging method;
SQLPLUS connection step: the safe connection interface is connected with the password library through the SQLPLUS, and a new 3DES ciphertext password in the password library is extracted;
and (3) returning the ciphertext password: the safe connection interface decrypts the received 3DES ciphertext cipher to obtain an application account number cipher, and then encrypts the application account number cipher;
a service database connection step: and the application program receives the application account password returned by the secure connection interface, performs mac verification, and decrypts the returned ciphertext password after passing the mac verification to perform service database connection.
Preferably, the application calls the secure connection interface through http or socket.
Preferably, the secure connection port invoking step includes:
establishing connection: establishing connection between the application program and the safe connection interface, and transmitting keys, tokens, mac, service names, IP, user names and database names to the safe connection interface;
a preliminary verification step: the safety connection interface completes preliminary verification through the acquired token and mac;
and checking again: and the safe connection interface verifies whether the obtained service name, the IP, the user name and the database name are complete or not, if the verification result is complete, the SQLPLUS connection step is carried out, and if the verification result is incomplete, the SQLPLUS connection step is not carried out.
Preferably, the ciphertext password returning step includes:
and (3) analyzing: decrypting the acquired 3DES ciphertext in the password library;
an encryption step: carrying out combined encryption on the decrypted passwords;
a return step: and returning the encrypted cipher text password after the re-encryption to the application program.
Preferably, the application program transmits the key value to the secure connection interface, and the decrypted password is combined with the key value to be encrypted again.
Compared with the prior art, the invention has the following beneficial effects:
1. the invention does not need to reconfigure the application program when the database password is changed, thereby realizing that the application program does not need to modify the configuration and restart when the database password is modified regularly, and ensuring the service continuity.
2. The invention achieves the aim of preventing the password from being leaked by not configuring the password when the application server accesses the database.
3. The invention ensures the security of the password through two encryption and decryption processes.
4. The invention prevents the password from being leaked or cracked by setting the safety connection interface and the database for double guarantee.
Drawings
Other features, objects and advantages of the invention will become more apparent upon reading of the detailed description of non-limiting embodiments with reference to the following drawings:
FIG. 1 is a system diagram of a database secure connection system.
Fig. 2 is a flowchart of a database secure connection method provided by the present invention.
Detailed Description
The present invention will be described in detail with reference to specific examples. The following examples will assist those skilled in the art in further understanding the invention, but are not intended to limit the invention in any way. It should be noted that it would be obvious to those skilled in the art that various changes and modifications can be made without departing from the spirit of the invention. All falling within the scope of the present invention.
As shown in fig. 1 and fig. 2, according to the system and the method for secure connection of a database provided by the present invention, in the connection between an application program and a service database, a secure connection interface is used to uniformly schedule a password, the application program does not need to configure the password, and simultaneously, online modification of the application password of the database is supported. The invention provides a database security connection system, which comprises the following modules:
a password modification module: modifying the password in the password library to form a new 3DES ciphertext password;
the safe connection interface calls the module: before the application program is connected with the service database, a safe connection interface is called through a packaging method;
SQLPLUS connection module: the safe connection interface is connected with the password library through the SQLPLUS, and a new 3DES ciphertext password in the password library is extracted;
the ciphertext password returning module: the safe connection interface decrypts the received 3DES ciphertext cipher to obtain an application account number cipher, and then encrypts the application account number cipher;
a service database connection module: and the application program receives the application account password returned by the secure connection interface, performs mac verification, and decrypts the returned ciphertext password after passing the mac verification to perform service database connection.
Further, the application program calls the secure connection interface through http or socket.
Further, the secure connection port calling module includes:
establishing a connection module: establishing connection between the application program and the safe connection interface, and transmitting keys, tokens, mac, service names, IP, user names and database names to the safe connection interface;
a preliminary verification module: the safety connection interface completes preliminary verification through the acquired token and mac;
and checking the module again: and the safety connection interface checks whether the obtained service name, the IP, the user name and the database name are complete or not, if the check result is complete, the SQLPLUS connection module is entered, and if the check result is incomplete, the SQLPLUS connection module is not entered.
Further, the ciphertext password returning module comprises:
an analysis module: decrypting the acquired 3DES ciphertext in the password library;
an encryption module: carrying out combined encryption on the decrypted passwords;
a return module: and returning the encrypted cipher text password after the re-encryption to the application program.
Further, the application program transmits a key value to the secure connection interface, and the decrypted password and the key value are combined and encrypted again.
The invention also provides a database security connection method, which comprises the following steps:
password modification: modifying the password in the password library to form a new 3DES ciphertext password;
a safe connection interface calling step: before the application program is connected with the service database, a safe connection interface is called through a packaging method;
SQLPLUS connection step: the safe connection interface is connected with the password library through the SQLPLUS, and a new 3DES ciphertext password in the password library is extracted;
and (3) returning the ciphertext password: the safe connection interface decrypts the received 3DES ciphertext cipher to obtain an application account number cipher, and then encrypts the application account number cipher;
a service database connection step: and the application program receives the application account password returned by the secure connection interface, performs mac verification, and decrypts the returned ciphertext password after passing the mac verification to perform service database connection.
Further, the application program calls the secure connection interface through http or socket.
Further, the secure connection port invoking step includes:
establishing connection: establishing connection between the application program and the safe connection interface, and transmitting keys, tokens, mac, service names, IP, user names and database names to the safe connection interface;
a preliminary verification step: the safety connection interface completes preliminary verification through the acquired token and mac;
and checking again: and the safe connection interface verifies whether the obtained service name, the IP, the user name and the database name are complete or not, if the verification result is complete, the SQLPLUS connection step is carried out, and if the verification result is incomplete, the SQLPLUS connection step is not carried out.
Further, the ciphertext password returning step comprises:
and (3) analyzing: decrypting the acquired 3DES ciphertext in the password library;
an encryption step: carrying out combined encryption on the decrypted passwords;
a return step: and returning the encrypted cipher text password after the re-encryption to the application program.
Further, the application program transmits a key value to the secure connection interface, and the decrypted password and the key value are combined and encrypted again.
To further illustrate the technical solution of the present invention, the database security connection system provided by the present invention includes:
modifying the password in the password library to form a new 3DES ciphertext password;
before an application program is connected with a database every time, a safety connection interface is called through a packaging system, specifically:
and establishing connection between the application program and the safe connection interface, and transmitting keys, tokens, mac, service names, IP, user names, database names and the like to the safe connection interface.
And the safety connection completes preliminary verification through the acquired token and mac.
And then checking whether the obtained service name, IP, user name and database name are complete or not.
The safe connection interface is connected with the cipher database through the SQLPLUS, and 3DES cipher texts in the cipher database are extracted.
The secure connection interface decrypts the 3DES ciphertext password to obtain an application account password, and then encrypts the application account password, specifically:
and decrypting the acquired 3DES ciphertext in the password library.
And encrypting the decrypted password and the key value combination transmitted by the application program.
And transmitting the encrypted cipher text password to the application program.
And the application program receives the parameters returned by the safety connection interface to carry out mac verification, and decrypts the returned ciphertext cipher after passing through the mac verification to carry out service database connection.
The database secure connection method provided by the invention comprises the following steps:
step 1: modifying the password in the password library to form a new 3DES ciphertext password;
step 2: and before the application program is connected with the database every time, calling the safe connection interface by using the packaging method.
The step 2 comprises the following steps:
step 2.1: and establishing connection between the application program and the safe connection interface, and transmitting keys, tokens, mac, service names, IP, user names, database names and the like to the safe connection interface.
Step 2.2: and the safety connection completes preliminary verification through the acquired token and mac.
Step 2.3: and then checking whether the obtained service name, IP, user name and database name are complete or not.
And step 3: the safe connection interface is connected with the cipher database through the SQLPLUS, and 3DES cipher texts in the cipher database are extracted.
And 4, step 4: and the secure connection interface decrypts the 3DES ciphertext password to obtain an application account password, and then encrypts the application account password.
The step 4 comprises the following steps:
step 4.1: and decrypting the acquired 3DES ciphertext in the password library.
Step 4.2: and (4) combining and encrypting the decrypted password and the key value sent in the step (2).
And 4.3, returning the encrypted cipher code after the re-encryption to the application program.
And 5: and the application program receives the parameters returned by the safety connection interface to carry out mac verification, and decrypts the returned ciphertext cipher after passing through the mac verification to carry out service database connection.
The invention supports online modification of the database application password, and the password does not need to be configured when the application server accesses the database, thereby achieving the purpose of preventing the password from being leaked.
In the description of the present application, it is to be understood that the terms "upper", "lower", "front", "rear", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", and the like indicate orientations or positional relationships based on those shown in the drawings, and are only for convenience in describing the present application and simplifying the description, but do not indicate or imply that the referred device or element must have a specific orientation, be constructed in a specific orientation, and be operated, and thus, should not be construed as limiting the present application.
The foregoing description of specific embodiments of the present invention has been presented. It is to be understood that the present invention is not limited to the specific embodiments described above, and that various changes or modifications may be made by one skilled in the art within the scope of the appended claims without departing from the spirit of the invention. The embodiments and features of the embodiments of the present application may be combined with each other arbitrarily without conflict.

Claims (10)

1. A database secure connection system, comprising:
a password modification module: modifying the password in the password library to form a new 3DES ciphertext password;
the safe connection interface calls the module: before the application program is connected with the service database, a safe connection interface is called through a packaging method;
SQLPLUS connection module: the safe connection interface is connected with the password library through the SQLPLUS, and a new 3DES ciphertext password in the password library is extracted;
the ciphertext password returning module: the safe connection interface decrypts the received 3DES ciphertext cipher to obtain an application account number cipher, and then encrypts the application account number cipher;
a service database connection module: and the application program receives the application account password returned by the secure connection interface, performs mac verification, and decrypts the returned ciphertext password after passing the mac verification to perform service database connection.
2. The database secure connection system of claim 1, wherein the application calls the secure connection interface through http or socket.
3. The database secure connection system of claim 1, wherein the secure connection port calling module comprises:
establishing a connection module: establishing connection between the application program and the safe connection interface, and transmitting keys, tokens, mac, service names, IP, user names and database names to the safe connection interface;
a preliminary verification module: the safety connection interface completes preliminary verification through the acquired token and mac;
and checking the module again: and the safety connection interface checks whether the obtained service name, the IP, the user name and the database name are complete or not, if the check result is complete, the SQLPLUS connection module is entered, and if the check result is incomplete, the SQLPLUS connection module is not entered.
4. The database secure connection system of claim 1, wherein the ciphertext cipher return module comprises:
an analysis module: decrypting the acquired 3DES ciphertext in the password library;
an encryption module: carrying out combined encryption on the decrypted passwords;
a return module: and returning the encrypted cipher text password after the re-encryption to the application program.
5. The system of claim 4, wherein the application transmits a key value to the secure connection interface, and the decrypted password is combined with the key value for re-encryption.
6. A database secure connection method is characterized by comprising the following steps:
password modification: modifying the password in the password library to form a new 3DES ciphertext password;
a safe connection interface calling step: before the application program is connected with the service database, a safe connection interface is called through a packaging method;
SQLPLUS connection step: the safe connection interface is connected with the password library through the SQLPLUS, and a new 3DES ciphertext password in the password library is extracted;
and (3) returning the ciphertext password: the safe connection interface decrypts the received 3DES ciphertext cipher to obtain an application account number cipher, and then encrypts the application account number cipher;
a service database connection step: and the application program receives the application account password returned by the secure connection interface, performs mac verification, and decrypts the returned ciphertext password after passing the mac verification to perform service database connection.
7. The database secure connection method of claim 6, wherein the application program calls the secure connection interface through http or socket.
8. The database secure connection method according to claim 6, wherein the secure connection port calling step includes:
establishing connection: establishing connection between the application program and the safe connection interface, and transmitting keys, tokens, mac, service names, IP, user names and database names to the safe connection interface;
a preliminary verification step: the safety connection interface completes preliminary verification through the acquired token and mac;
and checking again: and the safe connection interface verifies whether the obtained service name, the IP, the user name and the database name are complete or not, if the verification result is complete, the SQLPLUS connection step is carried out, and if the verification result is incomplete, the SQLPLUS connection step is not carried out.
9. The database secure connection method according to claim 6, wherein the ciphertext cipher return step includes:
and (3) analyzing: decrypting the acquired 3DES ciphertext in the password library;
an encryption step: carrying out combined encryption on the decrypted passwords;
a return step: and returning the encrypted cipher text password after the re-encryption to the application program.
10. The method of claim 9, wherein the application program transmits a key value to the secure connection interface, and the decrypted password is combined with the key value for re-encryption.
CN202110120095.0A 2021-01-28 2021-01-28 Database security connection system and method Active CN112953711B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110120095.0A CN112953711B (en) 2021-01-28 2021-01-28 Database security connection system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110120095.0A CN112953711B (en) 2021-01-28 2021-01-28 Database security connection system and method

Publications (2)

Publication Number Publication Date
CN112953711A true CN112953711A (en) 2021-06-11
CN112953711B CN112953711B (en) 2022-12-02

Family

ID=76238920

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110120095.0A Active CN112953711B (en) 2021-01-28 2021-01-28 Database security connection system and method

Country Status (1)

Country Link
CN (1) CN112953711B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112800448A (en) * 2021-01-28 2021-05-14 杉德银卡通信息服务有限公司 Database secure connection method, proxy server and storage medium

Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1457587A (en) * 2000-08-15 2003-11-19 维亚克沃公司 Method and apparatus for web-based application service model for security management
CN1614924A (en) * 2004-11-26 2005-05-11 王小矿 Identity certifying system based on intelligent card and dynamic coding
CN1652078A (en) * 2004-02-05 2005-08-10 华为技术有限公司 Method for implementing remote-call by application program interface system on database
US20090019514A1 (en) * 2007-07-11 2009-01-15 Kristin Marie Hazlewood Method and system for enforcing password policy in a distributed directory
US7644285B1 (en) * 2004-04-08 2010-01-05 Intuit Inc. Recovery access to secure data
US7739298B1 (en) * 2001-01-26 2010-06-15 Apple Inc. Using a calculation expression to define and control access rights for records in a database
US8094812B1 (en) * 2007-09-28 2012-01-10 Juniper Networks, Inc. Updating stored passwords
US20130086060A1 (en) * 2011-09-29 2013-04-04 Oracle International Corporation Privileged account manager, managed account perspectives
CN104168116A (en) * 2014-08-19 2014-11-26 天地(常州)自动化股份有限公司 Database identity authentication method and system
US20140379664A1 (en) * 2013-06-19 2014-12-25 Virtual Forge GmbH System and method for automatic correction of a database configuration in case of quality defects
US20150089607A1 (en) * 2013-09-20 2015-03-26 Verizon Patent And Licensing Inc. Method and apparatus for providing user authentication and identification based on a one-time password
CN104765617A (en) * 2015-05-04 2015-07-08 北京奇虎科技有限公司 Stream application function interface distributing method and system realized on basis of HTML5
US9117216B1 (en) * 2002-06-07 2015-08-25 At&T Intellectual Property I, L.P. Time control of internet usage
CN105426301A (en) * 2015-10-27 2016-03-23 浪潮电子信息产业股份有限公司 Linux platform based Oracle database pressure testing method
CN105512518A (en) * 2015-11-30 2016-04-20 中国电子科技集团公司第三十研究所 Cipher algorithm identification method and system based on only-ciphertext
CN105592431A (en) * 2015-12-25 2016-05-18 东南大学常州研究院 Short message encryption method based on iOS system mobile terminal
CN106021515A (en) * 2016-05-23 2016-10-12 浪潮电子信息产业股份有限公司 Data base script file management method and system, and client side device
US9779445B1 (en) * 2009-05-21 2017-10-03 Citibank, N.A. Procurement systems and methods
CN107528689A (en) * 2017-09-18 2017-12-29 上海动联信息技术股份有限公司 A kind of password amending method based on Ukey
EP3401820A1 (en) * 2017-05-10 2018-11-14 Siemens Aktiengesellschaft Apparatus and method for providing a secure database access
CN110401529A (en) * 2019-07-23 2019-11-01 南瑞集团有限公司 A kind of cipher management method
CN110990863A (en) * 2019-11-27 2020-04-10 山东新潮信息技术有限公司 Method for realizing file model essay control through timestamp and encryption algorithm
CN111488331A (en) * 2020-04-08 2020-08-04 广州虎牙科技有限公司 Database connection method and device and computer equipment

Patent Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1457587A (en) * 2000-08-15 2003-11-19 维亚克沃公司 Method and apparatus for web-based application service model for security management
US7739298B1 (en) * 2001-01-26 2010-06-15 Apple Inc. Using a calculation expression to define and control access rights for records in a database
US9117216B1 (en) * 2002-06-07 2015-08-25 At&T Intellectual Property I, L.P. Time control of internet usage
CN1652078A (en) * 2004-02-05 2005-08-10 华为技术有限公司 Method for implementing remote-call by application program interface system on database
US7644285B1 (en) * 2004-04-08 2010-01-05 Intuit Inc. Recovery access to secure data
CN1614924A (en) * 2004-11-26 2005-05-11 王小矿 Identity certifying system based on intelligent card and dynamic coding
US20090019514A1 (en) * 2007-07-11 2009-01-15 Kristin Marie Hazlewood Method and system for enforcing password policy in a distributed directory
US8094812B1 (en) * 2007-09-28 2012-01-10 Juniper Networks, Inc. Updating stored passwords
US9779445B1 (en) * 2009-05-21 2017-10-03 Citibank, N.A. Procurement systems and methods
US20130086060A1 (en) * 2011-09-29 2013-04-04 Oracle International Corporation Privileged account manager, managed account perspectives
US20140379664A1 (en) * 2013-06-19 2014-12-25 Virtual Forge GmbH System and method for automatic correction of a database configuration in case of quality defects
US20150089607A1 (en) * 2013-09-20 2015-03-26 Verizon Patent And Licensing Inc. Method and apparatus for providing user authentication and identification based on a one-time password
CN104168116A (en) * 2014-08-19 2014-11-26 天地(常州)自动化股份有限公司 Database identity authentication method and system
CN104765617A (en) * 2015-05-04 2015-07-08 北京奇虎科技有限公司 Stream application function interface distributing method and system realized on basis of HTML5
CN105426301A (en) * 2015-10-27 2016-03-23 浪潮电子信息产业股份有限公司 Linux platform based Oracle database pressure testing method
CN105512518A (en) * 2015-11-30 2016-04-20 中国电子科技集团公司第三十研究所 Cipher algorithm identification method and system based on only-ciphertext
CN105592431A (en) * 2015-12-25 2016-05-18 东南大学常州研究院 Short message encryption method based on iOS system mobile terminal
CN106021515A (en) * 2016-05-23 2016-10-12 浪潮电子信息产业股份有限公司 Data base script file management method and system, and client side device
EP3401820A1 (en) * 2017-05-10 2018-11-14 Siemens Aktiengesellschaft Apparatus and method for providing a secure database access
CN107528689A (en) * 2017-09-18 2017-12-29 上海动联信息技术股份有限公司 A kind of password amending method based on Ukey
CN110401529A (en) * 2019-07-23 2019-11-01 南瑞集团有限公司 A kind of cipher management method
CN110990863A (en) * 2019-11-27 2020-04-10 山东新潮信息技术有限公司 Method for realizing file model essay control through timestamp and encryption algorithm
CN111488331A (en) * 2020-04-08 2020-08-04 广州虎牙科技有限公司 Database connection method and device and computer equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SUN QI等: "Ranking Modules for Integrate Testing Based on PageRank Algorithm", 《CHINESE JOURNAL OF ELECTRONICS》 *
闫培新等: "基于Krsul分类法与联邦模型的脆弱性数据库系统", 《军械工程学院学报》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112800448A (en) * 2021-01-28 2021-05-14 杉德银卡通信息服务有限公司 Database secure connection method, proxy server and storage medium

Also Published As

Publication number Publication date
CN112953711B (en) 2022-12-02

Similar Documents

Publication Publication Date Title
CN109088889B (en) SSL encryption and decryption method, system and computer readable storage medium
CN111783068B (en) Device authentication method, system, electronic device and storage medium
KR100621420B1 (en) Network connection system
CN101051904B (en) Method for landing by account number cipher for protecting network application sequence
KR102202547B1 (en) Method and system for verifying an access request
CN111615105B (en) Information providing and acquiring method, device and terminal
CN100512201C (en) Method for dealing inserted-requested message of business in groups
CN110990827A (en) Identity information verification method, server and storage medium
KR101451359B1 (en) User account recovery
CN111770088A (en) Data authentication method, device, electronic equipment and computer readable storage medium
EP3724798B1 (en) Method for authenticating a user based on an image relation rule and corresponding first user device, server and system
CN112425114A (en) Password manager protected by public-private key pair
CN108809633B (en) Identity authentication method, device and system
US11811739B2 (en) Web encryption for web messages and application programming interfaces
CN106161475B (en) Method and device for realizing user authentication
WO2005114946A1 (en) An apparatus, computer-readable memory and method for authenticating and authorizing a service request sent from a service client to a service provider
CN111327629B (en) Identity verification method, client and server
CN113923020A (en) Micro-service authentication method, device and equipment of SaaS multi-tenant architecture
CN102916965A (en) Safety authentication mechanism and safety authentication system thereof for cloud service interfaces
CN110891065A (en) Token-based user identity auxiliary encryption method
KR20230145009A (en) Single sign on authentication method and system based on terminal using dynamic token generation agent
CN111901303A (en) Device authentication method and apparatus, storage medium, and electronic apparatus
CN108881153B (en) Authentication method for login
CN112953711B (en) Database security connection system and method
CN113505353A (en) Authentication method, device, equipment and storage medium

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