CN117786711A - Data encryption method and device of SAP system and electronic equipment - Google Patents

Data encryption method and device of SAP system and electronic equipment Download PDF

Info

Publication number
CN117786711A
CN117786711A CN202311531996.4A CN202311531996A CN117786711A CN 117786711 A CN117786711 A CN 117786711A CN 202311531996 A CN202311531996 A CN 202311531996A CN 117786711 A CN117786711 A CN 117786711A
Authority
CN
China
Prior art keywords
encryption
data
data encryption
sap system
function
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.)
Pending
Application number
CN202311531996.4A
Other languages
Chinese (zh)
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.)
Shenhua Hollysys Information Technology Co Ltd
Original Assignee
Shenhua Hollysys 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 Shenhua Hollysys Information Technology Co Ltd filed Critical Shenhua Hollysys Information Technology Co Ltd
Priority to CN202311531996.4A priority Critical patent/CN117786711A/en
Publication of CN117786711A publication Critical patent/CN117786711A/en
Pending legal-status Critical Current

Links

Landscapes

  • Storage Device Security (AREA)

Abstract

The invention provides a data encryption method and device of an SAP system and electronic equipment, and belongs to the technical field of data encryption. The method comprises the following steps: determining function input parameters according to the service scene; calling a data encryption function based on the function input parameters; the data encryption function is obtained by packaging a data encryption function, and the data encryption function characterizes that an external operating system encryption command is executed in the SAP system to carry out data encryption processing; and carrying out data encryption processing based on the data encryption function to obtain encrypted data. The data encryption function is developed in the SAP system, the data encryption function is packaged, the data encryption function is based on the data encryption function to execute an external operation system encryption command in the SAP system to conduct data encryption processing, and the data encryption processing based on the SAP system is achieved.

Description

