CN116414439A - Configuration file management method and system in load balancing equipment - Google Patents

Configuration file management method and system in load balancing equipment Download PDF

Info

Publication number
CN116414439A
CN116414439A CN202310010712.0A CN202310010712A CN116414439A CN 116414439 A CN116414439 A CN 116414439A CN 202310010712 A CN202310010712 A CN 202310010712A CN 116414439 A CN116414439 A CN 116414439A
Authority
CN
China
Prior art keywords
file
configuration file
encrypted
configuration
compressed
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
CN202310010712.0A
Other languages
Chinese (zh)
Other versions
CN116414439B (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 Hongji Information Technology Co Ltd
Original Assignee
Shanghai Hongji Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Hongji Information Technology Co Ltd filed Critical Shanghai Hongji Information Technology Co Ltd
Priority to CN202310010712.0A priority Critical patent/CN116414439B/en
Publication of CN116414439A publication Critical patent/CN116414439A/en
Application granted granted Critical
Publication of CN116414439B publication Critical patent/CN116414439B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1435Saving, restoring, recovering or retrying at system level using file system or storage system metadata
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/174Redundancy elimination performed by the file system
    • G06F16/1744Redundancy elimination performed by the file system using compression, e.g. sparse files
    • 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
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2107File encryption
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Abstract

The invention discloses a method and a system for managing configuration files in load balancing equipment, which relate to the field of configuration file management, wherein the method comprises the following steps: backing up configuration files in the load balancing equipment according to the set time interval; carrying out compression encryption operation on the backed-up configuration file of any encryption type to obtain an encrypted compressed file; packaging all the encrypted compressed files to obtain a configuration file compressed package; the configuration file compression package is used for an administrator to apply and export; a compressed encryption operation comprising: reading plaintext data of the backed-up configuration file; splitting the plaintext data into a plurality of plaintext segments of a set length; encrypting each plaintext segment by using an encryptor to obtain an encrypted segment; combining the plurality of encrypted segments to obtain an encrypted data block; and respectively adding file description information before and after the encrypted data block to obtain an encrypted compressed file. The invention can realize the management of the configuration file efficiently and conveniently and ensure the safety of the configuration file.

Description

Configuration file management method and system in load balancing equipment
Technical Field
The present invention relates to the field of profile management, and in particular, to a method and system for managing a profile in a load balancing device.
Background
The load balancing product has more and more powerful functions, the corresponding configuration file configuration items are more and more complex, and the number of configuration files is also more and more. When multiple load balancing devices are in a high Available cluster (HA), an operator needs to backup configuration files at the same time, and at this time, configuration file management is a tedious problem for the operator.
At present, an operation and maintenance person normally logs in a manual backup configuration file of the equipment, so that configuration information in the current operation environment is not lost, a plurality of previously configured use scenes are recovered, and the complex operation environment is prevented from being reconfigured. In order to ensure the operation safety of the system, the system is operated in a background-free mode, namely, a system manager cannot directly log in a shell background, so that the configuration file cannot be directly managed, the import and export processes of the configuration file are very complicated, the configuration file is not encrypted, and therefore some internal equipment information can be leaked, so that potential safety hazards are caused.
Disclosure of Invention
Based on the above, the embodiment of the invention provides a method and a system for managing configuration files in load balancing equipment, so that the management of the configuration files is realized efficiently and conveniently, and the security of the configuration files is ensured.
In order to achieve the above object, the present invention provides the following solutions:
a method for profile management in a load balancing device, comprising:
backing up configuration files in the load balancing equipment according to the set time interval to obtain backed up configuration files;
determining the file type and the storage path of each backed-up configuration file;
carrying out compression encryption operation on the backed-up configuration file with any file type being the encryption type to obtain an encrypted compressed file;
packaging all the encrypted compressed files to obtain a configuration file compressed package; the configuration file compression package is used for an administrator to apply and export;
wherein the compression encryption operation includes:
reading plaintext data of the backed-up configuration file according to the storage path;
splitting the plaintext data into a plurality of plaintext segments of a set length;
respectively encrypting each plaintext segment by adopting an encryptor to obtain a plurality of encrypted segments;
combining the plurality of encrypted segments to obtain an encrypted data block;
and respectively adding file description information of the corresponding backed-up configuration file before and after the encrypted data block to obtain an encrypted compressed file.
Optionally, the packaging processing is performed on all the encrypted compressed files to obtain a configuration file compressed package, which specifically includes:
generating a file directory according to file description information of the backed-up configuration files with all file types being encryption types;
and adding the file catalogue at the tail part of the encrypted compressed file obtained after the last compressed encryption operation is completed, and packaging all the encrypted compressed files after the file catalogue is added to obtain a configuration file compressed package.
Optionally, after the packaging processing is performed on all the encrypted compressed files to obtain the configuration file compressed package, the method further includes:
and storing the backup time and the storage size information of the configuration file compression package.
Optionally, after the packaging processing is performed on all the encrypted compressed files to obtain the configuration file compressed package, the method further includes:
and after the administrator inputs the set password, the configuration file compression package is applied.
Optionally, after the packaging processing is performed on all the encrypted compressed files to obtain the configuration file compressed package, the method further includes:
and the administrator exports the configuration file compression package by adopting a page management platform, FTP or TFTP.
Optionally, after storing the backup time and the storage size information of the configuration file compression package, the method further includes:
and previewing the configuration file compression package, the backup time and the storage size information by an administrator.
Optionally, the encryptor is an AES encryptor.
Optionally, the set length is 128 bits.
The invention also provides a configuration file management system in the load balancing equipment, which comprises the following steps:
the file backup module is used for backing up the configuration files in the load balancing equipment according to the set time interval to obtain backed up configuration files;
the file information determining module is used for determining the file type and the storage path of each backed-up configuration file in the load balancing equipment;
the compression encryption module is used for carrying out compression encryption operation on the backed-up configuration file with any file type being the encryption type to obtain an encrypted compressed file;
the packaging module is used for packaging all the encrypted compressed files to obtain a configuration file compressed package; the configuration file compression package is used for an administrator to apply and export;
wherein, the compression encryption module includes:
the data reading unit is used for reading the plaintext data of the backed-up configuration file according to the storage path;
the plaintext splitting unit is used for splitting the plaintext data into a plurality of plaintext segments with set lengths;
the encryption unit is used for respectively carrying out encryption processing on each plaintext segment by adopting an encryptor to obtain a plurality of encrypted segments;
the merging unit is used for merging the plurality of encrypted segments to obtain an encrypted data block;
and the description information adding unit is used for respectively adding file description information of the corresponding backed-up configuration file before and after the encrypted data block to obtain an encrypted compressed file.
According to the specific embodiment provided by the invention, the invention discloses the following technical effects:
the embodiment of the invention provides a method and a system for managing configuration files in load balancing equipment, which are used for backing up the configuration files in the load balancing equipment according to a set time interval, so that the active backup of the configuration files is realized, and compared with a manual backup mode, the method and the system are convenient and quick to realize the management of the configuration files; and carrying out compression and encryption operation on the backed-up configuration file with any file type being the encryption type to obtain an encrypted and compressed file, thereby ensuring the safety of the configuration file and avoiding illegal modification.
Drawings
For a clearer description of embodiments of the present invention or of the prior art, the drawings that are necessary for the embodiments will be briefly described, it being apparent that the drawings 5 in the following description are only some embodiments of the present invention, which are not inventive for a person skilled in the art
On the premise of the workability, other drawings can be obtained from these drawings.
Fig. 1 is a flowchart of a method for managing configuration files in a load balancing device according to an embodiment of the present invention;
FIG. 2 is a flowchart of a compressed encryption operation according to an embodiment of the present invention;
fig. 3 is a block diagram of a configuration file management system in a load balancing device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be described below with reference to the accompanying drawings in the embodiments of the present invention
It will be apparent that the embodiments described are only some, but not all embodiments of the invention. Based on the examples of the present invention, one of ordinary skill in the art would not do
All other embodiments obtained under the inventive premise fall within the scope of protection of the present invention.
In order that the above-recited objects, features and advantages of the present invention will become more readily apparent, a more particular description of the invention will be rendered by reference to the appended drawings and appended detailed description.
Example 1
0 referring to fig. 1, the method for managing a configuration file in a load balancing device of the present embodiment includes:
step 101: and backing up the configuration files in the load balancing equipment according to the set time interval to obtain backed up configuration files.
Specifically, for the configuration file to be backed up, the backup can be completed by submitting the basic configuration, and
the basic configuration includes: file name, whether encrypted, and file configuration type (current configuration or start 5 configuration).
Step 102: the file type and the storage path of each backed-up configuration file are determined.
Step 103: and carrying out compression encryption operation on the backed-up configuration file with any file type being the encryption type to obtain an encrypted compressed file.
Step 104: packaging all the encrypted compressed files to obtain a configuration file compressed package; the profile compression package is used for application and export by an administrator.
Wherein, referring to fig. 2, the compressing encryption operation in step 103 includes:
step 201: and reading the plaintext data of the backed-up configuration file according to the storage path.
Step 202: splitting the plaintext data into a plurality of plaintext segments of a set length. The set length may be 128 bits.
Step 203: and respectively encrypting each plaintext segment by adopting an encryptor to obtain a plurality of encrypted segments. The encryptor may be an advanced encryption standard (AdvancedEncryptionStandard, AES) encryptor.
Step 204: and combining the plurality of encrypted segments to obtain an encrypted data block.
Step 205: and respectively adding file description information of the corresponding backed-up configuration file before and after the encrypted data block to obtain an encrypted compressed file. The file description information may be pre-noted file-related information.
In one example, step 104 specifically includes:
1) And generating a file directory according to the file description information of the backed-up configuration files with all the file types being encryption types.
2) And adding the file catalogue at the tail part of the encrypted compressed file obtained after the last compressed encryption operation is completed, and packaging all the encrypted compressed files after the file catalogue is added to obtain a configuration file compressed package.
In one example, after step 104, further comprising:
and storing the backup time and the storage size information of the configuration file compression package.
In one example, after step 104, further comprising:
and after the administrator inputs the set password, the configuration file compression package is applied.
The administrator exports the profile compression package using a page management platform, file transfer protocol (FileTransferProtocol, FTP), or simple file transfer protocol (TrivialFileTransferProtocol, TFTP). In addition, for importing a configuration file into the load balancing device, the implementation manner is as follows: and selecting a corresponding configuration file, and importing the configuration file by adopting a page management platform, FTP or simple TFTP.
And previewing the configuration file compression package, the backup time and the storage size information by an administrator.
In practical application, a specific implementation process of the configuration file management method in the load balancing device is as follows:
1) And selecting the type of the backup file and confirming the storage path of the backup file.
2) And compressing, encrypting and packaging the configuration file.
The compression and encryption flow is as follows:
step 1: and reading data of one configuration file, and splitting the plaintext into independent plaintext segments, wherein each segment has a length of 128 bits. And then the plaintext segments are processed by an AES encryptor to generate ciphertext segments, and the ciphertext segments are combined together to obtain an encrypted data block.
Step 2: and adding file description information before and after the data block.
Step 3: and extracting all file description information to generate a file directory attached to the tail of the last data block.
And in this way, each individual file is compressed and encrypted to obtain the final encrypted compressed file.
3) After the packaging is completed, an administrator can directly preview the configuration file compression package to see the backup time and storage size information of the compression package.
4) For a packaged configuration file (i.e., a configuration file compression package), an administrator may apply after entering the correct password (i.e., setting the password).
5) For the packaged configuration file, the administrator may choose to export on the page management platform, FTP, or TFTP.
The invention can realize the following functions: the configuration files can be actively backed up, and the backed up configuration files can be managed, for example, deletion, application and other operations can be performed; the backed-up configuration file can be actively selected and exported, and the configuration file is encrypted during export, so that the security of the configuration file is ensured, and illegal modification is avoided; actively uploading a configuration file; the configuration files may be imported or exported remotely by means of a page management platform, FTP or TFTP, etc.
The invention has the following advantages: the method for compressing, encrypting and packaging the configuration files ensures the storage, export and safety of the configuration files, and the configuration files are exported through the page management platform, the FTP or the TFTP, so that the method is simple and easy to use, the use efficiency can be greatly improved, and the convenience of actual use is ensured.
Example two
In order to execute the corresponding method of the above embodiment to achieve the corresponding functions and technical effects, a profile management system in a load balancing device is provided below.
Referring to fig. 3, the system includes:
the file backup module 301 is configured to backup the configuration files in the load balancing device according to a set time interval, so as to obtain backed-up configuration files.
The file information determining module 302 is configured to determine a file type and a storage path of each backed up configuration file in the load balancing device.
The compression and encryption module 303 is configured to perform compression and encryption operations on the backed up configuration file with any file type being an encryption type, so as to obtain an encrypted compressed file.
The packaging module 304 is configured to perform packaging processing on all the encrypted compressed files to obtain a configuration file compressed package; the profile compression package is used for application and export by an administrator.
Wherein, the compression encryption module 303 includes:
and the data reading unit is used for reading the plaintext data of the backed-up configuration file according to the storage path.
And the plaintext splitting unit is used for splitting the plaintext data into a plurality of plaintext segments with set lengths.
And the encryption unit is used for respectively carrying out encryption processing on each plaintext segment by adopting an encryptor to obtain a plurality of encrypted segments.
And the merging unit is used for merging the plurality of encrypted segments to obtain an encrypted data block.
And the description information adding unit is used for respectively adding file description information of the corresponding backed-up configuration file before and after the encrypted data block to obtain an encrypted compressed file.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other. For the system disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
The principles and embodiments of the present invention have been described herein with reference to specific examples, the description of which is intended only to assist in understanding the methods of the present invention and the core ideas thereof; also, it is within the scope of the present invention to be modified by those of ordinary skill in the art in light of the present teachings. In view of the foregoing, this description should not be construed as limiting the invention.

