+

WO2019079355A1 - Procédés et systèmes de tri de chiffrement homomorphe centré sur les données amélioré utilisant une algèbre géométrique - Google Patents

Procédés et systèmes de tri de chiffrement homomorphe centré sur les données amélioré utilisant une algèbre géométrique Download PDF

Info

Publication number
WO2019079355A1
WO2019079355A1 PCT/US2018/056156 US2018056156W WO2019079355A1 WO 2019079355 A1 WO2019079355 A1 WO 2019079355A1 US 2018056156 W US2018056156 W US 2018056156W WO 2019079355 A1 WO2019079355 A1 WO 2019079355A1
Authority
WO
WIPO (PCT)
Prior art keywords
multivector
cryptotext
computing device
shared secret
numeric
Prior art date
Application number
PCT/US2018/056156
Other languages
English (en)
Inventor
Carlos A. Paz De Araujo
David W. HONORIO ARAUJO DA SILVA
Gregory B. Jones
Original Assignee
X-Logos, LLC
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 X-Logos, LLC filed Critical X-Logos, LLC
Publication of WO2019079355A1 publication Critical patent/WO2019079355A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/008Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols involving homomorphic encryption

Definitions

  • Modem encryption employs mathematical techniques that manipulate positive integers or binary bits.
  • Asymmetric encryption such as RSA (Rivest-Shamir-Adleman) relies on number theoretic one-way functions that are predictably difficult to factor and can be made more difficult with an ever increasing size of the encryption keys.
  • Symmetric encryption such as DES (Data Encryption Standard) and AES (Advanced Encryption Standard), uses bit manipulations within registers to shuffle the cryptotext to increase "diffusion" as well as register based operations with a shared key to increase "confusion.” Diffusion and confusion are measures for the increase in statistical entropy on the data payload being transmitted.
  • Diffusion is generally thought of as complicating the mathematical process of generating unencrypted (plain text) data from the encrypted (cryptotext) data, thus, making it difficult to discover the encryption key of the encryption process by spreading the influence of each piece of the unencrypted (plain) data across several pieces of the encrypted (cryptotext) data.
  • an encryption system that has a high degree of diffusion will typically change several characters of the encrypted (cryptotext) data for the change of a single character in the unencrypted (plain) data making it difficult for an attacker to identify changes in the unencrypted (plain) data.
  • Confusion is generally thought of as obscuring the relationship between the unencrypted (plain) data and the encrypted (cryptotext) data.
  • an encryption system that has a high degree of confusion would entail a process that drastically changes the unencrypted (plain) data into the encrypted (cryptotext) data in a way that, even when an attacker knows the operation of the encryption method (such as the public standards of RSA, DES, and/or AES), it is still difficult to deduce the encryption key.
  • Homomorphic Encryption is a form of encryption that allows computations to be carried out on cipher text as it is encrypted without decrypting the cipher text that generates an encrypted result which, when decrypted, matches the result of operations performed on the unencrypted plaintext.
  • homomorphism comes from the ancient Greek language: ⁇ (homos) meaning “same” and ⁇ (morphe) meaning "form” or “shape.”
  • homomorphism may have different definitions depending on the field of use. In mathematics, for example, homomorphism may be considered a transformation of a first set into a second set where the relationship between the elements of the first set are preserved in the relationship of the elements of the second set.
  • homomorphism may be a structure-preserving map between two algebraic structures such as groups, rings, or vector spaces. Isomorphisms, automorphisms, and endomorphisms are typically considered special types of homomorphisms. Among other more specific definitions of homomorphism, algebra homomorphism may be considered a homomorphism that preserves the algebra structure between two sets.
  • An embodiment of the present invention may comprise a method for performing homomorphic sorting on an intermediary computing system of at least two cryptotext encrypted data representations of at least two corresponding plain text data values stored on the intermediary computing system wherein the homomorphic sort is initiated using a sort request from a sort request computing device without the intermediary computing device decrypting the at least two stored cryptotext encrypted data representations, the method comprising: distributing by at least one source computing device at least two numeric message data values (M n ) into coefficients of at least two corresponding message multivectors (M n ) in accord with a homomorphic preserving mathematical relationship between an unencrypted numeric data value and multivector coefficients representing the unencrypted numeric data value that is known to the at least one source computing device and the intermediary computing system; distributing by the at least one source computing device the shared secret numeric value (S s ) into the shared secret multivector (S s ) in accord with a shared secret coefficient distribution algorithm such that the shared secret numeric
  • An embodiment of the present invention may further comprise a method for encrypting a numeric message data value (M) on a source computing device in order to transfer a cryptotext multivector (C) encrypted representation of the numeric message data value (M) to an intermediary computing system that will save the cryptotext multivector (C) and perform homomorphic sorts of cryptotext multivectors stored on the intermediary computing system as requested by a sort request computing device, the method comprising: distributing by the source computing device the numeric message data value (M) into coefficients of a message multivector (M) in accord with a homomorphic preserving mathematical relationship between an unencrypted numeric data value and multivector coefficients representing the unencrypted numeric data value that is known to the source computing device and the destination computing device; distributing by the source computing device a shared secret numeric value (S s ) into coefficients of a shared secret multivector (S s ) in accord with a shared secret coefficient distribution algorithm such that the shared secret numeric value (M)
  • An embodiment of the present invention may further comprise a method for a sort request computing device to request that an intermediary computing system perform a homomorphic sort of cryptotext multivectors stored on the intermediary computing system, the method comprising: sending by the sort request computing device a sort request for a related data group to the intermediary computing system, the sort request including a selection of sorting in ascending or descending order, the related data group being comprised of at least two cryptotext multivectors (C n ) stored on the intermediary computer system.
  • C n cryptotext multivectors
  • An embodiment of the present invention may further comprise a method for performing a homomorphic sort of cryptotext multivectors stored on an intermediary computing system in response to a sort request from a sort request computing device, the method comprising: receiving by the intermediary computing system the sort request for a related data group sent by the sort request computing device, the related data group being comprised of at least two cryptotext multivectors (C n ) stored on the intermediary computer system; converting by the intermediary computing system the at least two corresponding cryptotext multivectors (C n ) into at least two corresponding cryptotext numeric data values (C n ) in accord with the homomorphic preserving mathematical relationship that is the homomorphic preserving mathematical relationship known to the at least one source computing device; and sorting by the intermediary computing system the at least two cryptotext numeric data values (C n ) of the related data group stored on the intermediary computing system such that a sequence of the at least two cryptotext numeric data values (C n ) within the related data group stored on the
  • An embodiment of the present invention may further comprise a method for decrypting on a destination computing device a sorted related data group comprised of at least two cryptotext multivectors (C n ) sent by an intermediary computing system, the method comprising: receiving by the destination computing device the sorted related data group of the at least two cryptotext multivectors (C n ) sent by the intermediary computing system; distributing by the destination computing device a shared secret numeric value (S s ) into the shared secret multivector (S s ) in accord with a shared secret coefficient distribution algorithm; decrypting by the destination computing device each of the sorted related data group of the at least two cryptotext multivectors (C n ) as a decryption function of at least one Geometric Algebra geometric product operation on each of the at least two cryptotext multivectors (C n ) and an inverse (S s 1 ) of the shared secret multivector (S s ) into at least two corresponding message multivectors (M
  • An embodiment of the present invention may further comprise a homomorphic sorting Enhanced Data-Centric Encryption (EDCE) system for sorting on an intermediary computing system at least two cryptotext encrypted data representations of at least two corresponding plain text data values stored on the intermediary computing system wherein a homomorphic sort is initiated using a sort request from a sort request computing device without the intermediary computing device decrypting the at least two stored cryptotext encrypted data representations,
  • the homomorphic sorting EDCE system comprising: at least one source computing device, wherein each of the at least one source computing devices further comprises: a source numeric message distribution subsystem that distributes a numeric message data value (M) into coefficients of a message multivector (M) representing the numeric message data value (M) in accord with a homomorphic preserving mathematical relationship between an unencrypted numeric data value and multivector coefficients representing the unencrypted numeric data value that is known to the at least one source computing device and the intermediary computing system, wherein the at least
  • An embodiment of the present invention may further comprise a homomorphic sorting Enhanced Data-Centric Encryption (EDCE) system source computing device for encrypting a numeric message data value (M) in order to transfer a cryptotext multivector (C) encrypted representation of the numeric message data value (M) to an intermediary computing system that will perform homomorphic sorting of the cryptotext multivector (C) and at least one additional cryptotext multivector, the homomorphic sorting EDCE system source computing device comprising: a source numeric message distribution subsystem that distributes the numeric message data value (M) into coefficients of a message multivector (M) in accord with a homomorphic preserving mathematical relationship between an unencrypted numeric data value and multivector coefficients representing the unencrypted numeric data value that is known to the source computing device and the destination computing device; a source numeric shared secret distribution subsystem that distributes a shared secret numeric value (S s ) into coefficients of a shared secret multive
  • An embodiment of the present invention may further comprise a homomorphic sorting Enhanced Data-Centric Encryption (EDCE) system sort request computing device to request that an intermediary computing system perform a homomorphic sort of cryptotext multivectors stored on the intermediary computing system, the homomorphic sorting EDCE system sort request computing device comprising: a sort request send subsystem that sends a sort request for a related data group to the intermediary computing system, the sort request including a selection of sorting in ascending or descending order, the related data group being comprised of at least two cryptotext multivectors (C n ) stored on the intermediary computer system.
  • EDCE Enhanced Data-Centric Encryption
  • An embodiment of the present invention may further comprise a homomorphic sorting Enhanced Data-Centric Encryption (EDCE) system intermediary computing system that performs a homomorphic sort in response to a sort request from a sort request computing device, the homomorphic sorting EDCE system intermediary computing system comprising: an intermediary receive sort request subsystem that receives the sort request for a related data group sent by the sort request computing device, the related data group being comprised of at least two cryptotext multivectors (C n ) stored on the intermediary computer system; an intermediary cryptotext conversion subsystem that converts the at least two corresponding cryptotext multivectors (C n ) into at least two corresponding cryptotext numeric data values (C n ) in accord with the homomorphic preserving mathematical relationship that is the homomorphic preserving mathematical relationship known to the at least one source computing device; and an intermediary homomorphic sort subsystem that sorts the at least two cryptotext numeric data values (C n ) of the related data group stored on the intermediary receive sort
  • An embodiment of the present invention may further comprise a homomorphic sorting Enhanced Data-Centric Encryption (EDCE) system destination computing device for decrypting a sorted related data group comprised of at least two cryptotext multivectors (C n ) sent by an intermediary computing system, the homomorphic sorting EDCE system destination computing device comprising: a destination receive subsystem that receives the sorted related data group of the at least two cryptotext multivectors (C n ) sent by the intermediary computing system; a destination numeric shared secret distribution subsystem that distributes a shared secret numeric value (S s ) into the shared secret multivector (S s ) in accord with a shared secret coefficient distribution algorithm; a destination decryption subsystem that decrypts each of the sorted related data group of the at least two cryptotext multivectors (C n ) as a decryption function of at least one Geometric Algebra geometric product operation on each of the at least two cryptotext multivectors (C
  • S s of the shared secret multivector (S s ) into at least two corresponding message multivectors (M n ) such that the decryption function provides a corresponding decryption operation for encryption process of the at least two cryptotext multivectors (C n ); and a destination convert multivector subsystem that converts each of the at least two message multivectors (M n ) into the at least two corresponding numeric message data values (M n ) in accord with a homomorphic preserving mathematical relationship such that the at least two corresponding numeric message data values (M n ) retain the sorting arrangement of the sorted related data group.
  • FIG. 1 is a block diagram of the hardware implementation for a core encryption embodiment (i.e., a core Enhanced Data-Centric Encryption— EDCE— embodiment).
  • a core encryption embodiment i.e., a core Enhanced Data-Centric Encryption— EDCE— embodiment.
  • FIG. 2 is a flow chart of the general operation for a core encryption
  • FIG. 3A is a flow chart of the source computing device symmetric key operation for a core encryption embodiment.
  • FIG. 3B is a flow chart of the destination computing device symmetric key operation for a core encryption embodiment.
  • FIG. 4A is a flow chart of the source computing device symmetric key and cryptotext masking operation for a core encryption embodiment.
  • FIG. 4B is a flow chart of the destination computing device symmetric key and cryptotext masking operation for an encryption embodiment.
  • FIG. 5 is a flow chart of a core encryption embodiment for the EDCE encryption/decryption performed by using a geometric product "sandwich.”
  • FIG. 6 is a flow chart of a core encryption embodiment for the EDCE encryption/decryption performed by using Sylvester's equation.
  • FIG. 7 is a block diagram illustrating generating/extracting/obtaining a second shared secret key from the original shared secret multivector for a core encryption embodiment.
  • FIG. 8 is a block diagram of the hardware implementation for a homomorphic sort encryption embodiment.
  • FIG. 9 is a flow chart of the general operation for a homomorphic sort encryption embodiment.
  • FIG. 10 is a flow chart of the operations for sorting encrypted data stored on an intermediary computing system and sending the sorted encrypted data to a destination computing device for a homomorphic sort encryption embodiment.
  • Homomorphic Encryption is a form of encryption that allows computations to be carried out on cipher text as it is encrypted without decrypting the cipher text that generates an encrypted result which, when decrypted, matches the result of operations performed on the unencrypted plaintext.
  • the essential purpose of homomorphic encryption is to allow computation on encrypted data without decrypting the data in order to perform the computation.
  • the encrypted data can remain confidential and secure while the encrypted data is processed for the desired computation.
  • useful tasks may be accomplished on encrypted (i.e., confidential and secure) data residing in untrusted environments.
  • the ability to perform computations on encrypted data may be a highly desirable capability.
  • finding a general method for computing on encrypted data is likely a highly desirable goal for cryptography.
  • the most sought after application of homomorphic encryption may be for cloud computing.
  • Data that is stored in the Cloud is typically not encrypted, and the breach of the Cloud stored, unencrypted data is ranked by the Cloud Security Alliance as the number one threat to data security.
  • Encrypting Cloud stored data may mitigate the threat of data being compromised by a breach, but then the remote clients (owners of the data) would not then be able to perform operations (i.e., add, multiply, etc.) on the Cloud stored data while the data remains in the Cloud.
  • operations i.e., add, multiply, etc.
  • the Cloud would require access to the user's encryption keys. It is becoming increasing undesirable to provide the Cloud access to a user's security keys as the more entities that have access to the security keys inherently increases the susceptibility of the security keys to being breached, or even stolen by an unscrupulous provider.
  • Homomorphic encryption would allow the Cloud to operate on client data without decryption, and without access to the client's security keys.
  • An embodiment may advantageously utilize Geometric Algebra to provide the encryption and decryption of numeric messages that are to be transmitted through, and possibly have operations performed by, an intermediary computing system (e.g., the broad- based computing system currently, and commonly, referred to as the Cloud, or cloud computing).
  • an intermediary computing system e.g., the broad- based computing system currently, and commonly, referred to as the Cloud, or cloud computing.
  • An embodiment of the Geometric Algebra encryption/decryption system that performs the foundational "core" encryption/decryption functions of transferring data securely using Geometric Algebra based encryption/decryption from a source system to a destination system without having arithmetic or other comparative operations performed on the transmitted encrypted data by an intermediary system may be referred to as an Enhanced Data-Centric Encryption (EDCE) system.
  • EDCE Enhanced Data-Centric Encryption
  • an EDCE system When an EDCE system is further enhanced to support and provide for arithmetic and/or other comparative operations to be performed at an intermediary computing system (e.g., the Cloud) without decrypting and re-encrypting the data at the intermediary computing system, that system may be referred to as an Enhanced Data-Centric Homomorphic Encryption (EDCHE) system.
  • EDCHE Enhanced Data-Centric Homomorphic Encryption
  • Geometric Algebra is an area of mathematics that describes the geometric interaction of vectors and other objects in a context intended to mathematically represent physical interactions of objects in the physical world.
  • the use of Geometric Algebra for cryptography represents a new, manmade use of Geometric Algebra for a purpose entirely outside of the natural basis of Geometric Algebra for representing physical interactions of objects in the real, physical, word.
  • this area of mathematics encompasses Geometric Algebra, Conformal Geometric Algebra and Clifford Algebra (referred to collectively herein as "Geometric Algebra").
  • Geometric Algebra defines the operations, such as geometric product, inverses and identities, which facilitate many features of embodiments of the core EDCE and the EDCHE systems disclosed herein. Further, Geometric Algebra allows for the organization and representation of data into the "payload" of a multivector where the data in the payload may represent, for example, plaintext, cryptotext, or identifying signatures. Consequently, Embodiments of both the core EDCE system and the EDCHE system make beneficial use of Geometric Algebra properties to provide encryption, decryption, and intermediary homomorphic operations in a relatively computationally simplistic manner while still providing robust security for both data in motion and data at rest (e.g., data stored in the Cloud).
  • methods and systems to encrypt and decrypt messages using Geometric Algebra may utilize the intrinsic algebraic homomorphic properties of Geometric Algebra to permit arithmetic and other comparative operations on encrypted messages handled by an intermediary computing system without the need for the intermediary computing system to decrypt the encrypted messages prior to performing the arithmetic and other comparative operations. Accordingly, the intermediary computing system does not need to know any information regarding any of the secret security keys of the encryption/decryption processes to properly perform the arithmetic and other comparative operations.
  • the encrypted results of the arithmetic and other comparative operations performed by the intermediary computing system when decrypted at a destination computing device, produce results equivalent to the same operations as if the operations were performed on the unencrypted plain text messages.
  • a proper data organization methodology that preserves such homomorphic properties (i.e., the mathematical relationship between the vectors utilized in the encryption process and the original plaintext messages being encrypted) should be enforced on the choice of coefficients for the vectors representing the plain text messages.
  • ensuring that the coefficients of the multivector representation of the plaintext numeric message follow a mathematical data organization methodology i.e., a homomorphic preserving mathematical relationship
  • a mathematical data organization methodology i.e., a homomorphic preserving mathematical relationship
  • the mathematical operations incorporating the one or more values of the multivector coefficients have a result equal to the original plaintext numeric message value will provide the proper data organization to preserve the homomorphic properties of the Geometric Algebra operations of the core EDCE encryption/decryption processes.
  • an embodiment of an EDCHE system provides a cryptosystem that allows unlimited multiplications and additions of cipher text (i.e., transmitted/stored encrypted messages at the intermediary/cloud computer system) due solely to the intrinsic algebraic homomorphic properties of an embodiment of the EDCHE system.
  • an embodiment of an EDCHE system may provide the homomorphic properties as a product of algebraic homomorphism without the need to use additional methods, such as "bootstrapping" (e.g., performing a recursive operation to reduce the noise associated with a cipher text) to achieve the homomorphic properties.
  • the encrypted data values may be stored on the intermediary computing system until such time that particular arithmetic or other comparative operations are desired by a user, then the intermediary computing system may perform the requested arithmetic or other comparative operations. Likewise, the encrypted data values may be immediately operated on by the intermediary computing system as soon as the subject encrypted data values are received by the intermediary computing system.
  • the process of receiving the encrypted data values at the intermediary computing system inherently includes storing the encrypted data values at the intermediary computing system even if only fleetingly in an immediately used and erased Random Access Memory (RAM) location or operational register location of a computational subsystem of the intermediary computing system.
  • RAM Random Access Memory
  • Embodiments of both EDCE and EDCHE may be comprised of functional blocks, each of which may be tailored as described in more detail below according to objectives for scope, capability and security. The following sections provide a mathematical and numerical description of these functional blocks.
  • Section 1 provides a general description of embodiments of the foundational "core” EDCE system.
  • Section 2 provides additional descriptions of embodiments of the foundational "core” EDCE system, including the packing of information into multivectors, the encryption and decryption of such multivectors and the unpacking to recover the original information.
  • Section 3 provides a description of the further enhancements to embodiments of the foundational "core” EDCE system that achieve homomorphic properties for embodiments of an EDCHE system.
  • Alice and Bob are used for the sending/source and receiving/destination entities, respectively.
  • Section 1 General Core EDCE Message Encryption/Decryption
  • FIG. 1 Hardware Implementation for Core EDCE Embodiments
  • FIG. 2 General Core EDCE Operational Flow Charts
  • Section 3 Homomorphic EDCHE Enhancements to EDCE Operation
  • Section 1 General Core EDCE Message Encryption/Decryption
  • Ciphers such as RSA (Rivest-Shamir-Adleman), DES (Data Encryption Standard) and/or AES (Advanced Encryption Standard) are little more than static "machinery" that bogs down communication efficiency. The actual problem is much bigger. How can robust security be provided when: a) End-point computational resources are limited (e.g., the Internet of Things— IoT). b) Encryption/decryption must be near-real time
  • a "core" embodiment may be described as enhanced data-centric encryption, or EDCE.
  • EDCE is computationally simplistic while providing robust security over the span of the communication channel.
  • EDCE security is scalable from tiny embedded IoT (Internet of Things) devices up to server farms.
  • EDCE functionality enables many cipher schemes that show speed and bandwidth advantages over current methods.
  • encryption/decryption of data is that the EDCE encryption/decryption may be implemented using basic arithmetic operations of addition, subtraction, multiplication, and division.
  • EDCE does not require a complex operation to select a large prime number, to calculate a logarithm function, to calculate a natural logarithm function, and/or to calculate other complex and computationally intensive mathematical functions (i.e., prime numbers, logarithms, natural logarithms, and/or other complex mathematical operations are not required in the Geometric Algebra calculations disclosed herein).
  • Geometric Algebra an area of mathematics that has not been utilized before in encryption.
  • Geometric Algebra as used herein is an area of mathematics that encompasses Geometric Algebra, Conformal Geometric Algebra and Clifford Algebra (collectively herein, "Geometric Algebra").
  • Geometric Algebra allows for the organization and representation of data into the "payload" of a multivector where the data may be plaintext, cryptotext, or signatures, for example.
  • Geometric Algebra defines the operations, such as geometric product, inverses and identities, which are the enablers of encryption/decryption calculations of various embodiments.
  • Multivectors are simply the additive combination of a scalar, a vector, a bi- vector and so forth up to an ⁇ -dimension vector.
  • the unit vectors follow the algebraic structure of quaternions (Hamilton) and non-commutative algebra (Grassman). These two types of algebra allowed Clifford to conceive of the Geometric Product which is used by the various embodiments as one of the "primitive" functions of the embodiments of EDCE and EDCHE systems.
  • Geometric Algebra a 0 + a e + a 2 e 2 + a 12 e 12 where is a unit vector along the i-axis and e 12 represents the orientation of the area created by a 12 .
  • Appendix A: Geometric Algebra Overview of the parent patent application Serial No. 15/667,325, entitled “Methods and Systems for Enhanced Data-Centric Encryption Systems Using Geometric Algebra," but some general observations may be helpful to the description of the various embodiments disclosed below.
  • each of the a t values in the multivector A above may be "packed" with information and each a t value may range from zero to very large (e.g., >256,000 bits or an entire message).
  • the inverse of A when multiplied by A yields unity, or:
  • the "payload" may be packed in the values of the scalars and coefficients of the multivector elements.
  • the packing method may define, among many things, the Geometric Algebra operations permissible for EDCE and/or EDCHE embodiments. For example, the Rationalize operation on multivectors yields zero when all multivector coefficients are equal. Such multivectors having all equal coefficients have no inverse and the geometric product of such multivectors having all equal coefficients with another multivector has no inverse.
  • the decryption methodology for EDCE and EDCHE systems utilize the inverse of the cryptotext multivector being decrypted and of the security key(s) multivector to perform the decryption. Therefore, the cryptotext multivector being decrypted should not have all equal value coefficients.
  • One means to ensure that the cryptotext multivector being decrypted does not have all equal value coefficients is to have the packing/coefficient distribution method ensure that not all coefficients are equal to each other (i.e., at least one coefficient should be different than the other coefficients) when creating the shared security multivector(s) and the data message multivectors.
  • the same packing/coefficient distribution method to ensure that the source message multivectors do not have all equivalent coefficients will minimize the potential for the cryptotext multivector being decrypted from having all equivalent coefficients, but, when various addition and subtraction operations are performed with multiple distinctly different cryptotext multivectors, there is a remote possibility that the cryptotext multivector result of the homomorphic operations will have all equivalent coefficients.
  • the destination computing device may simply assert that such a result cryptotext multivector is "undefined," or, the destination or intermediary computing system may provide a means to update the result cryptotext multivector so the result cryptotext multivector does not have all equivalent coefficients. Great care should be taken to ensure that such an update of the result cryptotext multivector does not change the ultimate value of the result plaintext value of the result cryptotext multivector after decryption.
  • the "packed" multivector that represents the original plaintext numeric message have a mathematical relationship (i.e., the homomorphic preserving mathematical relationship) to the original plaintext numeric message.
  • the term homomorphism refers to a structure-preserving map between two algebraic structures, such as groups, rings, or vector spaces.
  • An algebra homomorphism between two algebras is one that preserves the algebra structure.
  • the method by which numbers are "packed" into multivector elements must remain a representation of the original number.
  • One such relationship for packing the coefficients of the multivector that preserves homomorphic properties is to ensure that the coefficients of the multivector representation of the plaintext numeric message follow a mathematical data organization between the value of the plaintext numeric message and at least one of the values of the coefficients of the multivector representation of the plaintext numeric message where the mathematical operations incorporating the one or more values of the multivector coefficients have a result equal to the original plaintext numeric message value.
  • the mathematical relationship may include: addition of at least one coefficient of the multivector coefficients, subtraction of at least one coefficient of the multivector coefficients, addition of a constant value, subtraction of a constant value, multiplication of at least one coefficient of the multivector coefficients by a constant value, and division of at least one coefficient of the multivector coefficients by a constant value.
  • the location of the various mathematical operations relative to the particular locations of the coefficients in the multivector representation should also be consistently applied to all source numeric data messages converted to a multivector as well as for result multivectors converted to a result numeric data value in a particular encryption/decryption pathway.
  • separate multivectors may be encoded for many purposes, such as a shared secret (defined below), authentication information, and timestamps.
  • the EDCE multivector format and Geometric Algebra foundation of a core EDCE embodiment may enable a single transmission to contain far more than just cryptotext, including dummy data to increase encryption security, command instructions for additional operations, and/or configuration data for the additional operations.
  • Fig. 1 is a block diagram 100 of the hardware implementation for an embodiment.
  • a first computing device 102 is connected over an electronic network/bus connection 104 to a second computing device 106.
  • the first computing device 102 acts as the source device 102 that sends the encrypted message 108 over the network/bus connection 104.
  • the second computing device 106 acts as the destination device 106 that receives the encrypted message 108 from the network/bus connection 104.
  • communications including encrypted communications, are bidirectional such that the first 102 and second 106 computing devices may change roles as the source device 102 and destination device 106 as is necessary to accommodate the transfer of data back and forth between the first 102 and second 106 computing devices.
  • the first computing device 102 appears to be a laptop computer and the second computing device 106 appears to be a tablet device.
  • any computing device capable of communication over any form of electronic network or bus communication platform may be one, or both of the first 102 and second 106 computing devices. Further, the first 102 and second computing devices 106 may actually be the same physical computing device communicating over an internal bus connection 104 with itself, but still desiring encrypted communication to ensure that an attacker cannot monitor the internal communications bus 104 to obtain sensitive data communications in an unencrypted format.
  • Various embodiments may implement the network/bus communications channel 104 using any communications channel 104 capable of transferring electronic data between the first 102 and second 106 computing devices.
  • the network/bus may implement the network/bus communications channel 104 using any communications channel 104 capable of transferring electronic data between the first 102 and second 106 computing devices.
  • the network/bus may implement the network/bus communications channel 104 using any communications channel 104 capable of transferring electronic data between the first 102 and second 106 computing devices.
  • the network/bus communications channel 104 may implement the network/bus communications channel 104 using any communications channel 104 capable of transferring electronic data between the first 102 and second 106 computing devices.
  • the network/bus may implement the network/bus communications channel 104 using any communications channel 104 capable of transferring electronic data between the first 102 and second 106 computing devices.
  • the network/bus may implement the network/bus communications channel 104 using any communications channel 104 capable of transferring electronic data between the first 102 and second 106 computing devices.
  • the network/bus may implement the network/bus
  • connection 104 may be an Internet connection routed over one or more different communications channels during transmission from the first 102 to the second 106 computing devices.
  • the network/bus communication connection 104 may be an internal communications bus of a computing device, or even the internal bus of a processing or memory storage Integrated Circuit (IC) chip, such as a memory chip or a Central
  • the network/bus communication channel 104 may utilize any medium capable of transmitting electronic data communications, including, but not limited to: wired communications, wireless electro-magnetic communications, fiber-optic cable communications, light/laser communications, sonic/sound communications, etc., and any combination thereof of the various communication channels.
  • the various embodiments may provide the control and management functions detailed herein via an application operating on the first 102 and/or second 106 computing devices.
  • the first 102 and/or second 106 computing devices may each be a computer or computer system, or any other electronic device(s) capable of performing the
  • the first 102 and second 104 computing devices may include, but are not limited to: a general-purpose computer, a laptop/portable computer, a tablet device, a smart phone, an industrial control computer, a data storage system controller, a CPU, a Graphical Processing Unit (GPU), an Application Specific Integrated Circuit (ASI), and/or a Field Programmable Gate Array (FPGA).
  • a general-purpose computer a laptop/portable computer, a tablet device, a smart phone
  • an industrial control computer a data storage system controller
  • a CPU a Graphical Processing Unit (GPU), an Application Specific Integrated Circuit (ASI), and/or a Field Programmable Gate Array (FPGA).
  • GPU Graphical Processing Unit
  • ASI Application Specific Integrated Circuit
  • FPGA Field Programmable Gate Array
  • the first 102 and second 106 computing devices may be the storage controller of a data storage media (e.g., the controller for a hard disk drive) such that data delivered to/from the data storage media is always encrypted so as to limit the ability of an attacker to ever have access to unencrypted data.
  • Embodiments may be provided as a computer program product which may include a computer-readable, or machine-readable, medium having stored thereon instructions which may be used to program/operate a computer (or other electronic devices) or computer system to perform a process or processes in accordance with the various embodiments.
  • the computer-readable medium may include, but is not limited to, hard disk drives, floppy diskettes, optical disks, Compact Disc Read-Only Memories (CD-ROMs), Digital Versatile Disc ROMS (DVD-ROMs), Universal Serial Bus (USB) memory sticks, magneto-optical disks, ROMs, random access memories (RAMs), Erasable Programmable ROMs (EPROMs), Electrically Erasable Programmable ROMs (EEPROMs), magnetic optical cards, flash memory, or other types of media/machine-readable medium suitable for storing electronic instructions.
  • the computer program instructions may reside and operate on a single computer/electronic device or various portions may be spread over multiple computers/devices that comprise a computer system.
  • embodiments may also be downloaded as a computer program product, wherein the program may be transferred from a remote computer to a requesting computer by way of data signals embodied in a carrier wave or other propagation medium via a communication link (e.g., a modem or network connection, including both wired/cabled and wireless connections).
  • a communication link e.g., a modem or network connection, including both wired/cabled and wireless connections.
  • Fig. 2 is a flow chart 200 of the general operation for an embodiment.
  • a shared secret numeric data value (S s ) is shared between the source 202 and destination 204.
  • the various embodiments may share the shared secret numeric data value (S s ) between the source 202 and destination 204 via any means desired by the users.
  • S s shared secret numeric data value
  • the shared secret numeric data value (S s ) may be shared between the source 202 and destination 204 by means including, but not limited to: pre-conditioning the source 202 computing device and the destination 204 computing device with the shared secret numeric value (S s ), a standard public/private key exchange technique, RSA (Rivest-Shamir-Adleman) key exchange, and/or Diffie-Hellman key exchange
  • the original shared secret may be an alphanumeric string in ASCII (American Standard Code for Information Exchange) or another encoding protocol that is converted to a numeric value based on the associated encoding protocol, such as: ASCII, other English language/alphabetic coding systems, foreign language encoding for non-alphabetic languages (e.g., katakana for Japanese), or even pure symbol to numeric values such as for emoji's.
  • ASCII American Standard Code for Information Exchange
  • other English language/alphabetic coding systems e.g., foreign language encoding for non-alphabetic languages (e.g., katakana for Japanese), or even pure symbol to numeric values such as for emoji's.
  • both the source 202 and destination 204 need to know and use the same alphanumeric text conversion into a numeric value process to ensure that results of both the source 202 and the destination 204 are the same.
  • the source 202 converts any alphanumeric text in the message into numeric message data (M) based on the alphanumeric encoding protocol (e.g., ASCII, other English language/alphabetic coding systems, foreign language encoding for non- alphabetic languages (e.g., katakana for Japanese), or even pure symbol to numeric values such as for emoji's) of the original text.
  • the alphanumeric encoding protocol e.g., ASCII, other English language/alphabetic coding systems, foreign language encoding for non- alphabetic languages (e.g., katakana for Japanese), or even pure symbol to numeric values such as for emoji's
  • both the source 202 and destination 204 need to know and use the same alphanumeric text conversion into a numeric value process to ensure that results of both the source 202 and the destination 204 are the same.
  • numeric message data that is, but is not limited to: positive numbers, negative numbers, zero, integer numbers, rational numbers (including fractions), and/or real numbers.
  • the source 202 distributes the numeric message data (M) into message multivector (M) coefficients.
  • the encryption system will work with just one non-zero message multivector (M) coefficient, but, the more non-zero message multivector (M) coefficients there are, the stronger the encryption will become, so it is desirable to have more than one non-zero message multivector (M) coefficient.
  • the source 202 distributes shared secret numeric value (S s ) into shared secret multivector (Sc) coefficients.
  • S s shared secret numeric value
  • S s shared secret multivector
  • S 5 shared secret multivector
  • the primary requirement for the distribution process from the numeric values of the message (M) and the shared secret (S s ) to the multivector coefficient values (M and S s ) is that the source 202 and the destination 204 both know the processes 210/222 and 212/224 such that the destination 204 can reconstruct the original message (M). As long as it is known to both the source 202 and the destination 204, the distribution of numeric data to multivector coefficients may be performed differently between the message (M) and the shared secret (S s ). Further, the various embodiments may perform the encryption process with multivector coefficient values for both the message (M) and shared (Sc) that are, but are not limited to: positive numbers, negative numbers, zero, integer numbers, rational numbers (including fractions), and/or real numbers.
  • the distributing/packing method defines, among many things, the Geometric Algebra operations permissible for EDCE and/or EDCHE embodiments.
  • the Rationalize operation on multivectors yields zero when all multivector coefficients are equal.
  • Such multivectors having all equal coefficients have no inverse and the geometric product of such multivectors having all equal coefficients with another multivector has no inverse.
  • the Rationalize operation on multivectors yields zero when all multivector coefficients are equal.
  • Such multivectors having all equal coefficients have no inverse and the geometric product of such multivectors having all equal coefficients with another multivector has no inverse.
  • the decryption methodology for EDCE and EDCHE systems utilize the inverse of the cryptotext multivector being decrypted and of the security key(s) multivector to perform the decryption. Therefore, the cryptotext multivector being decrypted should not have all equal value coefficients.
  • One means to ensure that the cryptotext multivector being decrypted does not have all equal value coefficients is to have the packing/coefficient distribution method ensure that not all coefficients are equal to each other (i.e., at least one coefficient should be different than the other coefficients) when creating the shared security multivector(s) and the data message multivectors.
  • the same packing/coefficient distribution method to ensure that the source message multivectors do not have all equivalent coefficients will minimize the potential for the cryptotext multivector being decrypted from having all equivalent coefficients, but, when various addition and subtraction operations are performed with multiple distinctly different cryptotext multivectors, there is a remote possibility that the cryptotext multivector result of the homomorphic operations will have all equivalent coefficients.
  • the destination computing device may simply assert that such a result cryptotext multivector is "undefined," or, the destination or intermediary computing system may provide a means to update the result cryptotext multivector so the result cryptotext multivector does not have all equivalent coefficients.
  • the "packed" multivector that represents the original plaintext numeric message have a mathematical relationship (i.e., the homomorphic preserving mathematical relationship) to the original plaintext numeric message.
  • the term homomorphism refers to a structure-preserving map between two algebraic structures, such as groups, rings, or vector spaces.
  • An algebra homomorphism between two algebras is one that preserves the algebra structure.
  • the method by which numbers are "packed" into multivector elements must remain a representation of the original number.
  • One such relationship for packing the coefficients of the multivector that preserves homomorphic properties is to ensure that the coefficients of the multivector representation of the plaintext numeric message follow a mathematical data organization between the value of the plaintext numeric message and at least one of the values of the coefficients of the multivector representation of the plaintext numeric message where the mathematical operations incorporating the one or more values of the multivector coefficients have a result equal to the original plaintext numeric message value.
  • the mathematical relationship may include: addition of at least one coefficient of the multivector coefficients, subtraction of at least one coefficient of the multivector coefficients, addition of a constant value, subtraction of a constant value, multiplication of at least one coefficient of the multivector coefficients by a constant value, and division of at least one coefficient of the multivector coefficients by a constant value.
  • the location of the various mathematical operations relative to the particular locations of the coefficients in the multivector representation should also be consistently applied to all source numeric data messages converted to a multivector as well as for result multivectors converted to a result numeric data value in a particular encryption/decryption pathway.
  • the distribution (i.e., "packing") of the shared secret multivector (S s ) may be performed in any fashion so long as the distribution (i.e., "packing") method of the shared secret multivector (S s ) is known and used consistently by the source 202 and destination 204 computing devices as, ultimately, the shared secret multivector (S s ) used by the source 202 and destination 204 should be equal to each other to ensure that the decryption operations 226 work properly in relation to the encryption 214 operations.
  • the number of potential coefficients is directly related to the size/dimension (N) of the multivectors such that the number of coefficients increases by a factor of 2 (i.e., 2 N ) for each incremental increase in the size/dimension (N) of the multivector.
  • using multivectors of at least two dimensions will provide at least four coefficients to distribute the numeric data of the message (M) and the shared secret (S s ).
  • the confusion and/or diffusion security characteristics will also be increased due to the additionally available multivector coefficients. Further, with the additionally available coefficients it is also possible to transfer more data in a single multivector message (M) pay load using the additionally available multivector coefficients.
  • M multivector message
  • the source 202 encrypts a cryptotext multivector (C) as a function of at least one Geometric Algebra geometric product operation on the message multivector (M) and the shared secret multivector (S s ).
  • the source 202 converts the cryptotext multivector (C) into cryptotext numeric data (C) in accord with reverse operation of a cryptotext data coefficient distribution algorithm that is known to both the source 202 and the destination 204. While not typical of most encryption systems, an embodiment may also omit process 216 and directly send a representation of the cryptotext multivector (C) without first converting the cryptotext multivector (C) into cryptotext numeric data (C).
  • the transmission may be implemented as a series of transfers of the coefficients or as some form of records/packets that define a data structure that carries the coefficient data of the cryptotext multivector (C).
  • the various embodiments will include process 216 to convert the cryptotext multivector (C) into cryptotext numeric data (C) in order to maintain compatibility with legacy and/or third party systems as well as to obtain the additional confusion and diffusion characteristics of encapsulating the cryptotext multivector (C) coefficients into a single cryptotext numeric data (C) value.
  • process 216 is used to convert the cryptotext multivector (C) into cryptotext numeric data (C), it is necessary for any computing device/system that wishes to operate on the cryptotext multivector (C) to have knowledge of the particular conversion methodology so that computing device/system may properly recreate the cryptotext multivector (C).
  • the destination 204 receives the cryptotext numeric data (C) sent by the source 202.
  • the destination distributes the cryptotext numeric data (C) into the cryptotext multivector (C) using the cryptotext data coefficient distribution algorithm that is known to both the source 202 and the destination 204.
  • process 222 is also omitted as the cryptotext multivector (C) was transmitted directly so there is not a need to convert the cryptotext numeric data (C) back into the cryptotext multivector (C).
  • the destination 204 distributes shared secret numeric value (S s ) into shared secret multivector (S s ) coefficients in the same fashion as was done for the source 202 at process 212.
  • the destination decrypts the cryptotext multivector (C) as a function of at least one Geometric Algebra geometric product
  • the destination 204 converts the message multivector (M) into the message numeric data (M) in accord with reverse operation of the message data coefficient distribution algorithm of the source 202 at process 210.
  • the destination 202 converts the numeric message data (M) back into the original alphanumeric text message as a reverse function of the process of the source 202 at step 208 that converted that alphanumeric text to the numeric message data (M) using standard computer character encoding characteristics.
  • Fig. 3A is a flow chart 300 of the source computing device symmetric key operation for an embodiment.
  • the encryption process 214 of the source 202 of Fig. 2 may further include processes 302-306 to use symmetric shared secret security keys to further enhance the security of an embodiment.
  • the source computing device may generate/extract/obtain a second shared secret key (S Sz ) from the original shared secret multivector (S s ) by performing a 0-Blade Reduction Operation on the original shared secret multivector (S s ) to obtain a scalar numerical value for the second shared secret key (Ss 2 ).
  • the source computing device distributes the second shared secret key numeric value (S Sz ) into second shared secret multivector (S Sz ) coefficients where also not all coefficients are equal to each other (i.e., at least one coefficient should be different than the other coefficients).
  • S Sz second shared secret multivector
  • the source computing device encrypts the cryptotext multivector (C) as a function of Geometric Algebra geometric product operations on the message multivector (M), the shared secret multivector (S s ), and the second shared secret multivector (Ss 2 ).
  • C the cryptotext multivector
  • M the message multivector
  • S s the shared secret multivector
  • Ss 2 the second shared secret multivector
  • Fig. 3B is a flow chart 310 of the destination computing device symmetric key operation for an embodiment.
  • the decryption process 226 of the destination 204 of Fig. 2 in conjunction with the operation of the source computing device as described in the disclosure above with respect to Fig. 3A, may include processes 312-316 to use symmetric shared secret security keys to further enhance the security of an embodiment.
  • the destination computing device may independently generate/extract/obtain the second shared secret key (S Sz ) from the original shared secret multivector (S s ) by performing the 0-Blade Reduction Operation on the original shared secret multivector (S s ) to obtain a scalar numerical value for the second shared secret key (Ss 2 ).
  • S Sz the second shared secret key
  • S s original shared secret multivector
  • Ss 2 a scalar numerical value for the second shared secret key
  • the destination computing device also distributes the second shared secret key numeric value (S Sz ) into the second shared secret multivector (S s )
  • the destination computing device decrypts the cryptotext multivector (C) as a function of Geometric Algebra geometric product operations on the cryptotext multivector (C), an inverse (S s 1 ) of the original shared secret multivector (S s ),
  • Fig. 4A is a flow chart 400 of the source computing device symmetric key and cryptotext masking operation for an embodiment. Similar to the disclosure with respect to Fig. 3A above, the encryption process 214 of the source 202 of Fig. 2 may further include processes 402-406 to use symmetric shared secret security keys to further enhance the security of an embodiment. At process 402, the source computing device may
  • S Sz a second shared secret key from the original shared secret multivector (S s ) by performing a 0-Blade Reduction Operation on the original shared secret multivector (S s ) to obtain a scalar numerical value for the second shared secret key (S S2 ).
  • the source computing device distributes the second shared secret key numeric value (S Sz ) into second shared secret multivector (S Sz ) coefficients where also not all coefficients are equal to each other (i.e., at least one coefficient should be different than the other coefficients).
  • S Sz second shared secret multivector
  • the source computing device encrypts the cryptotext multivector (C) as a function of Geometric Algebra geometric product operations on the message multivector (M), the shared secret multivector (S s ), and the second shared secret multivector (S Sz ).
  • C the cryptotext multivector
  • M the message multivector
  • S s the shared secret multivector
  • S Sz the second shared secret multivector
  • the cryptotext multivector (C) is first converted into a pre-cipher cryptotext (C) in accord with reverse operation of a cryptotext data coefficient distribution algorithm that is known to both the source computing device (Fig. 4A) and the destination computing device (Fig. 4B).
  • Fig. 4B is a flow chart 410 of the destination computing device symmetric key and cryptotext masking operation for an embodiment.
  • the destination computing device then distributes the pre-cipher cryptotext numeric data (C) into the cryptotext multivector (C) using the cryptotext data coefficient distribution algorithm that is known to both the source and destination computing devices.
  • the remaining decryption process 226 of the destination 204 of Fig. 2 in conjunction with the operation of the source computing device as described in the disclosure above with respect to Fig. 4A, may include processes 414-418 to use symmetric shared secret security keys to further enhance the security of an embodiment.
  • the destination computing device may independently generate/extract/obtain the second shared secret key (S Sz ) from the original shared secret multivector (S s ) by performing the 0-Blade Reduction Operation on the original shared secret multivector (S s ) to obtain a scalar numerical value for the second shared secret key (S Sz ).
  • the 0-Blade Reduction Operation on the original shared secret multivector (S s ) to obtain a scalar numerical value for the second shared secret key (S Sz ).
  • the destination computing device also distributes the second shared secret key numeric value (S Sz ) into the second shared secret multivector (S s ) coefficients.
  • S Sz second shared secret key numeric value
  • S s second shared secret multivector
  • the destination computing device decrypts the cryptotext multivector (C) as a function of Geometric Algebra geometric product operations on the cryptotext multivector (C), an inverse (S s 1 ) of the original shared secret multivector (S s ),
  • FIG. 2-4 describe a methodology that may be embodied as a method or process
  • another embodiment may be recognized as a computer system, and/or as a source computer system and a destination computer system, that encrypts data, transfers the data, and decrypts the data by implementing the processes described above with respect to the flow chart and flow chart details of Figs. 2-4.
  • the computer system, and/or the source computer system and the destination computer system that encrypts data, transfers the data, and decrypts the data
  • one, or more, individual processes described above for the methodology may be broken down and represented as a subsystem of the overall encryption computer system.
  • a subsystem of the computer system, and/or the source computer system and the destination computer system, that encrypts data, transfers the data, and decrypts the data may be assigned, in whole or in part, to a particular hardware implemented system, such as a dedicated Application Specific Integrated Circuit (ASIC) or Field Programmable Gate Array (FPGA).
  • ASIC Application Specific Integrated Circuit
  • FPGA Field Programmable Gate Array
  • One or more subsystems, in whole or in part, may alternatively be implemented as software or firmware instructions defining the operation of a computer system with specific regard to the one or more subsystems implemented as software or firmware instructions.
  • the software or firmware instructions may cause the Central Processing Unit, memory, and/or other systems of a computer system to operate in particular accordance with the particular one or more subsystems designated features.
  • Section 2 Additional Descriptions of Core EDCE Message Encryption/Decryption
  • the disclosure below provides a simplified example of the operations and data relationships during the performance of a fundamental "core" EDCE embodiment.
  • the amount of data, the type of data, and the particular data values shown and described in the example are not meant to represent any particular real system, but are provided only for the purpose of showing the operations and data relationships of an embodiment. Further, the embodiments described below are not meant to restrict operations to particular data types, encryption shared secret key exchange techniques, text to numeric and back conversion techniques, and/or number to multivector coefficient assignment techniques.
  • the various embodiments may be comprised of functional blocks, each of which may be tailored as described according to objectives for scope, capability and security.
  • the following sections provide a mathematical and numerical description of one or more example embodiments of these functional blocks.
  • the numerical results in the examples are generally derived from Geometric Algebra executing in the C programming language.
  • each text message needs to be converted to a number in order to become a valid operational unit for all EDCE computations.
  • the numbers are typically shown in base 10, but the various embodiments may choose other number bases as desired by the system designer.
  • a hex (base 16) representation may provide particular advantages when dealing with ASCII numerical representations as standard ASCII has a representation based on the numbers 0-127 (i.e., 2 7 ), which is one power of two (i.e., hex is 2 8 ) less than the typical 8 bits represented by a hex number of xFF.
  • symbols such as the letters a, b, c and so on are represented in order formats (such as binary, decimal, octets, hexadecimal, etc.), which are described in the ASCII printable code chart, a table that presents the relationship between formats. So the letters “a,” “b” and “c” in ASCII decimal code are 97, 98 and 99, respectively.
  • ASCII_array_from_"message [109, 101, 115, 115, 97, 103, 101]
  • n n * 256 + ascii_array_from_message[i]
  • entropy may be added at this step by performing transformations on the ASCII codes, such as addition or modulo operations, but those entropy adding operations may affect whether intermediary
  • homomorphic operations may properly be performed on the message data as those entropy adding operations may adversely affect the mathematical relationship to the original message values. No such entropy adding transformations are used in the examples that follow.
  • the input number is 30792318992869221.
  • n 30792318992869221
  • any number in base 10 may be a coefficient of a multivector element.
  • a multivector may contain arbitrary data, or data that is a result of a series of operations.
  • a base 10 number may also be represented in multivector form by distributing pieces of this number string to the coefficients in the multivector.
  • Multivectors that are 2D have 4 elements/coefficients available to pack with pieces of this number string, a 3D multivector has 8 elements, and 4D has 16.
  • EDCE has been
  • A a 0 + e + a 2 e 2 + a 3 e 3 + a 4 e 4 + a 12 e 12 + 13 e 13 + a 14 e 14 + a 23 e 23 + a 24 e 24
  • this string may be a single coefficient of, say, a 2D multivector, as follows:
  • EDCE has been demonstrated where the number string distributed to an element of the multivector exceeds 4,000 digits. However, the base 10 number in our example will typically be "distributed" in an ad hoc manner across all the multivector elements, such as:
  • the above distribution is called “number to multivector.”
  • the method of distributing the number string may be according to any of a variety of algorithms as long as the method is known and used by both the sending and receiving entities.
  • the distribution algorithm may include shuffling of the assignments to elements, performing functional operations on numbers assigned to elements or changing the algorithm between messages in a conversation. More operations increase encryption entropy.
  • shuffling and other algorithms to increase cryptographic confusion may break the potential for
  • the distributing/packing method defines, among many things, the Geometric Algebra operations permissible for EDCE and/or EDCHE embodiments. For example, the
  • One means to ensure that the cryptotext multivector being decrypted does not have all equal value coefficients is to have the packing/coefficient distribution method ensure that not all coefficients are equal to each other (i.e., at least one coefficient should be different than the other coefficients) when creating the shared security multivector(s) and the data message multivectors. For an embodiment of the EDCE that simply transfers the data message, this will ensure that the cryptotext multivector to be decrypted will not have all equivalent coefficients.
  • the same packing/coefficient distribution method to ensure that the source message multivectors do not have all equivalent coefficients will minimize the potential for the cryptotext multivector being decrypted from having all equivalent coefficients, but, when various addition and subtraction operations are performed with multiple distinctly different cryptotext multivectors, there is a remote possibility that the cryptotext multivector result of the homomorphic operations will have all equivalent coefficients.
  • the destination computing device may simply assert that such a result cryptotext multivector is "undefined," or, the destination or intermediary computing system may provide a means to update the result cryptotext multivector so the result cryptotext multivector does not have all equivalent coefficients. Great care should be taken to ensure that such an update of the result cryptotext multivector does not change the ultimate value of the result plaintext value of the result cryptotext multivector after decryption.
  • the "packed" multivector that represents the original plaintext numeric message have a mathematical relationship (i.e., the homomorphic preserving mathematical relationship) to the original plaintext numeric message.
  • the term homomorphism refers to a structure-preserving map between two algebraic structures, such as groups, rings, or vector spaces.
  • An algebra homomorphism between two algebras is one that preserves the algebra structure.
  • the method by which numbers are "packed" into multivector elements must remain a representation of the original number.
  • One such relationship for packing the coefficients of the multivector that preserves homomorphic properties is to ensure that the coefficients of the multivector representation of the plaintext numeric message follow a mathematical data organization between the value of the plaintext numeric message and at least one of the values of the coefficients of the multivector representation of the plaintext numeric message where the mathematical operations incorporating the one or more values of the multivector coefficients have a result equal to the original plaintext numeric message value.
  • the mathematical relationship may include: addition of at least one coefficient of the multivector coefficients, subtraction of at least one coefficient of the multivector coefficients, addition of a constant value, subtraction of a constant value, multiplication of at least one coefficient of the multivector coefficients by a constant value, and division of at least one coefficient of the multivector coefficients by a constant value.
  • the location of the various mathematical operations relative to the particular locations of the coefficients in the multivector representation should also be consistently applied to all source numeric data messages converted to a multivector as well as for result multivectors converted to a result numeric data value in a particular encryption/decryption pathway.
  • the multivector: 30792 + 318996 ! + 28692e 2 + 21e 12 becomes: 30792318992869221.
  • the number may be sent using a numeric variable representation such as an integer or floating point data type.
  • an embodiment may also simply skip the step of converting the multivector (C) into cryptotext numeric data (C), and directly send a representation of the cryptotext multivector (C) without first converting the cryptotext multivector (C) into cryptotext numeric data (C).
  • the transmission may be implemented as a series of transfers of the coefficients or as some form of records/packets that define a data structure that carries the coefficient data of the cryptotext multivector (C).
  • C cryptotext multivector
  • C cryptotext numeric data
  • any computing device/sy stem that wishes to operate on the cryptotext multivector (C) it is necessary for any computing device/sy stem that wishes to operate on the cryptotext multivector (C) to have knowledge of the particular conversion methodology so that the computing device/system may properly recreate the cryptotext multivector (C).
  • a "Shared Secret” is a fundamental element in cryptography.
  • a Shared Secret enables secure communication between two or more parties.
  • the Shared Secret is a number string of digits that may be packed into a multivector in the manner shown above.
  • the "Shared Secret Multivector” may be used to operate on other multivectors, such as creating the geometric product of the Shared Secret Multivector and the message multivector.
  • Diffie-Hellman protocol is not limited to negotiating a key shared by only two participants. Any number of users can take part in the agreement by performing iterations of the protocol and exchanging intermediate data.
  • Bob's secret b 289473367541568799631931700475 [0119]
  • Alice's public signature and Sg Bob's public signature:
  • the shared secret number string above may be distributed as before to create a Shared Secret Multivector:
  • the cryptotext is created using the EDCE primitive which is the geometric product of the Message multivector and one or more other multivectors.
  • the cryptotext multivector may be the geometric product of the Message multivector and the Shared Secret Multivector.
  • the cryptotext multivector can be defined as the geometric product:
  • C In order to be transmitted, as a pay load, C now may be converted to a base 10 number, through the "multivector to number" conversion process described above.
  • the Geometric Product of the Message Multivector may be taken with more than one other multivector or by using the same multivector twice to form a sandwich or by the addition of left and right multivector operations on the same Shared Secret Multivector.
  • Cryptotext Multivector there are several alternative methods to construct the Cryptotext Multivector.
  • One alternative is to encrypt the plaintext message using a conventional symmetric cipher such as AES, converting the number string output of that cipher to multivector format and use this multivector in calculating the geometric product with S s , which yields C.
  • AES symmetric cipher
  • This alternative may be practiced during the transition to EDCE within the enterprise to preserve backward compatibility with legacy encryption systems. Decryption
  • Fig. 5 is a flow chart 500 of an embodiment for the core Enhanced Data-Centric Encryption (EDCE) encryption/decryption performed by using a geometric product
  • EDCE Enhanced Data-Centric Encryption
  • Setup (502) The sequence is initiated by establishing the signature and shared secret multivectors.
  • the Diffie-Hellman procedure 508 is shown but other asymmetric key ciphers such as RSA may be used to generate a number string known only to the source 504 and the destination 506.
  • end-point devices may be "pre-conditioned" with a secret (number string) known to the system administrator from which the session multivectors may be constructed.
  • the Diffie-Hillman procedure 508 sets up/creates the shared secret keys 510 and then the setup 502 creates multivectors of the Diffie-Hillman keys 510 in the multivector setup 512.
  • Source (504) The Message Multivector 516 is constructed at the create message operation 514 by concatenating the message ASCII code string to a number string and then distributing that number to the coefficients of the message multivector at 514.
  • the method of distributing to coefficients uses a prescribed algorithm known and used by both the source 504 and the destination 506.
  • the Message Multivector 516 is then encrypted 518 by computing the geometric product of the message and Shared Secret multivectors.
  • the coefficients of the Cryptotext Multivector 520 are then concatenated into a base 10 number string, C (524), and transmitted through a user-defined dispatch function 526 over an electronic network/bus communication channel 528.
  • Destination (506) C (532) is received through a user-defined operation 530 and converted back to the Cryptotext Multivector 536 using the prescribed distribution method 534.
  • the Message Multivector 540 is then converted to a number string and then to plaintext at 542.
  • FIG. 6 is a flow chart 600 of an embodiment for the EDCE
  • Setup (602) The sequence is initiated by establishing the signature and shared secret multivectors.
  • the Diffie-Hellman procedure 608 is shown but other asymmetric key ciphers such as RSA may be used to generate a number string known only to the source 604 and the destination 606.
  • end-point devices may be "pre-conditioned" with a secret (number string) known to the system administrator from which the session multivectors may be constructed.
  • the Diffie-Hillman procedure 608 sets up/creates the shared secret keys 610 and then the setup 602 creates multivectors 612 of the Diffie-Hillman keys in the multivector setup 612.
  • Source (604) The Message Multivector 616 is constructed at the create message operation 614 by concatenating the message ASCII code string to a number string and then distributing that number to the coefficients of the message multivector at 614.
  • the method of distributing to coefficients uses a prescribed algorithm known and used by both the source 604 and the destination 606.
  • the Message Multivector 616 is then encrypted 618 by computing the geometric product of the message and Shared Secret multivectors.
  • the coefficients of the Cryptotext Multivector 620 are then concatenated into a base 10 number string, C (624), and transmitted through a user-defined dispatch function 626 over an electronic network/bus communication channel 628.
  • Destination (606) C (632) is received through a user-defined operation 630 and converted back to the Cryptotext Multivector 636 using the prescribed distribution method 634.
  • a pair of symmetric shared secret keys may be used instead of a single shared secret key.
  • the original shared secret numeric value (S s ) which may be obtained from a key exchange procedure, such as, but not limited to, the Diffie-Hellman key exchange process, may be used as the first shared secret numeric key of the pair of symmetric shared secret keys; 2. Using a multivector distribution operation, the original shared secret numeric key (S s ) may be loaded into a multivector representation, which may be denoted as (S s ).
  • a 0-Blade Reduction Operation on the original shared secret multivector (S s ) may be performed in order to extract/generate/obtain a scalar value that is the second shared secret numeric key (S Sz );
  • the scalar that results from 0-Blade Reduction Operation which has been defined as (S Sz ), may be loaded into a multivector through another multivector coefficient distribution operation with the resulting multivector being the second shared secret multivector (3 ⁇ 4 2 ).
  • Fig. 7 is a block diagram 700 illustrating generating/extracting/obtaining a second shared secret multivector key (3 ⁇ 4 2 ) 712 from the original shared secret multivector (Sc) 704 for an embodiment.
  • the original shared secret multivector (S s ) 704 may be used to encrypt and decrypt data as the first shared secret multivector key of a pair of symmetric shared secret multivector keys.
  • the 0-Blade Reduction Operation 706 results in the scalar value of the second shared secret numeric key (S Sz ) 708.
  • a number to multivector coefficient distribution process 710 converts the second shared secret numeric key (S Sz ) into a second shared secret multivector (S S2 ) 712.
  • the second shared secret multivector (S Sz ) may then be used to encrypt and decrypt data as the second shared secret multivector key of a pair of symmetric shared secret multivector keys.
  • the first encryption primitive can be created through a sequence of geometric products using the pair of keys generated via the 0-Blade Reduction Operation (described herein, above) as follows:
  • the decryption process uses the previously defined inverse multivector as follows:
  • the decryption operation involves the closed-form solution of the Sylvester's equation for 3 -dimensional multivector space as follows:
  • a multivector may act as a Geometric Algebra object such that components of multi-dimensions and Clifford k-vectors are present.
  • An example is:
  • a typical, but not the only, arithmetic function used for secret sharing is the Diffie-Hellman function, which is based on cyclic groups with element g; for example:
  • S s g ab mod p
  • S s is a shared secret which can be used by both the source and destination sides and where the operation g ab mod p yields S s . This is standard in the cyber security field.
  • the shared secret S s is changed to a multivector in the same or a similar manner, such as:
  • S S2 is converted to a multivector, for example:
  • 3 ⁇ 4 3 ⁇ 4o + s 21 e t + s 22 e 2 + s 23 e 3 + s 24 e 12 + s 25 e 13 + s 26 e 23 + s 27 e 123
  • the multivector-based Sylvester's equation may be used to create a cipher.
  • the cryptotext multivector C is:
  • the first encryption primitive may be created through a sequence of geometric products using the pair of keys generated via the 0-Blade Reduction Operation (described above) as follows:
  • the decryption process may comprise the following steps:
  • the multivector based Sylvester's equation may be employed here to generate a second encryption primitive which also uses the pair of symmetric shared secret keys generated via the 0-Blade Reduction Operation (described above), as follows:
  • the cipher multivector C which is a result of the multivector based Sylvester's equation above, is converted into a number, denoted by C and defined as a pre-cipher. This number is the information to be sent from the source computing device to the destination computing device.
  • the decryption operation involves the closed-form solution of the multivector based Sylvester's equation for 3-dimensional multivector space and the XOR 'unmask' previously described for the "sandwich" / triple product above.
  • the summarized processes are given below:
  • Section 3 Homomorphic EDCHE Enhancements to EDCE Operation
  • EDCHE is an extension to the EDCE cryptosystem described in more detail in Sections 1 and 2 above.
  • the extension to support homomorphic operations requires additional considerations, particularly in the organization of the data message multivector coefficients, but, for the most part, the extension to support homomorphic operations relies on the intrinsic algebraic homomorphism of the Geometric Algebra foundation that are part of the encryption/decryption functions of the core EDCE.
  • the Geometric Algebra geometric product operations that perform the actual encryption and decryption operations remain the same for both EDCE and EDCHE embodiments.
  • the handling of the security keys also remains the same for both EDCE and EDCHE embodiments, including the data organization for "number to multivector" operations and any restrictions thereon.
  • any operations to convert text to a number and/or operations to convert a number also remain the same for both EDCE and EDCHE embodiments.
  • the choice of whether or not to convert a cryptotext multivector (C) into cryptotext numeric data (C) prior to transmitting the encrypted data to a destination system (or to an intermediary system along the path to the final destination) remains the same for both EDCE and EDCHE embodiments and the processes to convert between cryptotext multivector (C) and cryptotext numeric data (C) also remain the same between EDCE and EDCHE, except there may be some restrictions on the types of permissible operations allowed for EDCHE embodiments to ensure that an intermediary computing system operating on the encrypted data does not need knowledge of any security keys involved in the encryption/decryption process.
  • the EDCHE embodiments add further restrictions that the data organization preserves homomorphic properties (i.e., have a homomorphic preserving mathematical relationship between the vectors utilized in the encryption process and the original plaintext messages being encrypted).
  • an EDCHE embodiment simply adds restrictions to an EDCE system regarding data organization operations for the multivector representation of the data being encrypted as well as to conversions between a cryptotext multivector (C) and a cryptotext numeric data (C)
  • EDCHE embodiments being a subset of EDCE embodiments may operate as EDCE embodiments, but EDCE embodiments may not all necessarily operate as EDCHE embodiments.
  • Potential homomorphic encryption operations for an EDCHE embodiment may include multiple operations, such as, but not limited to: encrypted addition/subtraction, scalar addition/subtraction, encrypted multiplication, scalar multiplication, encrypted searching, and encrypted sorting.
  • Each of the potential homomorphic encryption operations involves operations particular to the particular operation. For this reason, separate disclosures for each particular operation may be presented to so as to make the clear the specific details comprising the implementation of each particular operation.
  • An additional document that briefly presents the combination of the potential homomorphic operations may also be separately presented that provides a brief summary of each operation and provides the additional details for performing combinations of the potential encryption operations. In view of potential disclosures, this particular disclosure is intended to address the specific details that comprise the particular details of homomorphic encryption sorting operations.
  • EDCHE The description of EDCHE below will typically use the term “source” for the entity (e.g., computing device/system) where numeric values that are to be available for homomorphic sorts originate and “destination” for the entity (e.g., computing device/system) that receives the result of the homomorphic sort operation.
  • source for the entity (e.g., computing device/system) where numeric values that are to be available for homomorphic sorts originate
  • destination for the entity (e.g., computing device/system) that receives the result of the homomorphic sort operation.
  • intermediarry will typically define the “intermediate” entity acting in between the source(s) and destination on the encrypted numeric value operands originated at the source entity(ies).
  • sort request will typically define the "sort request” entity commanding the "intermediary” entity to sort the encrypted values stored by the "intermediary entity.”
  • client may be used to describe the owner of the operand, the issuer of the sort request, and/or the receiver of sorted result data (i.e., the source, sort request, and/or destination computing device/system), while the generic term “cloud” may be used for data that is at rest in an untrusted environment (i.e., the intermediary computing system/device).
  • client and “cloud” may more closely reflect a real-world application where the source, sort request, and destination are the same entity, sending data to the intermediary "cloud” for storage, then requesting an operation (e.g., a sort of stored data stored in encrypted format on the cloud) from the cloud when needed by the client.
  • an operation e.g., a sort of stored data stored in encrypted format on the cloud
  • the terms source, destination, sort request, and intermediary reflect the relative operations being performed by a computing system/device, and do not necessarily define the computing system/device as whole.
  • the source, sort request, destination, and intermediary operations/systems may reside as a particular application on one or more computing systems/devices.
  • the source, sort request, destination, and intermediary computing systems/devices may be general-purpose computing systems capable of running multiple applications at the same time, it is inherently possible that the source, sort request, destination, and intermediary operations are encapsulated as separate applications/functions that may permit, one, two, three, or all of the separate applications/functions to run on a single computing device/system.
  • a single interconnected computer system of a single owner/client may have untrusted environments that include data that is at rest (i.e., stored) in the owner/client's own end-point devices outside of the owner/client's digital secure perimeter such that it is beneficial to store the data in the untrusted environment of a single computing system in encrypted format even though other environments on the same computer system/device may properly handle secured information in unencrypted format.
  • homomorphism refers to a structure-preserving map between two algebraic structures, such as groups, rings, or vector spaces.
  • An algebra homomorphism between two algebras is one that preserves the algebra structure.
  • the method by which numbers are "packed" (i.e., distributed) into multivector coefficient elements should necessarily maintain some mathematical representation of the original number. Consequently, the packing/distribution method may define, among many things, the Geometric Algebra operations permissible for an EDCHE embodiment. For example, the Rationalize operation on multivectors yields zero when all multivector coefficients are equal.
  • Such multivectors having all equal coefficients have no inverse and the geometric product of such multivectors having all equal coefficients with another multivector has no inverse.
  • the decryption methodology for EDCE and EDCHE systems utilize the inverse of the cryptotext multivector being decrypted and of the security key(s) multivector to perform the decryption. Therefore, the cryptotext multivector being decrypted should not have all equal value coefficients.
  • One means to ensure that the cryptotext multivector being decrypted does not have all equal value coefficients is to have the packing/coefficient distribution method ensure that not all coefficients are equal to each other (i.e., at least one coefficient should be different than the other coefficients) when creating the shared security multivector(s) and the data message multivectors. For an embodiment of the EDCE that simply transfers the data message, this will ensure that the cryptotext multivector to be decrypted will not have all equivalent coefficients. For an EDCHE system that may perform operations involving multiple encrypted data values, the same packing/coefficient distribution method to ensure that the source message multivectors do not have all equivalent coefficients will minimize the potential for the cryptotext multivector being decrypted from having all equivalent coefficients.
  • the methods and systems that encrypt and decrypt messages using Geometric Algebra may utilize the intrinsic algebraic homomorphic properties of Geometric Algebra to permit arithmetic and other comparative operations on encrypted messages handled by an intermediary computing system without the need for the intermediary computing system to decrypt the encrypted messages prior to performing the arithmetic and other comparative operations. Accordingly, the intermediary computing system does not need to know any information regarding any of the secret security keys of the encryption/decryption processes to properly perform the arithmetic and other comparative operations.
  • the encrypted results of the arithmetic and other comparative operations performed by the intermediary computing system when decrypted at a destination computing device, produce results equivalent to the same operations as if the operations were performed on the unencrypted plain text messages.
  • a proper data organization methodology i.e., packing/distributing coefficients into a multivector
  • preserves such homomorphic properties i.e., the mathematical relationship between the vectors utilized in the encryption process and the original plaintext messages being encrypted
  • the distribution/packing data arrangement should also preserve a commutative mathematical relationship to the original numeric value being encrypted.
  • the method by which numbers are "packed" into multivector elements must remain a representation of the original number.
  • One such relationship for packing the coefficients of the multivector that preserves homomorphic properties is to ensure that the coefficients of the multivector representation of the plaintext numeric message follow a mathematical data organization between the value of the plaintext numeric message and at least one of the values of the coefficients of the multivector representation of the plaintext numeric message where the mathematical operations incorporating the one or more values of the multivector coefficients have a result equal to the original plaintext numeric message value (i.e., the homomorphic preserving mathematical relationship).
  • the mathematical relationship may include: addition of at least one coefficient of the multivector coefficients, subtraction of at least one coefficient of the multivector coefficients, addition of a constant value, subtraction of a constant value, multiplication of at least one coefficient of the multivector coefficients by a constant value, and division of at least one coefficient of the multivector coefficients by a constant value.
  • the location of the various mathematical operations relative to the particular locations of the coefficients in the multivector representation should also be consistently applied to all source numeric data messages converted to a multivector as well as for result multivectors converted to a result numeric data value in a particular encryption/decryption pathway.
  • an embodiment of an EDCHE system provides a cryptosystem that allows unlimited multiplications and additions of cipher text (i.e., transmitted/stored encrypted messages at the intermediary/cloud computer system) due solely to the intrinsic algebraic homomorphic properties of an embodiment of the EDCHE system.
  • an embodiment of an EDCHE system may provide the homomorphic properties as a product of algebraic homomorphism without the need to use additional methods, such as "bootstrapping" (e.g., performing a recursive operation to reduce the noise associated with a cipher text) to achieve the homomorphic properties.
  • bootsstrapping e.g., performing a recursive operation to reduce the noise associated with a cipher text
  • homomorphism refers to a structure-preserving map between two algebraic structures, such as groups, rings, or vector spaces.
  • An algebra homomorphism between two algebras is one that preserves the algebra structure.
  • the method by which numbers are "packed" into multivector elements must remain a representation of the original number.
  • One such relationship for packing the coefficients of the multivector that preserves homomorphic properties is to ensure that the coefficients of the multivector representation of the plaintext numeric message follow a mathematical data organization between the value of the plaintext numeric message and at least one of the values of the coefficients of the multivector representation of the plaintext numeric message where the mathematical operations incorporating the one or more values of the multivector coefficients have a result equal to the original plaintext numeric message value.
  • the mathematical relationship may include: addition of at least one coefficient of the multivector coefficients, subtraction of at least one coefficient of the multivector coefficients, addition of a constant value, subtraction of a constant value, multiplication of at least one coefficient of the multivector coefficients by a constant value, and division of at least one coefficient of the multivector coefficients by a constant value.
  • the location of the various mathematical operations relative to the particular locations of the coefficients in the multivector representation should also be consistently applied to all source numeric data messages converted to a multivector as well as for result multivectors converted to a result numeric data value in a particular encryption/decryption pathway.
  • a homomorphic preserving mathematical relationship that includes both addition and subtraction operations might be, for a three dimensional multivector there are eight possible coefficients in the multivector representation (e.g., co, ci, C2, C3, cn, en, C23, and cm, numbered so as to correspond with the unit vector associated with each coefficient), if the coefficients for the a and ei 2 unit vectors (i.e., C2 and cn) are subtracted in the calculation of the homomorphic preserving mathematical relationship for a first numeric data message conversion to a multivector, all other numeric messages converted to a message vector should also ensure that the C2 and cn coefficients are subtracted in the conversion homomorphic preserving mathematical relationship process.
  • the coefficients for the a and ei 2 unit vectors i.e., C2 and cn
  • the homomorphic preserving mathematical relationship process should also retain the subtraction of the C2 and cn coefficients.
  • the actual values of the coefficients may be selected as desired by a user so long as the homomorphic preserving mathematical relationship equals the original numeric value being encrypted.
  • the only other restriction for multivectors representing different numeric values within a homomorphic operation is that the multivectors all share the same dimensionality (i.e., all multivectors are 2D, all multivectors are 3D, all multivectors 4D, etc.).
  • the first step in representing a numeric message value in a multivector is to define the number of coefficients that are present in the multivector.
  • the total number of coefficient elements to be determined is eight.
  • the coefficient selections may encompass any number that may be represented in the data type chosen by a system designer to hold the coefficient values, including, but not limited to: positive numbers, negative numbers, zero, integer numbers, rational numbers (including fractions), and/or real numbers.
  • the EDCHE embodiment performs the homomorphic preserving mathematical relationship process such that all coefficients are added together and there are not any coefficients that are subtracted.
  • N C0 + C1 + C2 + C3 + C12 + C13 + C23 + C123
  • multivector N co + ci ei + C2 Qi + C3 e3 + cn ei2 + cn ei3 + C23 e23 + cm em
  • multivector N 685 + 685ei + 685e2 + 685e3 + 685ei2 + 685ei3 + 685e23 + 692em
  • the assignment of which coefficient value receives the addition of the N mod n operation may be random, or the assignment may be of a predetermined form designed to increase entropy to enhance the encryption security.
  • N CO + Cl + C2 + C3 + C12 + C13 + C23 + C123
  • multivector N co + ci ei + C2 Qi + C3 QS + cn ei2 + cn ei3 + C23 Qis + C123 em
  • multivector N 368 + 368ei + 368e2 + 368e3 + 368ei2 + 367ei3 + 369e23 + 368em
  • the EDCHE embodiment performs the homomorphic preserving mathematical relationship process such that all coefficients are added together and there are not any coefficients that are subtracted.
  • the homomorphic preserving mathematical relationship equation to represent the numeric value N would, again, be:
  • N CO + Cl + C2 + C3 + C12 + C13 + C23 + C123
  • N CO + Cl + C2 + C3 + C12 + C13 + C23 + C123
  • multivector N co + ci ei + C2 Qi + C3 Q3 + en en + ci3 ei3 + C23 Qis + C123 em
  • multivector N 385 + 985ei + 685e2 + 584e3 + 786ei2 + 482ei3 + 887e23 + 693em
  • the homomorphic preserving mathematical relationship equation that is set equal to the numeric value N may be defined to include some subtraction of some coefficients, addition of a constant value, and multiplication of coefficient values by a constant, as well as the omission of one of the coefficients (i.e., cni) from the homomorphic preserving mathematical relationship.
  • the homomorphic preserving mathematical relationship equation to represent the numeric value N might now be:
  • N CO + Cl - C2 + C3 - C12 + 3 * C13 + C23 + 23 [0192]
  • a modified version of the methodology of either the first example (use a mathematical equation to calculate the coefficient values) or the second example (randomly generated coefficient values) described above may be used to determine the coefficient values given that the homomorphic preserving mathematical relationship now subtracts some coefficients, adds a constant, multiplies a coefficient by a constant, and omits one coefficient from the homomorphic preserving mathematical relationship altogether.
  • N is again 5487
  • N CO + Cl - C2 + C3 - C12 + 3 * C13 + C23 + 23
  • multivector N 901 + 985ei + 185e 2 - 584e 3 + 286ei 2 + 882ei 3 + 1987e 2 3 + 333em
  • the C123 value of 333 is a dummy value not included in the homomorphic preserving mathematical relationship, but may potentially be used to provide other features such as signature capability and/or passing of command or other information.
  • a homomorphic preserving mathematical relationship that includes some subtractive elements has the advantage of being able to represent negative numbers and zero without the coefficient values being negative for a user that prefers to not have negative coefficient values. Multivector to number that supports Homomorphism
  • numeric value from the coefficients of a numeric data message multivector is relatively simple and straight forward.
  • To obtain the numeric data message value simply perform the homomorphic preserving mathematical relationship equation for the numeric data message multivector using the values of the multivector coefficients plugged into the homomorphic preserving mathematical relationship equation.
  • the examples given below provide the "multivector to number” process appropriate for the same example number as described above for the "number to multivector" process.
  • homomorphic preserving mathematical relationship process such that all coefficients are added together and there are not any coefficients that are subtracted.
  • the homomorphic preserving mathematical relationship equation to represent the result numeric value N would be:
  • N C0 + Cl + C2 + C3 + C12 + C13 + C23 + C123
  • multivector N 725 + 21 ei + 685e2 + 286e3 - 721 ei2 + 85ei3 + 601 e23 + 192em and knowing the multivector of the form:
  • multivector N co + ci ei + C2 Qi + C3 QS + cn ei2 + cn ei3 + C23 Qis + C123 em then the result multivector may be rewritten to highlight the appropriate positive and negative values as:
  • N CO + Cl + C2 + C3 + C12 + C13 + C23 + C123
  • N (725) + (21) + (685) + (286) + (721) + (85) + (601) + (192)
  • N 725 + 21 + 685 + 286 + 721 + 85 + 601 + 192 such that result numeric value N would be:
  • multivector N co + ci ei + C2 Qi + C3 e3 + cn ei2 + en ei3 + C23 e23 + C123 em then the result multivector may be rewritten to highlight the appropriate positive and negative values as:
  • N C0 + Cl + C2 + C3 + C12 + C13 + C23 + C123
  • N (333) + (-201) + (248) + (506) + (-71) + (80) + (211) + (-743)
  • N 333 - 201+ 248 + 506 - 71 + 80 + 211 - 743 such that result numeric value N would be:
  • the EDCHE embodiment performed the homomorphic preserving mathematical relationship process such that all coefficients are added together and there are not any coefficients that are subtracted, which is the same homomorphic preserving mathematical relationship equation as for the first example above. Consequently, the "multivector to number" process is identical to that as described for the "multivector to number” process of the first example given above.
  • the EDCHE embodiment performed the homomorphic preserving mathematical relationship process such that all coefficients are added together and there are not any coefficients that are subtracted.
  • the third example from above changed the homomorphic preserving mathematical relationship equation to include some subtraction of some coefficients, addition of a constant value, and multiplication of coefficient values by a constant, as well as the omission of one of the coefficients (i.e., cni) from the homomorphic preserving mathematical relationship.
  • N CO + Cl - C2 + C3 - C12 + 3 * C13 + C23 + 23
  • N CO + Cl - C2 + C3 - C12 + 3 * C13 + C23 + 23
  • N 1947 where the cu3 value of 192 is ignored as a dummy value not included in the homomorphic preserving mathematical relationship. Note that the third example result of 1947 does not equal the first example result of 3316 for the same result multivector. Thus, demonstrating the necessity of using the same homomorphic preserving mathematical relationship equation for all encrypted multivectors of any homomorphic operations that may involve multiple encrypted multivectors.
  • N CO + Cl - C2 + C3 - C12 + 3* C13 + C23 + 23
  • N (333) + (-201) - (248) + (506) - (-71) + 3 * (80) + (211) + 23
  • N 333 - 201 - 248 + 506 + 71 + 240 + 211 + 23 such that result numeric value N would be:
  • Homomorphic Encryption Sorting may be defined as sorting of encrypted data with where the sort of the encrypted data results in the same order/sequence/arrangement of values as a for sorting of the corresponding unencrypted values without the sort request and/or sorting system requiring knowledge of the security keys and/or the actual unencrypted values of the encrypted values being sorted.
  • a sort request may be generated by a system based without any knowledge of the unencrypted values being sorted and the system may sort the encrypted values without either the system generating the sort request or the system performing the sort of stored encrypted values without having any knowledge of the encryption security keys and have the system still deliver a sorted group of encrypted values that will be properly sorted for the unencrypted values even though the sorting was done on the corresponding encrypted values.
  • E 1 937 + 937e t + 937e 2 + 937e 3 + 937e 12 + 937e 13 + 937e 23 + 941e 123
  • E 2 2793 + 2793e x + 2793e 2 + 2793e 3 + 2793e 12 + 2793e 13 + 2793e 23 + 2799 ⁇
  • E 3 350 + 3S0e t + 350e 2 + 350e 3 + 350e 12 + 350e 13 + 350e 23 + 350e 123 [0207]
  • Alice's earnings may then be encrypted by applying the triple product technique as follows:
  • Fig. 8 is a block diagram 800 of the hardware implementation for a
  • One or more source computing devices 802 are connected over an electronic network/bus connection 804 to an intermediary (e.g., cloud) computing device 806.
  • the source computing device(s) 802 sends the at least two cryptotext multivectors 810 that will "sorted" through the sorting homomorphism of an EDCHE embodiment at the intermediary computing system 806 over the network/bus connection 804 to the intermediary computing system 806.
  • each of the two or more cryptotext multivectors 810 may be created on a single source computing device 802, or each of the two or more cryptotext multivectors 810 may be created on multiple source computing devices 802.
  • the source computing device(s) 802 send the at least two cryptotext multivector 810 over the network/bus connection 804 to the intermediary computing system 806.
  • the intermediary computing system 806 receives and stores the at least two cryptotext multivectors 810 with an indication that the at least two cryptotext multivectors 810 are associated with each other as part of a related data group stored on the intermediary computing system 806.
  • the intermediary computing system 806 may further store additional cryptotext multivectors sent before or after the currently stored cryptotext multivector 810 as part of the related data group if such an indication is given for the additional cryptotext multivectors.
  • the sort request computing device 814 creates a sort request 816 for the related data group of cryptotext multivectors 810 stored on the intermediary computing system 806 that includes a selection of whether the sort will have ascending or descending values.
  • the sort request computing device 814 may also include a destination computing device 808 for receiving the sorted related data group encrypted data values result 812.
  • the sort request computing device 814 sends the sort request 816 over the network/bus connection 804 to the intermediary computing system 806 to perform the homomorphic sort at the intermediary computing system 806.
  • the intermediary computing system 806 receives the sort request 816. After receiving the sort request 816 from the sort request computing device 814, the intermediary computing system 806 begins the process of sorting the stored cryptotext multivectors stored on the intermediary computing system 806 in the designated related data group. As part of the process of the homomorphic sort, the intermediary computing system 806 computes the numeric value (i.e., the cryptotext numeric value) of each of the at least two cryptotext multivectors 810 in the related data group using the same homomorphic preserving mathematical relationship between a numeric value and coefficients as used in the encryption process of the at least two cryptotext multivectors 810 on the at least one source computing device 802.
  • the numeric value i.e., the cryptotext numeric value
  • the intermediary computing system 806 sorts (in ascending or descending order as defined in the sort request 816) the calculated cryptotext numeric values of the at least two cryptotext multivectors 810 and updates the related data group of the at least two cryptotext multivectors 810 such that the sorted related data group reflects the order/sequence of the sort of the calculated cryptotext numeric values.
  • the intermediary computing system 806 may send the encrypted sorted values result 812 to the destination computing device 808 over the network/bus connection 804.
  • the destination computing device 808 receives the encrypted sorted values result 812 from the intermediary computing system 806. If, as is highly likely, the destination computing device 808 intends to perform operations on the plaintext represented by the at least two cryptotext multivectors 810 associated with the encrypted sorted values result 812, the destination computing device 808 will need to decrypt the at least two cryptotext multivectors 810 and retain the sorted order of the encrypted sorted values result 812.
  • the cryptotext multivector(s) 810 may be converted to non-multivector cryptotext when being sent over the network/bus communication connection 804, then converted back into a cryptotext multivector(s) at the intermediary computing system 806 for homomorphic sorting operations.
  • any cryptotext multivectors in the encrypted sorted values result 812 being sent to the destination computing device 808 may be converted to non-multivector cryptotext when being sent over the network/bus communication connection 804, then converted back into the encrypted cryptotext multivector at the destination computing device 808 for decryption by the destination computing device 808 into plaintext sorted values.
  • communications are bidirectional such that the source(s) computing device 802, the sort request computing device 814, the intermediary computing system 806, and/or the destination computing device 808 may change roles so as to operate as a source computing device 802, the sort request computing device 814, the intermediary computing system 806, and/or the destination computing device 808 as is necessary to accommodate the transfer of data back and forth between the source(s) 802, sort request 814, intermediary, and/or destination 808 computing devices/systems as well as for performance of homomorphic sort operations at the intermediary computing system 806.
  • the source(s) computing device 802 and sort request computing device 814 appear to be laptop computers and the destination computing device 808 appears to be a tablet device.
  • communication over any form of electronic network or bus communication platform 804 may be one, multiple or all of the source(s) computing device 802, the sort request computing device 814, the intermediary computing system 806, and/or the destination computing device 808. Further still, the source(s) 802, sort request 814, intermediary 806, and destination computing devices/systems 808 may actually be the same physical computing device communicating over an internal bus connection 804 with itself, but still desiring encrypted communication to ensure that an attacker cannot monitor the internal communications bus 804 or hack an unprotected area of the computing system (i.e., the intermediary section 806 or the sort request section 814) in order to obtain sensitive data communications in an unencrypted format.
  • Various embodiments may implement the network/bus communications channel 804 using any communications channel 804 capable of transferring electronic data between the source(s) 802, sort request 814, intermediary 806, and/or destination 808 computing devices/systems.
  • the network/bus communication connection 804 may be an Internet connection routed over one or more different communications channels during transmission from the source(s) 802 and/or sort request 814 to the intermediary 806, and then onto the destination 808.
  • the network/bus communication connection 804 may be an internal communications bus of a computing device, or even the internal bus of a processing or memory storage Integrated Circuit (IC) chip, such as a memory chip or a Central Processing Unit (CPU) chip.
  • IC Integrated Circuit
  • the network/bus communication channel 804 may utilize any medium capable of transmitting electronic data communications, including, but not limited to: wired communications, wireless electro-magnetic communications, fiber-optic cable communications, light/laser communications, sonic/sound communications, etc., and any combination thereof of the various communication channels.
  • the various embodiments may provide the control and management functions detailed herein via an application operating on the source(s) 802, sort request 814, intermediary 806, and/or destination 808 computing devices/systems.
  • the source(s) 802, sort request 814, intermediary 806, and/or destination 808 computing devices/systems may each be a computer or computer system, or any other electronic device(s) capable of performing the communications and computations of an embodiment.
  • the source(s) 802, sort request 814, intermediary 806, and/or destination 808 computing devices/systems may include, but are not limited to: a general-purpose computer, a laptop/portable computer, a tablet device, a smart phone, an industrial control computer, a data storage system controller, a CPU, a Graphical Processing Unit (GPU), an Application Specific Integrated Circuit (ASI), and/or a Field Programmable Gate Array (FPGA).
  • the source(s) 802 and/or destination 806 computing devices may be the storage controller of a data storage media (e.g., the controller for a hard disk drive) such that data delivered to/from the data storage media is always encrypted so as to limit the ability of an attacker to ever have access to unencrypted data.
  • a data storage media e.g., the controller for a hard disk drive
  • Embodiments may be provided as a computer program product which may include a computer-readable, or machine-readable, medium having stored thereon instructions which may be used to program/operate a computer (or other electronic devices) or computer system to perform a process or processes in accordance with the various embodiments.
  • the computer-readable medium may include, but is not limited to, hard disk drives, floppy diskettes, optical disks, Compact Disc Read-Only Memories (CD-ROMs), Digital Versatile Disc ROMS (DVD-ROMs), Universal Serial Bus (USB) memory sticks, magneto-optical disks, ROMs, random access memories (RAMs), Erasable Programmable ROMs (EPROMs), Electrically Erasable Programmable ROMs (EEPROMs), magnetic optical cards, flash memory, or other types of media/machine-readable medium suitable for storing electronic instructions.
  • the computer program instructions may reside and operate on a single computer/electronic device or various portions may be spread over multiple
  • embodiments may also be downloaded as a computer program product, wherein the program may be transferred from a remote computer to a requesting computer by way of data signals embodied in a carrier wave or other propagation medium via a communication link (e.g., a modem or network connection, including both wired/cabled and wireless connections).
  • a communication link e.g., a modem or network connection, including both wired/cabled and wireless connections.
  • Fig. 9 is a flow chart 900 of the general operation for a homomorphic sort encryption embodiment.
  • a shared secret numeric data value (S s ) is shared between the source(s) 902 and any destination computing devices (not shown in Fig. 9) that may need to decrypt sorted encrypted data.
  • the various embodiments may share the shared secret numeric data value (S s ) between the source(s) 902 and destination via any means desired by the users.
  • S s shared secret numeric data value
  • S s shared secret numeric data value
  • the shared secret numeric data value (S s ) may be shared between the source(s) 902 and destination by means including, but not limited to: pre-conditioning the source(s) 902 computing device and the destination computing device with the shared secret numeric value (S s ), a standard public/private key exchange technique, RSA (Rivest-Shamir-Adleman) key exchange, and/or Diffie-Hellman key exchange (disclosed in more detail herein, above).
  • the original shared secret may be an alphanumeric string in ASCII (American Standard Code for Information
  • both the source(s) 902 and destination need to know and use the same alphanumeric text conversion into a numeric value process to ensure that results of both the source(s) 902 and the destination are the same.
  • the processes 910-916 of source(s) computing device 902 are performed at least once in order to create the at least two cryptotext multivectors that are to be stored at and sorted by the intermediary computing system 904. Additional cryptotext multivectors may be added one at a time, in pairs, or in any number desired by a user as long as there are at least two cryptotext multivectors originally available such that the concept of sorting the data is possible (i.e., it is not possible to sort a single value as there is nothing to compare the single value to for the sort operation).
  • the source(s) 902 distributes the at least two numeric message data values (M n ) into coefficients of at least two corresponding message multivectors (M n ) in accord with a homomorphic mathematical relationship equation between a plaintext data value and coefficients of a multivector that represents the plaintext data value.
  • all source(s) computing device(s) 902, the intermediary computing system 904, and the destination should use the same homomorphic preserving mathematical relationship to preserve the homomorphism of the encrypted data relationship between the encrypted data and the unencrypted data.
  • the encryption system will work with just one non-zero message multivector (M n ) coefficient, but, the more non-zero message multivector (M n ) coefficients there are, the stronger the encryption will become, so it is desirable to have more than one non-zero message multivector (M n ) coefficient.
  • the source(s) 902 distribute shared secret numeric value (S s ) into shared secret multivector (S s ) coefficients.
  • the encryption system will work with just one non-zero shared secret multivector (S s ) coefficient, but, the more non-zero shared secret multivector (S s ) coefficients there are, the stronger the encryption will become, so, again, it is desirable to have more than one non-zero shared secret multivector (S s ) coefficient.
  • S s non-zero shared secret multivector
  • One skilled in the art will recognize that there are many approaches for distributing numeric data into several coefficients of a multivector (see herein, above for disclosure of some example packing/distribution methods).
  • the primary requirement for the distribution process from the numeric values of the message data values (M n ) and the shared secret (S s ) to the multivector coefficient values (M n and S s ) is that the source(s) 902, the intermediary 904, and the destination computing devices/systems each know the processes 910/926 for distributing message data into a multivector or obtaining a numeric value from coefficients of a multivector.
  • the process 912 is required for devices that will encrypt and/or decrypt data such as the source(s) 902 and the destination (not shown). As long as it is known to both the source(s) 902 and the destination, the distribution of numeric data to multivector coefficients may be performed differently between the message data values (M n ) and the shared secret (S s ).
  • the distributing/packing method defines, among many things, the Geometric Algebra operations permissible for EDCE and/or EDCHE embodiments.
  • the Rationalize operation on multivectors yields zero when all multivector coefficients are equal.
  • Such multivectors having all equal coefficients have no inverse and the geometric product of such multivectors having all equal coefficients with another multivector has no inverse.
  • the Rationalize operation on multivectors yields zero when all multivector coefficients are equal.
  • the decryption methodology for EDCE and EDCHE systems utilize the inverse of the cryptotext multivector being decrypted and of the security key(s) multivector to perform the decryption.
  • the cryptotext multivector being decrypted should not have all equal value coefficients.
  • One means to ensure that the cryptotext multivector being decrypted does not have all equal value coefficients is to have the packing/coefficient distribution method ensure that not all coefficients are equal to each other (i.e., at least one coefficient should be different than the other coefficients) when creating the shared security multivector(s) and the data message multivector(s). For an embodiment of the EDCE that simply transfers the data message (such as a sort embodiment that does not perform any mathematical operations that change the value of the encrypted data representation), this will ensure that the cryptotext multivector to be decrypted will not have all equivalent coefficients.
  • the "packed" multivector that represents the original plaintext numeric message have a mathematical relationship (i.e., the homomorphic preserving mathematical relationship) to the original plaintext numeric message.
  • the term homomorphism refers to a structure-preserving map between two algebraic structures, such as groups, rings, or vector spaces.
  • An algebra homomorphism between two algebras is one that preserves the algebra structure.
  • the method by which numbers are "packed" into multivector elements must remain a representation of the original number.
  • One such relationship for packing the coefficients of the multivector that preserves homomorphic properties is to ensure that the coefficients of the multivector representation of the plaintext numeric message follow a mathematical data organization between the value of the plaintext numeric message and at least one of the values of the coefficients of the multivector representation of the plaintext numeric message where the mathematical operations incorporating the one or more values of the multivector coefficients have a result equal to the original plaintext numeric message value.
  • the mathematical relationship may include: addition of at least one coefficient of the multivector coefficients, subtraction of at least one coefficient of the multivector coefficients, addition of a constant value, subtraction of a constant value, multiplication of at least one coefficient of the multivector coefficients by a constant value, and division of at least one coefficient of the multivector coefficients by a constant value.
  • the location of the various mathematical operations relative to the particular locations of the coefficients in the multivector representation should also be consistently applied to all source numeric data messages converted to a multivector as well as for result multivectors converted to a result numeric data value in a particular encryption/decryption pathway.
  • the distribution (i.e., "packing") of the shared secret multivector (S s ) may be performed in any fashion so long as the distribution (i.e., "packing") method of the shared secret multivector (S s ) is known and used consistently by the source 902 and destination computing devices as, ultimately, the shared secret multivector (S s ) used by the source 902 and destination should be equal to each other to ensure that the decryption operations of a destination work properly in relation to the encryption 914 operations.
  • the number of potential coefficients is directly related to the size/dimension (N) of the multivectors such that the number of coefficients increases by a factor of 2 (i.e., 2 N ) for each incremental increase in the size/dimension (N) of the multivector.
  • using multivectors of at least two dimensions will provide at least four coefficients to distribute the numeric data of each of the message data values (M n ) and the shared secret (S s ).
  • M n message data values
  • S s shared secret
  • the source(s) 902 encrypts at least two corresponding cryptotext multivector (C n ) as a function of at least one Geometric Algebra geometric product operation on each of the message multivectors (M n ) and the shared secret multivector (S s ). Due to the nature of the geometric product operation of Geometric Algebra, there are many possible variations of the geometric product application that will provide similar degrees of confusion and diffusion.
  • the source(s) 902 sends the at least two cryptotext multivectors (C n ) to the intermediary computing system 904.
  • Various embodiments may optionally convert the each of the at least two cryptotext multivector (C n ) into at least two
  • cryptotext numeric data values (C n ) in accord with reverse operation of a cryptotext data coefficient distribution algorithm that is known to the source(s) 902, intermediary (904), and the destination computing devices/systems.
  • An embodiment may also skip conversion to cryptotext numeric data (C) and directly send a representation of the cryptotext multivector (C) without first converting the cryptotext multivector (C) into cryptotext numeric data (C).
  • the transmission may be implemented as a series of transfers of the coefficients or as some form of records/packets that define a data structure that carries the coefficient data of each of the cryptotext multivectors (C n ).
  • the intermediary computing system 904 receives the at least two cryptotext multivector (C n ) sent by the source(s) 902.
  • the intermediary 904 stores the at least two cryptotext multivectors (C n ) as part of a related data group stored on the intermediary computing system for a potential sort operation that may be later requested by the sort request computing device 906.
  • the sort request computing device 906 sends a sort request for the related data group associated with the at least two cryptotext multivectors (C n ) to the intermediary computing system 904.
  • the sort request should contain a selection of whether to sort values in either ascending or descending order.
  • the sort request computing device 906 may also include additional data in the sort request command sent 922 to the
  • intermediary computing system 904 including a destination computing system that should receive the sorted encrypted values result of the sort process.
  • the intermediary computing system 904 receives the sort request for the related data group associated with the at least two cryptotext multivectors (C n ).
  • the intermediary 904 converts the at least two cryptotext multivectors (C n ) in the related data group for the sort request into at least two corresponding cryptotext numeric values (C n ) using the same homomorphic preserving mathematical relationship between data values and multivector coefficients used by the source(s) 902 at process 910.
  • the intermediary computing system 904 then performs a sort on the related data group stored on the intermediary computing system 904 such that a sequence of the at least two cryptotext numeric values (C n ) within the related data group is arranged in ascending or descending order, as selected in the sort request, by a value of each of the at least two cryptotext numeric values (C n ).
  • Fig. 10 is a flow chart 1000 of the operations for sorting encrypted data stored on an intermediary computing system 1004 and sending the sorted encrypted data to a destination computing device 1006 for a homomorphic sort encryption embodiment.
  • the sort request computing device 1002 includes a result destination computing device 1006 to send the sorted encrypted related data group of the at least two cryptotext multivectors (C n ).
  • the intermediary computing system 1004 receives the sort request including the designation of the sort result destination computing device 1006 from the sort request computing device 1002.
  • the intermediary computing system 1004 performs the sort for the sort request as described above in the disclosure with respect to Fig. 9 at processes 926 & 928.
  • the intermediary computing system 1004 sends the sorted related data group of the at least two cryptotext multivectors (C n ) to the destination computing device 1006.
  • the destination computing device 1026 receives the sorted related data group of the at least two cryptotext multivectors (C n ) result sent by the intermediary computing system 1004.
  • the destination computing device 1006 distributes shared secret numeric value (S s ) into shared secret multivector (S s ) coefficients in the same fashion as was done for the source(s) at process 912 of Fig. 9.
  • the destination computing device 1006 decrypts the at least two of the cryptotext multivectors (C n ) associated with the sorted related data group result as a function of at least one Geometric Algebra geometric product operation on each of the at least two of the cryptotext multivectors (C n ) and an
  • the destination computing device 1006 converts the at least two message multivectors (M n ) into the at least two corresponding plaintext numeric values (M n ) in accord with reverse operation of the homomorphic preserving mathematical relationship of the source(s) at process 910 of Fig. 9.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)
  • Complex Calculations (AREA)

Abstract

L'invention concerne des procédés/systèmes pour chiffrer des messages en utilisant une algèbre géométrique sur au moins un dispositif source 802, et stocker et trier les messages chiffrés 810 sur un système intermédiaire 806 sans déchiffrer les messages chiffrés 810 sur le système intermédiaire 806 et/ou sur un dispositif de demande de tri 814 demandant le tri. Les dispositifs/systèmes intermédiaire 806 et de demande de tri 814 n'ont pas besoin d'avoir connaissance des clés de sécurité de chiffrement. Un résultat de tri (groupe trié de multivecteurs de texte chiffré) 812 peut être envoyé à un dispositif de destination 808. Les données chiffrées triées peuvent être déchiffrées et conservées dans l'ordre trié sur le dispositif de destination 808. Les opérations de chiffrement utilisent le produit géométrique (produit de Clifford) de multivecteurs créés à partir de texte/données en clair avec un ou plusieurs autres multivecteurs qui portent des clés de chiffrement. Les opérations de déchiffrement déchiffrent les données chiffrées par emploi d'opérations sur une algèbre géométrique telles que l'inverse d'un multivecteur, le conjugué de Clifford et autres, conjointement avec le produit géométrique.
PCT/US2018/056156 2017-10-16 2018-10-16 Procédés et systèmes de tri de chiffrement homomorphe centré sur les données amélioré utilisant une algèbre géométrique WO2019079355A1 (fr)

Applications Claiming Priority (8)

Application Number Priority Date Filing Date Title
US201762572955P 2017-10-16 2017-10-16
US201762572970P 2017-10-16 2017-10-16
US62/572,955 2017-10-16
US62/572,970 2017-10-16
US201862713234P 2018-08-01 2018-08-01
US62/713,234 2018-08-01
US201862719488P 2018-08-17 2018-08-17
US62/719,488 2018-08-17

Publications (1)

Publication Number Publication Date
WO2019079355A1 true WO2019079355A1 (fr) 2019-04-25

Family

ID=66173843

Family Applications (2)

Application Number Title Priority Date Filing Date
PCT/US2018/056156 WO2019079355A1 (fr) 2017-10-16 2018-10-16 Procédés et systèmes de tri de chiffrement homomorphe centré sur les données amélioré utilisant une algèbre géométrique
PCT/US2018/056154 WO2019079353A2 (fr) 2017-10-16 2018-10-16 Procédés et systèmes de recherche améliorée de chiffrement homomorphe centré sur les données utilisant l'algèbre géométrique

Family Applications After (1)

Application Number Title Priority Date Filing Date
PCT/US2018/056154 WO2019079353A2 (fr) 2017-10-16 2018-10-16 Procédés et systèmes de recherche améliorée de chiffrement homomorphe centré sur les données utilisant l'algèbre géométrique

Country Status (1)

Country Link
WO (2) WO2019079355A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118568266A (zh) * 2024-08-05 2024-08-30 湖州南浔交水规划设计研究有限公司 一种市政工程设计数据处理方法

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110299987B (zh) * 2019-06-24 2022-03-29 暨南大学 一种基于同态加密的百万富翁问题解决方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050193012A1 (en) * 2003-10-16 2005-09-01 Sony Corporation Private information management apparatus and method therefor
US20090282040A1 (en) * 2004-11-24 2009-11-12 Oracle International Corporation Encoding data to be sorted
US8515058B1 (en) * 2009-11-10 2013-08-20 The Board Of Trustees Of The Leland Stanford Junior University Bootstrappable homomorphic encryption method, computer program and apparatus
US20140140514A1 (en) * 2009-11-10 2014-05-22 International Business Machines Corporation Fully Homomorphic Encryption Method Based On A Bootstrappable Encryption Scheme, Computer Program And Apparatus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015017787A2 (fr) * 2013-08-01 2015-02-05 Visa International Service Association Systèmes, procédés et appareils pour opérations de bases de données homomorphiques

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050193012A1 (en) * 2003-10-16 2005-09-01 Sony Corporation Private information management apparatus and method therefor
US20090282040A1 (en) * 2004-11-24 2009-11-12 Oracle International Corporation Encoding data to be sorted
US8515058B1 (en) * 2009-11-10 2013-08-20 The Board Of Trustees Of The Leland Stanford Junior University Bootstrappable homomorphic encryption method, computer program and apparatus
US20140140514A1 (en) * 2009-11-10 2014-05-22 International Business Machines Corporation Fully Homomorphic Encryption Method Based On A Bootstrappable Encryption Scheme, Computer Program And Apparatus

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CHATTERJEE ET AL.: "Searching and Sorting of Fully Homomorphic Encrypted Data on Cloud", IACR CRYPTOLOGY EPRINT ARCHIVE, 10 October 2015 (2015-10-10), XP061019227, Retrieved from the Internet <URL:https://eprint.iacr.org/2015/981.pdf> *
EMMADI ET AL.: "Updates on sorting of fully homomorphic encrypted data", 2015 INTERNATIONAL CONFERENCE ON CLOUD COMPUTING RESEARCH AND INNOVATION (ICCCRI, 27 October 2015 (2015-10-27), pages 1 - 6, XP061019209, Retrieved from the Internet <URL:https://eprint.iacr.org/2015/995.pdf> *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118568266A (zh) * 2024-08-05 2024-08-30 湖州南浔交水规划设计研究有限公司 一种市政工程设计数据处理方法

Also Published As

Publication number Publication date
WO2019079353A8 (fr) 2019-11-28
WO2019079353A3 (fr) 2020-03-26
WO2019079353A2 (fr) 2019-04-25

Similar Documents

Publication Publication Date Title
US20190044697A1 (en) Methods and systems for enhanced data-centric homomorphic encryption searching using geometric algebra
US20190109701A1 (en) Methods and systems for enhanced data-centric homomorphic encryption sorting using geometric algebra
Albrecht et al. Homomorphic encryption standard
US11323255B2 (en) Methods and systems for encryption and homomorphic encryption systems using Geometric Algebra and Hensel codes
US20180294951A1 (en) Methods and systems for enhanced data-centric scalar multiplicative homomorphic encryption systems using geometric algebra
US10728227B2 (en) Methods and systems for enhanced data-centric encryption systems using geometric algebra
US9942040B1 (en) Refreshing public parameters in lattice-based cryptographic protocols
Iyer et al. A novel idea on multimedia encryption using hybrid crypto approach
CN110419194A (zh) 密钥交换设备和方法
CN111404943B (zh) 数据的处理方法、装置、电子设备及计算机可读存储介质
Son et al. Conditional proxy re-encryption for secure big data group sharing in cloud environment
Sasikumar et al. Comprehensive review and analysis of cryptography techniques in cloud computing
CN115549891B (zh) 同态加密方法、同态解密方法、同态计算方法及设备
US20230396432A1 (en) Methods and systems for updatable encryption
WO2019079355A1 (fr) Procédés et systèmes de tri de chiffrement homomorphe centré sur les données amélioré utilisant une algèbre géométrique
KR20220079522A (ko) 기하 대수 및 헨젤 코드들을 이용한 암호화를 위한 방법들 및 시스템들과 동형 암호화 시스템들
Imam et al. An empirical study of secure and complex variants of RSA scheme
WO2018187604A1 (fr) Procédés et systèmes destinés à des systèmes améliorés de chiffrement homomorphe multiplicatif scalaire centré sur les données utilisant l&#39;algèbre géométrique
Fatima et al. A Secure Framework for IoT Healthcare Data Using Hybrid Encryption
Raja et al. Secure and efficient text encryption using elliptic curve cryptography
WO2022006483A1 (fr) Procédés et systèmes de représentation et de dissimulation de données homomorphes alimentées par l&#39;algèbre géométrique de clifford
WO2018140961A1 (fr) Procédés et systèmes pour un chiffrement amélioré homomorphe additif centré sur les données à l&#39;aide d&#39;une algèbre géométrique
Verma et al. An enhanced cryptographic system for fast and efficient data transmission
Maity et al. Image Encryption Using RABIN and Elliptic Curve Crypto Systems
Ekka et al. Enrichment of security using hybrid algorithm

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18867415

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18867415

Country of ref document: EP

Kind code of ref document: A1

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载