Data encryption method and device of SAP system and electronic equipment
Technical Field
The present invention relates to the field of data encryption technologies, and in particular, to a data encryption method of an SAP system, a data encryption device of the SAP system, and an electronic apparatus.
Background
The SAP (System Applications and Products) system is a set of enterprise resource management software system, is a technical leader of global enterprise management software and solutions, and has the application advantages of modernization, informatization and intellectualization. ABAP is a development language specifically applied to SAP systems, and is the basic development tool and technology platform for the whole SAP system. In the SAP system implementation process, developers can provide customized development for clients, so as to meet personalized requirements.
At present, the standard encryption method of the SAP system can only be used in the SAP system, and the encryption information of the SAP system cannot be decrypted and used by a third party system, so that the SAP system has no universality.
Disclosure of Invention
The embodiment of the invention aims to provide a data encryption method, a data encryption device and electronic equipment of an SAP system, which are used for solving the defects that the standard encryption method of the SAP system can only be used in the SAP system, the encryption information of the SAP system can not be decrypted and used by a third party system, and the universality is not realized.
In order to achieve the above object, an embodiment of the present invention provides a data encryption method of an SAP system, including:
determining function input parameters according to the service scene; the function input parameters comprise encryption type, encryption mode, encryption key and/or file storage path;
calling a data encryption function based on the function input parameters; the data encryption function is obtained by packaging a data encryption function, and the data encryption function characterizes that an SAP system executes an external operating system encryption command to carry out data encryption processing;
and carrying out data encryption processing based on the data encryption function and the function input parameters to obtain encrypted data.
Optionally, the data encryption function is obtained by packaging the following steps:
the SAP system is controlled to generate an original file through the original data;
controlling the SAP system to execute an external operating system encryption command to encrypt the original file;
acquiring encrypted data in an encrypted file of the SAP system;
and performing function encapsulation on all the steps through codes, and determining the function input parameters.
Optionally, after the step of obtaining the encrypted data in the encrypted file of the SAP system, the method further includes:
deleting the original file and the encrypted file of the SAP system.
Optionally, the control SAP system generates the original file from the original data, including:
the SAP system is controlled to use a file creation instruction to create an original file, and the original file is opened;
and writing the original data into the opened original file, and closing the original file.
Optionally, the controlling the SAP system to execute an external operating system encryption command encrypts the original file includes:
the SAP system is controlled to create an external operating system encryption command;
and calling the external operating system encryption command to encrypt the original file to obtain an encrypted file.
Optionally, the obtaining the encrypted data in the encrypted file of the SAP system includes:
the SAP system is controlled to create an external operating system acquisition command;
and calling the external operating system to acquire the encrypted data in the encrypted file of the SAP system.
On the other hand, the embodiment of the invention also provides a data encryption device of the SAP system, which comprises:
the function input parameter determining module is used for determining function input parameters according to the service scene; the function input parameters comprise encryption type, encryption mode, encryption key and/or file storage path;
the data encryption function calling module is used for calling a data encryption function based on the function input parameters; the data encryption function is obtained by packaging a data encryption function, and the data encryption function characterizes that an SAP system executes an external operating system encryption command to carry out data encryption processing;
and the encryption module is used for carrying out data encryption processing based on the data encryption function and the function input parameters to obtain encrypted data.
Optionally, the data encryption function is obtained by packaging the following steps:
the SAP system is controlled to generate an original file through the original data;
controlling the SAP system to execute an external operating system encryption command to encrypt the original file;
acquiring encrypted data in an encrypted file of the SAP system;
and performing function encapsulation on all the steps through codes, and determining the function input parameters.
Optionally, after the step of obtaining the encrypted data in the encrypted file of the SAP system, the method further includes:
deleting the original file and the encrypted file of the SAP system.
Optionally, the control SAP system generates the original file from the original data, including:
the SAP system is controlled to use a file creation instruction to create an original file, and the original file is opened;
and writing the original data into the opened original file, and closing the original file.
Optionally, the controlling the SAP system to execute an external operating system encryption command encrypts the original file includes:
the SAP system is controlled to create an external operating system encryption command;
and calling the external operating system encryption command to encrypt the original file to obtain an encrypted file.
Optionally, the obtaining the encrypted data in the encrypted file of the SAP system includes:
the SAP system is controlled to create an external operating system acquisition command;
and calling the external operating system to acquire the encrypted data in the encrypted file of the SAP system.
In another aspect, the present invention further provides an electronic device, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where the processor implements the data encryption method of the SAP system when executing the program.
In another aspect, the present invention also provides a machine-readable storage medium, on which a computer program is stored, which when executed by a processor, implements the data encryption method of the SAP system described above.
According to the technical scheme, the data encryption function is developed in the SAP system, the data encryption function is packaged, the data encryption function is based on the data encryption function to execute the external operation system encryption command on the SAP system to conduct data encryption processing, and the data encryption processing based on the SAP system is achieved.
Additional features and advantages of embodiments of the invention will be set forth in the detailed description which follows.
Drawings
The accompanying drawings are included to provide a further understanding of embodiments of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain, without limitation, the embodiments of the invention. In the drawings:
FIG. 1 is a schematic flow chart of a data encryption method of an SAP system according to the present invention;
FIG. 2 is a second flow chart of the data encryption method of the SAP system according to the present invention;
FIG. 3 is a third flow chart of the data encryption method of the SAP system according to the present invention;
FIG. 4 is a schematic diagram of an original file with original data stored therein provided by the present invention;
FIG. 5 is a schematic diagram of an external operating system command provided by the present invention;
FIG. 6 is a schematic diagram of an encrypted file obtained by encrypting the original file by calling an external operating system encryption command;
FIG. 7 is a schematic diagram of a data encryption device of an SAP system according to the present invention;
fig. 8 is a schematic structural diagram of an electronic device provided by the present invention.
Detailed Description
The following describes the detailed implementation of the embodiments of the present invention with reference to the drawings. It should be understood that the detailed description and specific examples, while indicating and illustrating the invention, are not intended to limit the invention.
Method embodiment
Referring to fig. 1, an embodiment of the present invention provides a data encryption method for an SAP system, including:
and 100, determining function input parameters according to the service scene.
The electronic equipment determines function input parameters according to the service scene. The service scenario may be various scenarios that require data encryption in the SAP system. For example, the service scenario may be a scenario in which a user password, personal bank card information, or personal identification card information is data-protected. The function input parameters include encryption type, encryption mode, encryption key, and/or file storage path. Wherein the encryption type includes symmetric encryption, asymmetric encryption, and the like. Encryption modes include 3DES (Triple DES) encryption, SHA1 (Secure Hash Algorithm 1) encryption, and the like. The file storage path refers to a file storage path of encrypted data after data encryption is completed.
Step 200, calling a data encryption function based on the function input parameters.
The electronic device invokes a data encryption function based on the function input parameters. The data encryption function is obtained by packaging a data encryption function, and the data encryption function characterizes that an SAP system executes an external operating system encryption command to carry out data encryption processing. The external operating system encryption command may be an encryption command of an operating system other than the SAP system, for example, the external operating system encryption command may be an OpenSSL encryption command. OpenSSL is an open-source product to implement the SSL protocol, which implements most of the algorithms required for the SSL protocol. Therefore, the data is encrypted by using an encryption algorithm supported by OpenSSL, and the encrypted data can be decrypted by other operating systems except the SAP system, so that the method has universality. The invention can realize the encryption processing of the SAP system to the data by using the encryption command of the external operating system supported by OpenSSL, and the encryption command of the external operating system has universality and is not limited by the SAP system any more during decryption.
And 300, carrying out data encryption processing based on the data encryption function and the function input parameters to obtain encrypted data.
The electronic equipment performs data encryption processing on the SAP system by executing an external operating system encryption command based on the data encryption function based on the encryption type, the encryption mode, the encryption key and the file storage path determined in the function input parameters, and obtains encrypted data. For example, when the encryption type determined in the function input parameter is symmetric encryption and the encryption mode is 3DES encryption, the data encryption processing is performed by executing an external operating system encryption command on the SAP system based on the symmetric encryption and the 3DES encryption, and the encrypted data is stored in the file storage path determined in the function input parameter.
The data encryption function is developed in the SAP system, the data encryption function is packaged, the data encryption function is based on the data encryption function to execute the external operation system encryption command in the SAP system to carry out the data encryption processing based on the SAP system, so that the encrypted data obtained by calling the data encryption function to carry out the data encryption processing can be used in decryption by other external operation systems except the SAP system.
In addition, the function package is carried out on the data encryption function, the function package can be called at any time without repeatedly writing codes, and the requirements of various business scenes on data encryption can be met through function input parameter setting, so that the flexibility is high and the reusability is strong.
In other aspects of the embodiments of the present invention, referring to fig. 2, the data encryption function is obtained by encapsulating the following steps:
step 1, an SAP system is controlled to generate an original file through the original data.
In the embodiment of the invention, the original data is uploaded to the SAP system in the form of a file. The electronic device controls the SAP system to generate an original file through the original data.
And step 2, controlling the SAP system to execute an external operating system encryption command to encrypt the original file.
And the electronic equipment controls the SAP system to execute an external operating system encryption command (such as an OpenSSL encryption command) to encrypt the original file to obtain an encrypted file.
And step 3, obtaining the encrypted data in the encrypted file of the SAP system.
And the electronic equipment acquires the encrypted data in the encrypted file of the SAP system. The encrypted data is returned when the encryption is successful, and the error information is returned when the encryption is failed.
And 5, performing function encapsulation on all the steps through codes, and determining the function input parameters.
The electronic device performs function encapsulation on the steps 1 to 3 through codes, wherein the function input parameters include but are not limited to: encryption type, encryption mode, encryption key, and file storage path. Output parameters include, but are not limited to, encrypted data. It should be noted that all of the above steps are developed in the SAP system using ABAP language.
The embodiment of the invention self-develops the data encryption function in the SAP system and encapsulates the data encryption function, the data encryption function can be used by all the service scenes of the SAP system which are required, repeated code writing is not needed, and the expandability and reusability of the data encryption method of the SAP system are improved.
In other aspects of the embodiments of the present invention, referring to fig. 3, after the step of obtaining the encrypted data in the encrypted file of the SAP system, the method further includes:
and step 4, deleting the original file and the encrypted file of the SAP system.
Specifically, the staff can write the ABAP code to input the electronic device, so that the electronic device uses the file deletion command DELETE DATASET of the SAP system to delete the original files and the encrypted files of the SAP system, thereby cleaning the redundant original files and encrypted files in time, and avoiding the waste of storage space caused by the excessive original files and encrypted files.
The electronic device performs function encapsulation on the steps 1 to 4 through codes, wherein the function input parameters include but are not limited to: encryption type, encryption mode, encryption key, and file storage path. Output parameters include, but are not limited to, encrypted data. It should be noted that, all of the above steps 1 to 5 were developed in the SAP system using ABAP language.
In other aspects of the embodiments of the present invention, step 1, controlling an SAP system to generate an original file from original data includes:
and 11, controlling the SAP system to create an original file by using a file creation instruction, and opening the original file.
And step 12, writing the original data into the opened original file, and closing the original file.
Specifically, the embodiment of the invention can input the ABAP code corresponding to the step 11 and the step 12 into the electronic device by manual writing, so that the electronic device controls the SAP system to create the original file by using the file creation instruction OPEN DATASET, and OPEN the original file. And enabling the electronic equipment to write the original data into the opened original file, and closing the original file. Referring to fig. 4, fig. 4 shows an original file storing original data.
In other aspects of the embodiments of the present invention, step 2, controlling the SAP system to execute an external operating system encryption command to encrypt the original file includes:
and step 21, controlling the SAP system to create an external operating system encryption command.
As shown in fig. 5, fig. 5 shows a schematic diagram of external operating system commands (including external operating system encryption commands and external operating system acquisition commands). The SAP system can be controlled to use the transaction code SM69 to create the encryption command of the external operating system. Wherein in one embodiment the external operating system encryption command is an OpenSSL encryption command. The format of the OpenSSL encryption command is as follows:
enc-ciphername[-in filename][-out filename][-pass arg][-e][-a][-A]
the syntax parameters of the OpenSSL encryption command are described as follows:
chipername option: encryption algorithms used in the encryption process.
-in option: the input file, for encryption, should be a plain text file, which is directly followed by a file name.
-out option: the output file, for encryption, should be the encrypted file, which is directly followed by the file name.
-pass option: the mode of inputting the password is selected, and the input source can be standard input equipment, command line input, files, variables and the like;
-e option: the encryption function is realized.
-options a and-a: the file is subjected to BASE64 encoding operations.
And step 22, calling the encryption command of the external operating system to encrypt the original file to obtain an encrypted file.
And inputting the ABAP code written manually into the electronic equipment to enable the electronic equipment to call an external operating system encryption command, and executing encryption operation on the original file to generate an encrypted file. Referring to fig. 6, fig. 6 shows an encrypted file obtained by calling an external operating system encryption command to encrypt the original file.
In other aspects of the embodiments of the present invention, step 3 of obtaining encrypted data in an encrypted file of the SAP system includes:
step 31, the SAP system is controlled to create an external operating system acquisition command.
And step 32, calling the external operating system to acquire the encrypted data in the encrypted file of the SAP system.
As shown in fig. 5, the controllable SAP system in the embodiment of the present invention creates an external operating system acquisition command using the transaction code SM 69. Wherein in one embodiment the external operating system acquisition command is a CAT command. The format of the CAT command is as follows:
CAT[filename]
the syntax parameters of the CAT command are described as follows:
filename option: the file name that needs to be opened, for encryption, should be the encrypted file name.
And manually writing an ABAP code and inputting the ABAP code into the electronic equipment so that the electronic equipment calls a CAT command to execute the operation of acquiring file data to acquire the encrypted data in the encrypted file of the SAP system.
Device embodiment
Referring to fig. 7, in another aspect, an embodiment of the present invention further provides a data encryption device of an SAP system, including:
a function input parameter determining module 701, configured to determine a function input parameter according to a service scenario; the function input parameters comprise encryption type, encryption mode, encryption key and/or file storage path;
a data encryption function calling module 702, configured to call a data encryption function based on the function input parameter; the data encryption function is obtained by packaging a data encryption function, and the data encryption function characterizes that an SAP system executes an external operating system encryption command to carry out data encryption processing;
and the encryption module 703 is configured to perform data encryption processing based on the data encryption function and the function input parameter, so as to obtain encrypted data.
The data encryption device of the SAP system realizes the data encryption processing based on the SAP system by developing the data encryption function in the SAP system and encapsulating the data encryption function and executing the external operation system encryption command based on the data encryption function to carry out the data encryption processing, so that the encrypted data obtained by calling the data encryption function to carry out the data encryption processing can be decrypted and used by other external operation systems except the SAP system.
Optionally, the data encryption function is obtained by packaging the following steps:
the SAP system is controlled to generate an original file through the original data;
controlling the SAP system to execute an external operating system encryption command to encrypt the original file;
acquiring encrypted data in an encrypted file of the SAP system;
and performing function encapsulation on all the steps through codes, and determining the function input parameters.
Optionally, after the step of obtaining the encrypted data in the encrypted file of the SAP system, the method further includes:
deleting the original file and the encrypted file of the SAP system.
Optionally, the control SAP system generates the original file from the original data, including:
the SAP system is controlled to use a file creation instruction to create an original file, and the original file is opened;
and writing the original data into the opened original file, and closing the original file.
Optionally, the controlling the SAP system to execute an external operating system encryption command encrypts the original file includes:
the SAP system is controlled to create an external operating system encryption command;
and calling the external operating system encryption command to encrypt the original file to obtain an encrypted file.
Optionally, the obtaining the encrypted data in the encrypted file of the SAP system includes:
the SAP system is controlled to create an external operating system acquisition command;
and calling the external operating system to acquire the encrypted data in the encrypted file of the SAP system.
The data encryption device of the SAP system includes a processor and a memory, the function input parameter determining module 701, the data encryption function calling module 702, the encryption module 703, and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to implement corresponding functions.
The processor includes a kernel, and the kernel fetches the corresponding program unit from the memory. The kernel may be provided with one or more.
The memory may include volatile memory, random Access Memory (RAM), and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM), among other forms in computer readable media, the memory including at least one memory chip.
Fig. 8 illustrates a physical structure diagram of an electronic device, as shown in fig. 8, which may include: processor 810, communication interface (Communications Interface) 820, memory 830, and communication bus 840, wherein processor 810, communication interface 820, memory 830 accomplish communication with each other through communication bus 840. The processor 810 may invoke logic instructions in the memory 830 to perform a data encryption method of the SAP system, the method comprising: determining function input parameters according to the service scene; the function input parameters comprise encryption type, encryption mode, encryption key and/or file storage path; calling a data encryption function based on the function input parameters; the data encryption function is obtained by packaging a data encryption function, and the data encryption function characterizes that an SAP system executes an external operating system encryption command to carry out data encryption processing; and carrying out data encryption processing based on the data encryption function and the function input parameters to obtain encrypted data.
Further, the logic instructions in the memory 830 described above may be implemented in the form of software functional units and may be stored in a computer-readable storage medium when sold or used as a stand-alone product. Based on this understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
In yet another aspect, the present invention also provides a machine-readable storage medium having stored thereon a computer program which, when executed by a processor, is implemented to perform a data encryption method of an SAP system, the method comprising: determining function input parameters according to the service scene; the function input parameters comprise encryption type, encryption mode, encryption key and/or file storage path; calling a data encryption function based on the function input parameters; the data encryption function is obtained by packaging a data encryption function, and the data encryption function characterizes that an SAP system executes an external operating system encryption command to carry out data encryption processing; and carrying out data encryption processing based on the data encryption function and the function input parameters to obtain encrypted data.
The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
From the above description of the embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by means of software plus necessary general hardware platforms, or of course may be implemented by means of hardware. Based on this understanding, the foregoing technical solution may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the respective embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (11)

1. A data encryption method for an SAP system, comprising:
determining function input parameters according to the service scene; the function input parameters comprise encryption type, encryption mode, encryption key and/or file storage path;
calling a data encryption function based on the function input parameters; the data encryption function is obtained by packaging a data encryption function, and the data encryption function characterizes that an SAP system executes an external operating system encryption command to carry out data encryption processing;
and carrying out data encryption processing based on the data encryption function and the function input parameters to obtain encrypted data.
2. The data encryption method of SAP system of claim 1, wherein the data encryption function is encapsulated by:
the SAP system is controlled to generate an original file through the original data;
controlling the SAP system to execute an external operating system encryption command to encrypt the original file;
acquiring encrypted data in an encrypted file of the SAP system;
and performing function encapsulation on all the steps through codes, and determining the function input parameters.
3. The method of encrypting data for an SAP system according to claim 2, wherein after the step of obtaining the encrypted data in the encrypted file of the SAP system, further comprising:
deleting the original file and the encrypted file of the SAP system.
4. The data encryption method of the SAP system of claim 2, wherein the controlling the SAP system to generate the original file from the original data includes:
the SAP system is controlled to use a file creation instruction to create an original file, and the original file is opened;
and writing the original data into the opened original file, and closing the original file.
5. The data encryption method of the SAP system of claim 2, wherein controlling the SAP system to execute an external operating system encryption command encrypts the original file comprises:
the SAP system is controlled to create an external operating system encryption command;
and calling the external operating system encryption command to encrypt the original file to obtain an encrypted file.
6. The method for encrypting data of an SAP system according to claim 2, wherein the obtaining encrypted data in the encrypted file of the SAP system comprises:
the SAP system is controlled to create an external operating system acquisition command;
and calling the external operating system to acquire the encrypted data in the encrypted file of the SAP system.
7. A data encryption device for an SAP system, comprising:
the function input parameter determining module is used for determining function input parameters according to the service scene; the function input parameters comprise encryption type, encryption mode, encryption key and/or file storage path;
the data encryption function calling module is used for calling a data encryption function based on the function input parameters; the data encryption function is obtained by packaging a data encryption function, and the data encryption function characterizes that an SAP system executes an external operating system encryption command to carry out data encryption processing;
and the encryption module is used for carrying out data encryption processing based on the data encryption function and the function input parameters to obtain encrypted data.
8. The SAP system data encryption apparatus of claim 7 wherein the data encryption function is encapsulated by:
the SAP system is controlled to generate an original file through the original data;
controlling the SAP system to execute an external operating system encryption command to encrypt the original file;
acquiring encrypted data in an encrypted file of the SAP system;
and performing function encapsulation on all the steps through codes, and determining the function input parameters.
9. The SAP system data encryption apparatus of claim 8, wherein after the step of obtaining the encrypted data in the encrypted file of the SAP system, further comprising:
deleting the original file and the encrypted file of the SAP system.
10. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the data encryption method of the SAP system of any one of claims 1 to 6 when the program is executed by the processor.
11. A machine readable storage medium, having stored thereon a computer program, which when executed by a processor implements the data encryption method of the SAP system of any one of claims 1 to 6.
CN202311531996.4A 2023-11-16 2023-11-16 Data encryption method and device of SAP system and electronic equipment Pending CN117786711A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311531996.4A CN117786711A (en) 2023-11-16 2023-11-16 Data encryption method and device of SAP system and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311531996.4A CN117786711A (en) 2023-11-16 2023-11-16 Data encryption method and device of SAP system and electronic equipment

