US20080165954A1 - System for encrypting and decrypting data using derivative equations and factors - Google Patents

System for encrypting and decrypting data using derivative equations and factors Download PDF

Info

Publication number
US20080165954A1
US20080165954A1 US12/053,009 US5300908A US2008165954A1 US 20080165954 A1 US20080165954 A1 US 20080165954A1 US 5300908 A US5300908 A US 5300908A US 2008165954 A1 US2008165954 A1 US 2008165954A1
Authority
US
United States
Prior art keywords
factors
values
equations
string
derivative
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.)
Abandoned
Application number
US12/053,009
Inventor
Tom Thuan CHEUNG
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to US12/053,009 priority Critical patent/US20080165954A1/en
Publication of US20080165954A1 publication Critical patent/US20080165954A1/en
Abandoned legal-status Critical Current

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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/08Randomization, e.g. dummy operations or using noise

Definitions

  • the present invention generally relates to cryptography, and more particularly to an encryption and decryption system that utilizes customizable equations and random values to securely encrypt and decrypt information.
  • a primary method of securing transmission of information utilizes cryptography, where a message or string of characters is transformed into a form understood only by the intended recipient.
  • a typical conventional approach to encrypting data utilizes a cryptographic algorithm and a set of cryptographic keys.
  • the decrypting algorithm is typically the same as the encrypting program performed in reverse order.
  • Public-key encryption makes one key public and another key private. Both the sender and the recipient should have the keys to encrypt and decrypt the information.
  • Security of the encrypted data using cryptographic keys depends on keeping the keys secret and protecting the keys from being determined by third-party cryptanalysis.
  • Methods for preventing cryptanalysis comprise iterated cryptosystems and the “one time pad” cryptosystem.
  • An example of an iterated cryptosystem is the Data Encryption Standard (DES) developed by IBM.
  • An example of a secure public-key cryptosystem is the Rivest, Shamir, Adleman (RSA) system.
  • the “one time pad” system utilizes a randomly selected key. This key is used only once and is equal or greater in length than the data to be encrypted. Because the key is random and used only once, the probability of decrypting the encrypted data without the knowledge of the key is very low. However, the recipient of the encrypted data requires the key to decrypt the data and the recipient requires a new key for each message. Consequently, a “one time pad” system is more appropriate for transmitting top-secret messages such as government messages than for large quantities of data.
  • Pseudo-random sequences are used to encrypt information provided the sequence is sufficiently random and secure. An adversary should not be able to predict a sequence based on past values or be able to deduce initial values.
  • the goal of pseudo-random sequences is for the sequence to appear noise-like and non-repeating (aperiodic).
  • the present invention satisfies this need, and presents a system, a computer program product, and an associated method (collectively referred to herein as “the system” or “the present system”) for encrypting character data (strings) of any given length using derivative equations and factors.
  • the system or “the present system”
  • the use of factors and derivative equations introduces the randomness required for effective encryption without the use of complex mathematics such as chaos theory.
  • the present system uses for encryption a set of equations determined by the user in a manner similar to a key. Unlike conventional encryption technology using keys, the results can be random. In addition, only a portion of the key is exposed to decrypt the encrypted information. Unlike convention encryption technology using complex equations to produce randomized results, the present system uses a simple approach that may be customized by the user in an infinite variety of ways. The user may configure the present system using either simple or complex equations.
  • the present system is a simple process involving a minimum of steps to implement. Unlike an application utilizing chaos theory equations, extensive mathematical skills are not required to implement the present system.
  • the present system may be implemented in an unlimited number of variations; no two implementations may be the same.
  • the present system is portable, and can be implemented in any programming language that supports cyclical character manipulation; i.e., C, C++, Java, etc.
  • the present system also supports input from a variety of sources, allowing control from the administrator side, string value side, or any other input that may be extracted from the desired programming language.
  • FIG. 1 is a schematic illustration of an exemplary operating environment in which a cryptographic system of the present invention can be used
  • FIG. 2 is a block diagram of the high-level architecture of the cryptographic system of FIG. 1 ;
  • FIG. 3 is a process flow chart illustrating a method of defining the factors, derivatives, and equations used by the cryptographic system of FIGS. 1 and 2 ;
  • FIG. 4 is a process flow chart illustrating a method of operation of the cryptographic system of FIGS. 1 and 2 when used to encrypt a password
  • FIG. 5 is comprised of FIGS. 5A and 5B and represents a process flow chart illustrating a method of operation of the cryptographic system of FIGS. 1 and 2 when used to decrypt an encrypted password to authenticate a password entered by a user.
  • Original String Refers to a set of characters that represent information requiring encryption.
  • Encrypted String Refers to a set of characters that represent information that has been encrypted such that the original string cannot easily be determined.
  • FIG. 1 portrays an exemplary overall environment in which a system and associated method for encrypting and decrypting data using derivative equations and factors according to the present invention may be used.
  • System 10 comprises a software programming code or a computer program product that is typically embedded within, or installed on a host server 15 .
  • system 10 can be saved on a suitable storage medium such as a diskette, a CD, a hard drive, or like devices.
  • Information in host server 15 that should be kept secure is encrypted by system 10 and stored in a database 20 .
  • Examples of such information might be passwords, credit card numbers, etc.
  • Computers 25 , 30 , 35 Users, such as remote Internet users, are represented by a variety of computers such as computers 25 , 30 , 35 , and can access the host server 15 through a network 40 .
  • Computers 25 , 30 , 35 each comprise software that allows the user to interface securely with the host server 15 .
  • the host server 15 is connected to network 40 via a communications link 45 such as a telephone, cable, or satellite link.
  • Computers 25 , 30 , 35 can be connected to network 40 via communications links 50 , 55 , 60 , respectively. While system 10 is described in terms of network 40 , computers 25 , 30 , 35 may also access system 10 locally rather than remotely. Computers 25 , 30 , 35 may access system 10 either manually, or automatically through the use of an application.
  • the present system maps each character in an original string, S 0 , to an encrypted character in an encrypted string, E 0 , using a set of equations.
  • the original string, S 0 is comprised of N characters, C:
  • An implementer may use as many encryption equations as desired to obtain the level of randomness and complexity required in the encryption process.
  • the implementer chooses a set of factors to be used in the equations.
  • the factors comprise the following types: factors provided by the administrator, random values, or objects or values related to the original string, etc. These factors may be, for example, a number selected by the administrator, the current hour of the day, minute of the hour, or second of the minute, some other random number easily available from the operating system of host server 15 , or the length of the original string to be encrypted. In addition, the factors may be random numbers created by a function such as a random generator or an equation such as the chaos equation.
  • the implementer creates an encryption equation that is a function of the original string, S 0 , and the factors:
  • F 1 , F 2 , . . . , F N are the factors.
  • the implementer then creates a set of derivative equations that are functions of the factors:
  • D 1 f ( F 1 , F 2 , . . . , F N )
  • D N f ( D 1 , D 2 , . . . , D N ).
  • the implementer uses the derivative values and factor decryption equations to solve for the factors F 1 , F 2 , . . . , FN:
  • F 1 f ( D 1 , D 2 , . . . , D N )
  • F 2 f ( D 1 , D 2 , . . . , D N )
  • F N f ( D 1 , D 2 , . . . , D N )
  • the implementer then uses the encryption equation and the factors to solve for the original string:
  • the values stored in database 20 are the encrypted string E 0 and the derivatives.
  • the encryption equation and derivative equations are written as programming code within the encryption module.
  • the decryption equation and factor decryption equations are written as programming code within the decryption module.
  • the encrypted string is created by encrypting each character of the original string individually and concatenating the encrypted characters to the encrypted string in order.
  • Provided to the decryption module are the encrypted string and the derivatives. Unless an adversary or attacker is able to access the encryption code, the adversary is unable to determine the relation between the characters in the string and the derivatives.
  • additional derivatives may be provided that are not actually used to determine the factors; the presence of these false derivatives provide an additional level of security in the encryption method of system 10 .
  • An input 205 to an encryption module 210 comprises an original string 215 (S 0 ) and factors 220 (F 1 , F 2 , . . . , F N ).
  • An output 225 from the encryption module 210 comprises derivatives 230 (D 1 , D 2 , . . . , D N ) and an encrypted string 235 (E 0 ).
  • a decryption module 240 decrypts output 225 to produce a decrypted string 245 (S D ).
  • the decrypted string 245 is equal to the original string 215 .
  • a method 300 illustrating the process of developing the encryption module 210 and the decryption module 240 is illustrated by the process flow chart of FIG. 3 .
  • an implementer such as a system administrator selects or defines factors 220 .
  • the implementer may choose a number, 7, the minute of the hour, and the length of the string:
  • Administrative keys form a subcategory of factors. The only requirement is that factors exist. Therefore, a set of factors using all random factors (i.e., another subcategory) is acceptable so long as the derivatives can be uniquely related to the factors.
  • the implementer then creates an encryption equation at block 310 that describes the encryption equation as a function of a character in the original string 215 and factors 220 (i.e., F 1 , F 2 , F 3 ).
  • the implementer may create the following equation that maps a character in the original string 215 , S 0 (C), to a character in the encrypted string 235 , E 0 (C):
  • the encryption equation may be as complex as the implementer requires, as long as the implementer can create derivative equations that can be solved by the decryption module 240 to determine factors 220 .
  • the implementer creates a set of derivative equations at block 315 .
  • the number of derivative equations required is greater or equal to the number of factors 220 selected by the implementer.
  • the implementer may define derivatives 230 as follows:
  • the encryption module 210 is comprised of the encryption equation, factors 220 , and the derivative equations.
  • the derivative equations may be as complex as desired provided that an equation for factors 220 may be written in terms of derivatives 230 . Additional derivative equations may be created to act as decoys within the encryption and decryption process. Because derivatives 230 are defined in terms of factors 220 , factors 220 may change from encryption to encryption, allowing the use of random values based on time values such as the value the minute of the hour when the encryption is performed, for example.
  • the decryption module 240 comprises a set of factor decryption equations and a decryption equation.
  • the decryption equation uses factors 220 derived from the factor decryption equations and the encrypted string 235 to obtain the decrypted string 245 , S D , that is equivalent to the original string 215 , S 0 .
  • the implementer solves the decryption equations for factors 220 at block 320 , obtaining the factor decryption equations that map derivatives 230 to factors 220 . For example, by using standard algebraic manipulation the implementer may solve the exemplary factors 220 in terms of derivatives 230 (i.e., D 1 , D 2 , and D 3 ):
  • Equation (1) solved for the original string 215 , S 0 yields:
  • the implementer converts the encryption equation and derivative equations into programming code for the encryption module 210 ; the factor decryption equations and the decryption equations are converted into programming code for the decryption module 240 .
  • equations (1), (2), (3), and (4) are converted into programming code for the encryption module 210 and equations (5), (6), (7), and (8) are converted into programming code for the decryption module 240 .
  • a method 400 of the encryption module 210 of system 10 is illustrated by a process flow chart of FIG. 4 , using an example of a user registering for a service such as a paid subscription to a database.
  • the user registers for access to the database at block 405 by entering a user name and a password.
  • System 10 calls the encryption module 210 to encrypt the password at block 410 .
  • the encryption module 210 generates factors 220 as required by the encryption module 210 and calculates derivatives 230 (block 415 ). Some of factors 220 used by the encryption module 210 may be constant values provided by the administrator when the encryption module 210 is created. Other factors 220 may be random values generated by the encryption module 210 at the time the password is encrypted.
  • the encryption module 210 selects a character such as, for example, the first character in the password at block 420 and encrypts that character using the encryption equation at block 425 .
  • the encrypted character is appended to the encrypted string 235 at block 430 .
  • System 10 determines at decision block 435 whether additional characters remain to be encrypted in the password. If additional characters remain to be encrypted, system 10 proceeds to block 440 and selects the next character in the password. Blocks 425 through 440 of method 400 are repeated until no more characters remain for encryption (decision block 435 ).
  • System 10 then stores the encrypted string 235 and derivatives 230 generated at block 415 with the user name in a database record of database. While the encrypted password is stored with derivatives 230 in database 20 , no information is stored that can be used to determine how to decrypt the password.
  • the equations used to decrypt the password are programming code in the encryption module 210 . To decrypt the password, an adversary would have to identify the appropriate equations in the encryption module 210 and then use derivatives 230 appropriately to decrypt the password; this is a very difficult task.
  • a method 500 for decrypting the encrypted string 235 is illustrated by the process flow chart of FIG. 5 ( FIGS. 5A and 5B ), using the example of authenticating a user login to a subscription database with the stored encrypted password created by method 400 .
  • a user logs onto the subscription database at block 505 with their user name and password.
  • system 10 retrieves the encrypted password and derivatives 230 from the database 20 .
  • the decryption module 240 then calls the decryption module 240 to decrypt the encrypted password at block 520 .
  • the decryption module 240 calculates factors 220 from derivatives 230 using the factor decryption equations in the decryption module 240 .
  • System 10 selects a character such as, for example, the first character in the encrypted password for decryption (block 530 ).
  • the decryption module 240 decrypts the encrypted character at block 535 ( FIG. 5B ) using factors 220 and the decryption equation.
  • system 10 appends the decrypted character to the decrypted string 245 .
  • System 10 determines at decision block 545 whether any additional characters remain to be decrypted. If yes, system 10 proceeds to block 550 and selects the next character in the encrypted string 235 . System 10 repeats blocks 535 through 550 until no characters in the encrypted string 235 remain to be decrypted.
  • system 10 compares the decrypted string 245 with the password provided by the user at log-on (block 560 ). If system 10 determines at decision block 565 that the decrypted string 245 is identical to the password provided by the user, system 10 authenticates the user at block 570 , allowing the user access to the subscription database. If the decrypted string 245 is not identical to the password provided by the user, system 10 returns an error to the user and denies the user access to the subscription database.