Claims (9)

1. A method for managing configuration files in a load balancing device, comprising:
backing up configuration files in the load balancing equipment according to the set time interval to obtain backed up configuration files;
determining the file type and the storage path of each backed-up configuration file;
carrying out compression encryption operation on the backed-up configuration file with any file type being the encryption type to obtain an encrypted compressed file;
packaging all the encrypted compressed files to obtain a configuration file compressed package; the configuration file compression package is used for an administrator to apply and export;
wherein the compression encryption operation includes:
reading plaintext data of the backed-up configuration file according to the storage path;
splitting the plaintext data into a plurality of plaintext segments of a set length;
respectively encrypting each plaintext segment by adopting an encryptor to obtain a plurality of encrypted segments;
combining the plurality of encrypted segments to obtain an encrypted data block;
and respectively adding file description information of the corresponding backed-up configuration file before and after the encrypted data block to obtain an encrypted compressed file.
2. The method for managing configuration files in load balancing equipment according to claim 1, wherein said packaging all encrypted compressed files to obtain configuration file compression packages specifically comprises:
generating a file directory according to file description information of the backed-up configuration files with all file types being encryption types;
and adding the file catalogue at the tail part of the encrypted compressed file obtained after the last compressed encryption operation is completed, and packaging all the encrypted compressed files after the file catalogue is added to obtain a configuration file compressed package.
3. The method for managing configuration files in a load balancing device according to claim 1, wherein after said packaging all encrypted compressed files to obtain a configuration file compressed package, further comprising:
and storing the backup time and the storage size information of the configuration file compression package.
4. The method for managing configuration files in a load balancing device according to claim 1, wherein after said packaging all encrypted compressed files to obtain a configuration file compressed package, further comprising:
and after the administrator inputs the set password, the configuration file compression package is applied.
5. The method for managing configuration files in a load balancing device according to claim 1, wherein after said packaging all encrypted compressed files to obtain a configuration file compressed package, further comprising:
and the administrator exports the configuration file compression package by adopting a page management platform, FTP or TFTP.
6. A method for managing a configuration file in a load balancing device according to claim 3, further comprising, after said storing backup time and storage size information of said configuration file compression package:
and previewing the configuration file compression package, the backup time and the storage size information by an administrator.
7. The method for profile management in a load balancing apparatus of claim 1, wherein the encryptor is an AES encryptor.
8. The method for managing configuration files in a load balancing device according to claim 1, wherein the set length is 128 bits.
9. A profile management system in a load balancing device, comprising:
the file backup module is used for backing up the configuration files in the load balancing equipment according to the set time interval to obtain backed up configuration files;
the file information determining module is used for determining the file type and the storage path of each backed-up configuration file in the load balancing equipment;
the compression encryption module is used for carrying out compression encryption operation on the backed-up configuration file with any file type being the encryption type to obtain an encrypted compressed file;
the packaging module is used for packaging all the encrypted compressed files to obtain a configuration file compressed package; the configuration file compression package is used for an administrator to apply and export;
wherein, the compression encryption module includes:
the data reading unit is used for reading the plaintext data of the backed-up configuration file according to the storage path;
the plaintext splitting unit is used for splitting the plaintext data into a plurality of plaintext segments with set lengths;
the encryption unit is used for respectively carrying out encryption processing on each plaintext segment by adopting an encryptor to obtain a plurality of encrypted segments;
the merging unit is used for merging the plurality of encrypted segments to obtain an encrypted data block;
and the description information adding unit is used for respectively adding file description information of the corresponding backed-up configuration file before and after the encrypted data block to obtain an encrypted compressed file.
CN202310010712.0A 2023-01-05 2023-01-05 Configuration file management method and system in load balancing equipment Active CN116414439B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310010712.0A CN116414439B (en) 2023-01-05 2023-01-05 Configuration file management method and system in load balancing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310010712.0A CN116414439B (en) 2023-01-05 2023-01-05 Configuration file management method and system in load balancing equipment

Publications (2)

Publication Number Publication Date
CN116414439A true CN116414439A (en) 2023-07-11
CN116414439B CN116414439B (en) 2023-11-21

Family

ID=87057157

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310010712.0A Active CN116414439B (en) 2023-01-05 2023-01-05 Configuration file management method and system in load balancing equipment

Country Status (1)

Country Link
CN (1) CN116414439B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101025702A (en) * 2006-02-17 2007-08-29 深圳奇峰创智科技有限公司 Method for automatic backup using computer network
CN108667595A (en) * 2017-03-28 2018-10-16 吉林化工学院 A kind of compression encryption method of large data files
CN109840425A (en) * 2019-01-22 2019-06-04 北京数科网维技术有限责任公司 A kind of method and apparatus of file encryption
CN111031109A (en) * 2019-11-29 2020-04-17 广西电网有限责任公司防城港供电局 Method for network safety equipment backup and synchronous management
US20200293677A1 (en) * 2018-04-17 2020-09-17 Alibaba Group Holding Limited File packaging and unpackaging methods, apparatuses, and network devices
CN114036003A (en) * 2021-11-16 2022-02-11 中易通科技股份有限公司 Large file backup and recovery safety method based on hardware password equipment
US20230214358A1 (en) * 2020-09-03 2023-07-06 Huawei Technologies Co., Ltd. Method for Uploading Configuration File, Method for Downloading Configuration File, and Apparatus

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101025702A (en) * 2006-02-17 2007-08-29 深圳奇峰创智科技有限公司 Method for automatic backup using computer network
CN108667595A (en) * 2017-03-28 2018-10-16 吉林化工学院 A kind of compression encryption method of large data files
US20200293677A1 (en) * 2018-04-17 2020-09-17 Alibaba Group Holding Limited File packaging and unpackaging methods, apparatuses, and network devices
CN109840425A (en) * 2019-01-22 2019-06-04 北京数科网维技术有限责任公司 A kind of method and apparatus of file encryption
CN111031109A (en) * 2019-11-29 2020-04-17 广西电网有限责任公司防城港供电局 Method for network safety equipment backup and synchronous management
US20230214358A1 (en) * 2020-09-03 2023-07-06 Huawei Technologies Co., Ltd. Method for Uploading Configuration File, Method for Downloading Configuration File, and Apparatus
CN114036003A (en) * 2021-11-16 2022-02-11 中易通科技股份有限公司 Large file backup and recovery safety method based on hardware password equipment

Also Published As

Publication number Publication date
CN116414439B (en) 2023-11-21

Similar Documents

Publication Publication Date Title
CN103177222B (en) A kind of file adds shell, the disposal route of shelling and equipment thereof
US9602283B1 (en) Data encryption in a de-duplicating storage in a multi-tenant environment
CN111709038B (en) File encryption and decryption method, distributed storage system, device and storage medium
CN105659222B (en) System and method for calculating eap-message digest
CN103400064B (en) For file encryption and the method and apparatus of deciphering
US20140082376A1 (en) System, Method and Apparatus for Securely Saving/Retrieving Data on a Data Storage
CN110908833A (en) Data backup method, device and equipment and computer readable storage medium
CN111385084A (en) Key management method and device for digital assets and computer readable storage medium
US9721122B2 (en) Method and system for performing secure I/O operation in a pluggable flash storage device
CN112351086A (en) File transmission method, device, equipment and computer readable storage medium
CN111814210A (en) Method and device for processing file, storage medium and electronic equipment
CN112163236A (en) File access method, device, system and computer readable storage medium
CN116414439B (en) Configuration file management method and system in load balancing equipment
CN111552938B (en) File encryption method and device
CN112565288A (en) Method and system for executing internal network acquisition and control instruction on external network
CN116800535A (en) Method and device for avoiding secret between multiple servers
CN110365468B (en) Anonymization processing method, device, equipment and storage medium
CN102982288A (en) An apparatus and a method for performing encryption or decryption of data in a portable terminal
CN109995534B (en) Method and device for carrying out security authentication on application program
CN110750776B (en) Encryption and decryption module control method, device and equipment and readable storage medium
CN113806792A (en) File cloud storage method and device, readable storage medium and electronic equipment
CN114266659A (en) Account checking file full-flow processing method, device, equipment and medium
CN105491118A (en) Avionic Ethernet data loading system
CN116185767B (en) Method for monitoring data flow direction based on encryption technology
CN110780884B (en) Information processing method, device and 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
GR01 Patent grant
GR01 Patent grant