Publications (1)

Publication Number Publication Date
CN117786711A true CN117786711A (en) 2024-03-29

Family

ID=90378698

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311531996.4A Pending CN117786711A (en) 2023-11-16 2023-11-16 Data encryption method and device of SAP system and electronic equipment

Country Status (1)

Country Link
CN (1) CN117786711A (en)

Similar Documents

Publication Publication Date Title
TWI598814B (en) System and method for managing and diagnosing a computing device equipped with unified extensible firmware interface (uefi)-compliant firmware
US8230222B2 (en) Method, system and computer program for deploying software packages with increased security
US9135434B2 (en) System and method for third party creation of applications for mobile appliances
CN111552931A (en) Method and system for adding shell of java code
US20150081644A1 (en) Method and system for backing up and restoring a virtual file system
CN105095771B (en) A kind of guard method of shared file destination and device
CN109598107B (en) Code conversion method and device based on application installation package file
US20140096230A1 (en) Method and system for sharing vpn connections between applications
CN108399319B (en) Source code protection method, application server and computer readable storage medium
US10713388B2 (en) Stacked encryption
CN109787768B (en) Identity authentication configuration method and device and computer readable storage medium
US20140281499A1 (en) Method and system for enabling communications between unrelated applications
US20180067777A1 (en) Application protection method, server, and terminal
CN111475524B (en) Data processing method and device based on interceptor and computer equipment
WO2021164462A1 (en) Data encryption method, data decryption method, computer device, and medium
CN111737718A (en) Encryption and decryption method and device for jar packet, terminal equipment and storage medium
EP2689367B1 (en) Data protection using distributed security key
CN115391750B (en) Algorithm authorization method and device, electronic equipment and storage medium
CN107995230A (en) A kind of method for down loading and terminal
KR101979320B1 (en) System and Method for automatic generation and execution of encryption SQL statements using meta-information and enterprise framework
CN117786711A (en) Data encryption method and device of SAP system and electronic equipment
CN110880965A (en) Outgoing electronic document encryption method, system, terminal and storage medium
CN103530169A (en) Method for protecting virtual machine files and user terminal
CN109995526A (en) A kind of storage method of key and the call method and device of device, key
CN110737910B (en) Android log decryption management method, device, equipment and 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