Abstract

A data cryptographer encrypts and decrypts character data of any given length using derivative equations and factors. The use of factors and derivative equations introduces the randomness required for effective encryption without the use of complex mathematics. A set of equations determined by the user is used in a manner similar to a key but with random results. Only a portion of the key is exposed to decrypt the encrypted information. The data cryptographer may be configured using either simple or complex equations and may be implemented in an unlimited number of variations. The data cryptographer is portable, and can be implemented in any programming language that supports cyclical character manipulation. The data cryptographer also supports input from a variety of sources, allowing control from the administrator side, string value side, or any other input that may be extracted from the desired programming language.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • Under 35 USC § 120, this application is a continuation application and claims the benefit of priority to U.S. patent application No. 10/672,811, filed Sep. 26, 2003, entitled “Method for Encrypting and Decrypting Data Using Derivative Equations and Factors”, all of which is incorporated herein by reference.
  • FIELD OF THE INVENTION
  • The present invention generally relates to cryptography, and more particularly to an encryption and decryption system that utilizes customizable equations and random values to securely encrypt and decrypt information.
  • BACKGROUND OF THE INVENTION
  • Businesses, organizations, and individuals are becoming increasingly dependent on computers and data transmission. Consequently, large amounts of communicated data need to be secure from unauthorized access. A primary method of securing transmission of information utilizes cryptography, where a message or string of characters is transformed into a form understood only by the intended recipient.
  • A typical conventional approach to encrypting data utilizes a cryptographic algorithm and a set of cryptographic keys. The decrypting algorithm is typically the same as the encrypting program performed in reverse order. Public-key encryption makes one key public and another key private. Both the sender and the recipient should have the keys to encrypt and decrypt the information. Security of the encrypted data using cryptographic keys depends on keeping the keys secret and protecting the keys from being determined by third-party cryptanalysis. Methods for preventing cryptanalysis comprise iterated cryptosystems and the “one time pad” cryptosystem. An example of an iterated cryptosystem is the Data Encryption Standard (DES) developed by IBM. An example of a secure public-key cryptosystem is the Rivest, Shamir, Adleman (RSA) system.
  • The “one time pad” system utilizes a randomly selected key. This key is used only once and is equal or greater in length than the data to be encrypted. Because the key is random and used only once, the probability of decrypting the encrypted data without the knowledge of the key is very low. However, the recipient of the encrypted data requires the key to decrypt the data and the recipient requires a new key for each message. Consequently, a “one time pad” system is more appropriate for transmitting top-secret messages such as government messages than for large quantities of data.
  • Fortunately, effective data security does not require an unbreakable code. Rather, encrypted information should be encrypted at a level such that the work involved to decipher the encryption is greater than the reward for success.
  • Pseudo-random sequences are used to encrypt information provided the sequence is sufficiently random and secure. An adversary should not be able to predict a sequence based on past values or be able to deduce initial values. The goal of pseudo-random sequences is for the sequence to appear noise-like and non-repeating (aperiodic).
  • Algorithms utilizing equations from chaos theory have been used to create these pseudo-random sequences. The purpose of using equations from chaos theory is to encrypt information in such a way that is aperiodic to prevent an adversary from decrypting information contained in the sequence. However, the equations and algorithms used to create these pseudo-random sequences are complex.
  • Implementations of conventional approaches to encryption either involve storing a key that is liable to discovery by an adversary or attacker, or utilizing complex chaos theory equations.
  • What is therefore needed is a system, a computer program product, and an associated method for an encryption process that can be customized by the user, making the encryption process unique to the user, thus providing security from adversaries. This process should be easy to implement and require minimal processing by the computer. The keys for decrypting the encrypted information should not be stored in a database or transmitted in such a manner that adversaries may be able to decrypt the information. The need for such a system and method has heretofore remained unsatisfied.
  • SUMMARY OF THE INVENTION
  • The present invention satisfies this need, and presents a system, a computer program product, and an associated method (collectively referred to herein as “the system” or “the present system”) for encrypting character data (strings) of any given length using derivative equations and factors. The use of factors and derivative equations introduces the randomness required for effective encryption without the use of complex mathematics such as chaos theory.
  • The present system uses for encryption a set of equations determined by the user in a manner similar to a key. Unlike conventional encryption technology using keys, the results can be random. In addition, only a portion of the key is exposed to decrypt the encrypted information. Unlike convention encryption technology using complex equations to produce randomized results, the present system uses a simple approach that may be customized by the user in an infinite variety of ways. The user may configure the present system using either simple or complex equations.
  • The present system is a simple process involving a minimum of steps to implement. Unlike an application utilizing chaos theory equations, extensive mathematical skills are not required to implement the present system. The present system may be implemented in an unlimited number of variations; no two implementations may be the same.
  • The present system is portable, and can be implemented in any programming language that supports cyclical character manipulation; i.e., C, C++, Java, etc. The present system also supports input from a variety of sources, allowing control from the administrator side, string value side, or any other input that may be extracted from the desired programming language.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The various features of the present invention and the manner of attaining them will be described in greater detail with reference to the following description, claims, and drawings, wherein reference numerals are reused, where appropriate, to indicate a correspondence between the referenced items, and wherein:
  • FIG. 1 is a schematic illustration of an exemplary operating environment in which a cryptographic system of the present invention can be used;
  • FIG. 2 is a block diagram of the high-level architecture of the cryptographic system of FIG. 1;
  • FIG. 3 is a process flow chart illustrating a method of defining the factors, derivatives, and equations used by the cryptographic system of FIGS. 1 and 2;
  • FIG. 4 is a process flow chart illustrating a method of operation of the cryptographic system of FIGS. 1 and 2 when used to encrypt a password; and
  • FIG. 5 is comprised of FIGS. 5A and 5B and represents a process flow chart illustrating a method of operation of the cryptographic system of FIGS. 1 and 2 when used to decrypt an encrypted password to authenticate a password entered by a user.
  • DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
  • The following definitions and explanations provide background information pertaining to the technical field of the present invention, and are intended to facilitate the understanding of the present invention without limiting its scope:
  • Original String: Refers to a set of characters that represent information requiring encryption.
  • Encrypted String: Refers to a set of characters that represent information that has been encrypted such that the original string cannot easily be determined.
  • FIG. 1 portrays an exemplary overall environment in which a system and associated method for encrypting and decrypting data using derivative equations and factors according to the present invention may be used. System 10 comprises a software programming code or a computer program product that is typically embedded within, or installed on a host server 15. Alternatively, system 10 can be saved on a suitable storage medium such as a diskette, a CD, a hard drive, or like devices.
  • Information in host server 15 that should be kept secure is encrypted by system 10 and stored in a database 20. Examples of such information might be passwords, credit card numbers, etc.
  • Users, such as remote Internet users, are represented by a variety of computers such as computers 25, 30, 35, and can access the host server 15 through a network 40. Computers 25, 30, 35 each comprise software that allows the user to interface securely with the host server 15. The host server 15 is connected to network 40 via a communications link 45 such as a telephone, cable, or satellite link. Computers 25, 30, 35 can be connected to network 40 via communications links 50, 55, 60, respectively. While system 10 is described in terms of network 40, computers 25, 30, 35 may also access system 10 locally rather than remotely. Computers 25, 30, 35 may access system 10 either manually, or automatically through the use of an application.
  • The present system maps each character in an original string, S0, to an encrypted character in an encrypted string, E0, using a set of equations. The original string, S0, is comprised of N characters, C:

  • S 0 =C 0 , C 1 , C 2 , C 3 , . . . , C N
  • An implementer may use as many encryption equations as desired to obtain the level of randomness and complexity required in the encryption process. The implementer chooses a set of factors to be used in the equations.
  • The factors comprise the following types: factors provided by the administrator, random values, or objects or values related to the original string, etc. These factors may be, for example, a number selected by the administrator, the current hour of the day, minute of the hour, or second of the minute, some other random number easily available from the operating system of host server 15, or the length of the original string to be encrypted. In addition, the factors may be random numbers created by a function such as a random generator or an equation such as the chaos equation.
  • In an exemplary embodiment, to create the encryption module, the implementer creates an encryption equation that is a function of the original string, S0, and the factors:

  • E 0 =f(S 0 , F 1 , F 2 , . . . , F N
  • where F1, F2, . . . , FN are the factors. The implementer then creates a set of derivative equations that are functions of the factors:

  • D 1 =f(F 1 , F 2 , . . . , F N)

  • D 2 =f(F 1 , F 2 , . . . , F N)

  • D N =f(D 1 , D 2 , . . . , D N).
  • To create the decryption module, the implementer uses the derivative values and factor decryption equations to solve for the factors F1, F2, . . . , FN:

  • F 1 =f(D 1 , D 2 , . . . , D N)

  • F 2 =f(D 1 , D 2 , . . . , D N)

  • F N =f(D 1 , D 2 , . . . , D N)
  • The implementer then uses the encryption equation and the factors to solve for the original string:

  • S D =f(E0 , F 1 , F 2 , . . . , F N)
  • The values stored in database 20 are the encrypted string E0 and the derivatives. The encryption equation and derivative equations are written as programming code within the encryption module. The decryption equation and factor decryption equations are written as programming code within the decryption module.
  • The encrypted string is created by encrypting each character of the original string individually and concatenating the encrypted characters to the encrypted string in order. Provided to the decryption module are the encrypted string and the derivatives. Unless an adversary or attacker is able to access the encryption code, the adversary is unable to determine the relation between the characters in the string and the derivatives. In another feature of system 10, additional derivatives may be provided that are not actually used to determine the factors; the presence of these false derivatives provide an additional level of security in the encryption method of system 10.
  • The high-level architecture of system 10 is illustrated by the diagram of FIG. 2. An input 205 to an encryption module 210 comprises an original string 215 (S0) and factors 220 (F1, F2, . . . , FN). An output 225 from the encryption module 210 comprises derivatives 230 (D1, D2, . . . , DN) and an encrypted string 235 (E0). A decryption module 240 decrypts output 225 to produce a decrypted string 245 (SD). The decrypted string 245 is equal to the original string 215.
  • A method 300 illustrating the process of developing the encryption module 210 and the decryption module 240 is illustrated by the process flow chart of FIG. 3. At block 305, an implementer such as a system administrator selects or defines factors 220. For example, the implementer may choose a number, 7, the minute of the hour, and the length of the string:

  • F1=7

  • F2=minute of the hour

  • F3=length of the string.
  • Administrative keys form a subcategory of factors. The only requirement is that factors exist. Therefore, a set of factors using all random factors (i.e., another subcategory) is acceptable so long as the derivatives can be uniquely related to the factors.
  • The implementer then creates an encryption equation at block 310 that describes the encryption equation as a function of a character in the original string 215 and factors 220 (i.e., F1, F2, F3). For example, the implementer may create the following equation that maps a character in the original string 215, S0 (C), to a character in the encrypted string 235, E0(C):

  • E 0(C)=S0(C)+F 1 +F 2 *F 3/2. (1)
  • The encryption equation may be as complex as the implementer requires, as long as the implementer can create derivative equations that can be solved by the decryption module 240 to determine factors 220.
  • The implementer creates a set of derivative equations at block 315. The number of derivative equations required is greater or equal to the number of factors 220 selected by the implementer. For example, the implementer may define derivatives 230 as follows:

  • D1=F1+F2−F3 (2)

  • D2=F1−2F2+3F3 (3)

  • D3=F3−F1+2 (4)
  • The encryption module 210 is comprised of the encryption equation, factors 220, and the derivative equations. The derivative equations may be as complex as desired provided that an equation for factors 220 may be written in terms of derivatives 230. Additional derivative equations may be created to act as decoys within the encryption and decryption process. Because derivatives 230 are defined in terms of factors 220, factors 220 may change from encryption to encryption, allowing the use of random values based on time values such as the value the minute of the hour when the encryption is performed, for example.
  • The decryption module 240 comprises a set of factor decryption equations and a decryption equation. The decryption equation uses factors 220 derived from the factor decryption equations and the encrypted string 235 to obtain the decrypted string 245, SD, that is equivalent to the original string 215, S0. The implementer solves the decryption equations for factors 220 at block 320, obtaining the factor decryption equations that map derivatives 230 to factors 220. For example, by using standard algebraic manipulation the implementer may solve the exemplary factors 220 in terms of derivatives 230 (i.e., D1, D2, and D3):

  • F 1=0.5D 1+0.25D 2−0.25D 3+0.5 (5)

  • F 2 =D 1 +D 3−2 (6)

  • F 3=0.5D 1+0.25D 2+0.75 D 3−1.5 (7)
  • The implementer then solves the encryption equation E0 to obtain the decryption equation (block 325). For example, equation (1) solved for the original string 215, S0, yields:

  • S D(C)=S 0(C)=E 0(C)−F 1 −F 2 *F 3/2 (8)
  • At block 330, the implementer converts the encryption equation and derivative equations into programming code for the encryption module 210; the factor decryption equations and the decryption equations are converted into programming code for the decryption module 240. For example, equations (1), (2), (3), and (4) are converted into programming code for the encryption module 210 and equations (5), (6), (7), and (8) are converted into programming code for the decryption module 240.
  • A method 400 of the encryption module 210 of system 10 is illustrated by a process flow chart of FIG. 4, using an example of a user registering for a service such as a paid subscription to a database. The user registers for access to the database at block 405 by entering a user name and a password. System 10 calls the encryption module 210 to encrypt the password at block 410. The encryption module 210 generates factors 220 as required by the encryption module 210 and calculates derivatives 230 (block 415). Some of factors 220 used by the encryption module 210 may be constant values provided by the administrator when the encryption module 210 is created. Other factors 220 may be random values generated by the encryption module 210 at the time the password is encrypted.
  • The encryption module 210 selects a character such as, for example, the first character in the password at block 420 and encrypts that character using the encryption equation at block 425. The encrypted character is appended to the encrypted string 235 at block 430. System 10 determines at decision block 435 whether additional characters remain to be encrypted in the password. If additional characters remain to be encrypted, system 10 proceeds to block 440 and selects the next character in the password. Blocks 425 through 440 of method 400 are repeated until no more characters remain for encryption (decision block 435).
  • System 10 then stores the encrypted string 235 and derivatives 230 generated at block 415 with the user name in a database record of database. While the encrypted password is stored with derivatives 230 in database 20, no information is stored that can be used to determine how to decrypt the password. The equations used to decrypt the password are programming code in the encryption module 210. To decrypt the password, an adversary would have to identify the appropriate equations in the encryption module 210 and then use derivatives 230 appropriately to decrypt the password; this is a very difficult task.
  • A method 500 for decrypting the encrypted string 235 is illustrated by the process flow chart of FIG. 5 (FIGS. 5A and 5B), using the example of authenticating a user login to a subscription database with the stored encrypted password created by method 400. A user logs onto the subscription database at block 505 with their user name and password. For the username provided by the user (block 510), system 10 retrieves the encrypted password and derivatives 230 from the database 20.
  • System 10 then calls the decryption module 240 to decrypt the encrypted password at block 520. At block 525, the decryption module 240 calculates factors 220 from derivatives 230 using the factor decryption equations in the decryption module 240.
  • System 10 selects a character such as, for example, the first character in the encrypted password for decryption (block 530). The decryption module 240 decrypts the encrypted character at block 535 (FIG. 5B) using factors 220 and the decryption equation.
  • At block 540, system 10 appends the decrypted character to the decrypted string 245. System 10 determines at decision block 545 whether any additional characters remain to be decrypted. If yes, system 10 proceeds to block 550 and selects the next character in the encrypted string 235. System 10 repeats blocks 535 through 550 until no characters in the encrypted string 235 remain to be decrypted.
  • After all the characters in the encrypted string 235 have been decrypted, system 10 compares the decrypted string 245 with the password provided by the user at log-on (block 560). If system 10 determines at decision block 565 that the decrypted string 245 is identical to the password provided by the user, system 10 authenticates the user at block 570, allowing the user access to the subscription database. If the decrypted string 245 is not identical to the password provided by the user, system 10 returns an error to the user and denies the user access to the subscription database.
  • It is to be understood that the specific embodiments of the invention that have been described are merely illustrative of certain applications of the principle of the present invention. Numerous modifications may be made to system and method for encrypting and decrypting data using derivative equations and factors invention described herein without departing from the spirit and scope of the present invention.
  • In addition, while the present invention has been described in view of a single dimension of sets of factors and derivative equations, it should be understood that the sets of factors and derivative equations could be subsets of higher level sets of factors and derivative equations, respectively, with indicators that identify the higher level sets of factors and derivative equations that have been selected.
  • Moreover, while the present invention is described for illustration purpose only in relation to the WWW, it should be clear that the invention is applicable as well to, for example, to any application where data is encrypted.

Claims (6)

1. A system for encrypting and decrypting an original string, the system comprising:
a processor; and
a memory in communication with the processor, the memory storing a plurality of instructions that are executable by the processor, the plurality of instructions comprising instructions to implement,
an encryption module configured to:
receive user input defining a set of factors to be used for encrypting the original string;
receive user input defining an encryption equation that maps the original string to an encrypted string, the encryption equation being a function of the original string and the set of factors;
receive user input defining a set of derivative equations, the set of derivative equations being used to generate a derivative value from the set of factors; and
provide one or more false derivatives that cannot be used to determine a given factor from the set of factors;
a database configured to store the encrypted string, the generated derivative values, and the one or more false derivative values; and
a decryption module configured to:
use a set of factor decryption equations to map each of the generated derivative values stored in the database to a corresponding factor in the set of factors; and
decrypt the encrypted string stored in the database using a decryption equation and each factor mapped through the set of factor decryption equations to generate a decrypted string that is equal to the original string,
wherein a presence of the one or more false derivative values with the generated derivative values in the database prevents an attacker from knowing which of the one or more false derivative values and the generated derivative values to use with the factor decryption equation to derive the factors in the set of factors.
2. The system of claim 1, wherein the set of factors comprises at least one of: constant values, numbers, objects, and random values that are derived from events.
3. The system of claim 1, wherein the set of factors comprises at least one of: constant values, numbers, objects, and random values that are derived from values provided by equations.
4. A computer program stored in a computer readable medium to execute a method of encrypting and decrypting an original string that is storable in a database, the method comprising:
defining a set of factors to be used for encrypting the original string;
using an encryption equation to map the original string to an encrypted string, the encryption equation being a function of the original string and the set of factors;
using a set of derivative equations to generate derivative values from the set of factors;
storing the encrypted string and the generated derivative values in the database;
providing one or more false derivatives that cannot be used to determine a given factor from the set of factors;
additionally storing the one or more false derivative values in the database with the generated derivative values;
using a set of factor decryption equations to map each of the generated derivative values stored in the database to a corresponding factor in the set of factors; and
decrypting the encrypted string stored in the database using a decryption equation and each factor mapped through the set of factor decryption equations to generate a decrypted string that is equal to the original string,
wherein a presence of the one or more false derivatives values with the generated derivative values in the database prevents an attacker from knowing which of the one or more false derivative values and the generated derivative values to use with the factor decryption equation to derive the factors in the set of factors.
5. The computer program of claim 4, wherein the set of factors comprises at least one of: constant values, numbers, objects, and random values that are derived from events.
6. The computer program of claim 4, wherein the set of factors comprises at least one of: constant values, numbers, objects, and random values that are derived from values provided by equations.
US12/053,009 2003-09-26 2008-03-21 System for encrypting and decrypting data using derivative equations and factors Abandoned US20080165954A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/053,009 US20080165954A1 (en) 2003-09-26 2008-03-21 System for encrypting and decrypting data using derivative equations and factors

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/672,811 US7366299B2 (en) 2003-09-26 2003-09-26 Method for encrypting and decrypting data using derivative equations and factors
US12/053,009 US20080165954A1 (en) 2003-09-26 2008-03-21 System for encrypting and decrypting data using derivative equations and factors

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
US10/672,811 Continuation US7366299B2 (en) 2003-09-26 2003-09-26 Method for encrypting and decrypting data using derivative equations and factors
US11/254,629 Continuation US20070092784A1 (en) 2005-10-20 2005-10-20 Gas diffusion cathode using nanometer sized particles of transition metals for catalysis

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/345,202 Continuation US20120100986A1 (en) 2005-10-20 2012-01-06 Gas diffusion cathode using nanometer sized particles of transition metals for catalysis

Publications (1)

Publication Number Publication Date
US20080165954A1 true US20080165954A1 (en) 2008-07-10

Family

ID=34376473

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/672,811 Expired - Fee Related US7366299B2 (en) 2003-09-26 2003-09-26 Method for encrypting and decrypting data using derivative equations and factors
US12/053,009 Abandoned US20080165954A1 (en) 2003-09-26 2008-03-21 System for encrypting and decrypting data using derivative equations and factors

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/672,811 Expired - Fee Related US7366299B2 (en) 2003-09-26 2003-09-26 Method for encrypting and decrypting data using derivative equations and factors

Country Status (1)

Country Link
US (2) US7366299B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108989017A (en) * 2018-07-06 2018-12-11 烟台大学 A kind of chaos encryption means of communication of overall situation finite time convergence control

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7370360B2 (en) * 2002-05-13 2008-05-06 International Business Machines Corporation Computer immune system and method for detecting unwanted code in a P-code or partially compiled native-code program executing within a virtual machine
US7953937B2 (en) * 2005-09-30 2011-05-31 Cleversafe, Inc. Systems, methods, and apparatus for subdividing data for storage in a dispersed data storage grid
US7522723B1 (en) 2008-05-29 2009-04-21 Cheman Shaik Password self encryption method and system and encryption by keys generated from personal secret information
US8862893B2 (en) * 2008-06-11 2014-10-14 Microsoft Corporation Techniques for performing symmetric cryptography
CN103532701B (en) * 2013-10-16 2014-09-10 南通纺织职业技术学院 Encryption and decryption method for numeric type data
CN112073346B (en) * 2020-08-06 2022-03-22 齐鲁工业大学 Chaotic communication method and system based on synchronous restoration proportional difference function

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5677952A (en) * 1993-12-06 1997-10-14 International Business Machines Corporation Method to protect information on a computer storage device
US5751811A (en) * 1995-08-30 1998-05-12 Magnotti; Joseph C. 32N +D bit key encryption-decryption system using chaos
US5781632A (en) * 1995-02-08 1998-07-14 Odom; Gregory Glen Method and apparatus for secured transmission of confidential data over an unsecured network
US5805712A (en) * 1994-05-31 1998-09-08 Intel Corporation Apparatus and method for providing secured communications
US5862325A (en) * 1996-02-29 1999-01-19 Intermind Corporation Computer-based communication system and method using metadata defining a control structure
US5915024A (en) * 1996-06-18 1999-06-22 Kabushiki Kaisha Toshiba Electronic signature addition method, electronic signature verification method, and system and computer program product using these methods
US5987133A (en) * 1996-02-23 1999-11-16 Digital Vision Laboraties Corporation Electronic authentication system
US6002769A (en) * 1997-06-20 1999-12-14 Secure Choice Llc Method and system for performing secure electronic messaging
US6075865A (en) * 1998-07-01 2000-06-13 Tecsec Incorporated Cryptographic communication process and apparatus
US6226383B1 (en) * 1996-04-17 2001-05-01 Integrity Sciences, Inc. Cryptographic methods for remote authentication
US6226618B1 (en) * 1998-08-13 2001-05-01 International Business Machines Corporation Electronic content delivery system
US6230272B1 (en) * 1997-10-14 2001-05-08 Entrust Technologies Limited System and method for protecting a multipurpose data string used for both decrypting data and for authenticating a user
US6324287B1 (en) * 1995-09-25 2001-11-27 Scm Microsystems, Inc. Pad encryption method and software
US6345288B1 (en) * 1989-08-31 2002-02-05 Onename Corporation Computer-based communication system and method using metadata defining a control-structure
US6351813B1 (en) * 1996-02-09 2002-02-26 Digital Privacy, Inc. Access control/crypto system
US6389541B1 (en) * 1998-05-15 2002-05-14 First Union National Bank Regulating access to digital content
US6845453B2 (en) * 1998-02-13 2005-01-18 Tecsec, Inc. Multiple factor-based user identification and authentication

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6345288B1 (en) * 1989-08-31 2002-02-05 Onename Corporation Computer-based communication system and method using metadata defining a control-structure
US5677952A (en) * 1993-12-06 1997-10-14 International Business Machines Corporation Method to protect information on a computer storage device
US5805712A (en) * 1994-05-31 1998-09-08 Intel Corporation Apparatus and method for providing secured communications
US5781632A (en) * 1995-02-08 1998-07-14 Odom; Gregory Glen Method and apparatus for secured transmission of confidential data over an unsecured network
US5751811A (en) * 1995-08-30 1998-05-12 Magnotti; Joseph C. 32N +D bit key encryption-decryption system using chaos
US6324287B1 (en) * 1995-09-25 2001-11-27 Scm Microsystems, Inc. Pad encryption method and software
US6351813B1 (en) * 1996-02-09 2002-02-26 Digital Privacy, Inc. Access control/crypto system
US5987133A (en) * 1996-02-23 1999-11-16 Digital Vision Laboraties Corporation Electronic authentication system
US5862325A (en) * 1996-02-29 1999-01-19 Intermind Corporation Computer-based communication system and method using metadata defining a control structure
US6226383B1 (en) * 1996-04-17 2001-05-01 Integrity Sciences, Inc. Cryptographic methods for remote authentication
US5915024A (en) * 1996-06-18 1999-06-22 Kabushiki Kaisha Toshiba Electronic signature addition method, electronic signature verification method, and system and computer program product using these methods
US6002769A (en) * 1997-06-20 1999-12-14 Secure Choice Llc Method and system for performing secure electronic messaging
US6230272B1 (en) * 1997-10-14 2001-05-08 Entrust Technologies Limited System and method for protecting a multipurpose data string used for both decrypting data and for authenticating a user
US6845453B2 (en) * 1998-02-13 2005-01-18 Tecsec, Inc. Multiple factor-based user identification and authentication
US6389541B1 (en) * 1998-05-15 2002-05-14 First Union National Bank Regulating access to digital content
US6075865A (en) * 1998-07-01 2000-06-13 Tecsec Incorporated Cryptographic communication process and apparatus
US6226618B1 (en) * 1998-08-13 2001-05-01 International Business Machines Corporation Electronic content delivery system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108989017A (en) * 2018-07-06 2018-12-11 烟台大学 A kind of chaos encryption means of communication of overall situation finite time convergence control

Also Published As

Publication number Publication date
US20050069127A1 (en) 2005-03-31
US7366299B2 (en) 2008-04-29

Similar Documents

Publication Publication Date Title
Barker et al. Nist special publication 800-57 part 1, revision 4
US7730315B2 (en) Cryptosystem based on a Jacobian of a curve
EP2301185B1 (en) Format-preserving cryptographic systems
US7516321B2 (en) Method, system and device for enabling delegation of authority and access control methods based on delegated authority
US7236589B2 (en) Device for point compression for Jacobians of hyperelliptic curves
US9350544B2 (en) Apparatus for encrypting data
US8892881B2 (en) Split key secure access system
JPWO2005041474A1 (en) Authentication system and remote distributed storage system
US20080165954A1 (en) System for encrypting and decrypting data using derivative equations and factors
EP1501238B1 (en) Method and system for key distribution comprising a step of authentication and a step of key distribution using a KEK (key encryption key)
US20010014156A1 (en) Common key generating method, common key generator, cryptographic communication method and cryptographic communication system
WO1998036520A1 (en) Cryptographic key split combiner
US20020159588A1 (en) Cryptography with unconditional security for the internet, commercial intranets, and data storage
JP2005252384A (en) Encrypted data storage server system, encrypted data storage method, and re-encryption method
CN113407966A (en) Searchable public key encryption method and system with key updating and ciphertext sharing functions
US20050025311A1 (en) Tate pairing techniques for use with hyperelliptic curves
US20100128869A1 (en) Method and device for executing a cryptographic calculation
US20040039918A1 (en) Secure approach to send data from one system to another
EP1101319A1 (en) Method and apparatus for secure creation of public/private key pairs
CN110213764A (en) The wireless security means of communication and device
CN116866029B (en) Random number encryption data transmission method, device, computer equipment and storage medium
US11552794B2 (en) Deterministic random blinding
Reddy et al. Data Storage on Cloud using Split-Merge and Hybrid Cryptographic Techniques
Shaik et al. A Compatible Hexadecimal Encryption-Booster Algorithm for Augmenting Security in the Advanced Encryption Standard
Arshad et al. The design and implementation of database encryption

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION