IP Library Granted Patent US 12,132,712
Granted Patent B2
US 12,132,712 · App. 18/045,224 · Granted Oct 29, 2024

Encoding / decoding system and method

Inventor: Christopher A. McElveen (Tampa, FL)
Assignee: LOGNOVATIONS HOLDINGS, LLC
H04L63/0428G06F16/116G06F16/13G06F16/1744G06F21/602G06F21/6245G16H10/60H03M7/3066H03M7/6011H04L1/0056H04L1/0064H04L9/008H04L67/06H04W4/80H03M7/3088H04L2209/30
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,132,712
App. No.
18/045,224
Granted
Oct 29, 2024
Kind
B2
Abstract

A computer-implemented method, computer program product and computing system for: processing an unencoded data file to identify a plurality of file segments; mapping each of the plurality of file segments to a portion of a dictionary file to generate a plurality of mappings that each include a starting location and a length, thus generating a related encoded data file based, at least in part, upon the plurality of mappings; receiving a request to manipulate the unencoded data file; and processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file.

Claims (42)

1. A computer-implemented method, executed on a computing device comprising:

receiving a request to manipulate an unencoded data file;

in response to the receiving the request:

processing the unencoded data file to identify a plurality of file segments; and

mapping each file segment of the plurality of file segments to a portion of a dictionary file, thus generating a plurality of mappings, wherein each mapping of the plurality of mappings includes a starting location as a bit-wise offset within the dictionary file and a length as a number of bits within the dictionary file beginning from the starting location, thus generating a related encoded data file based, at least in part, upon the plurality of mappings, wherein mapping each file segment of the plurality of file segments to the portion of the dictionary file to generate the plurality of mappings includes mapping each file segment of the plurality of file segments to a plurality of bits within the dictionary file using the starting location and length, wherein the dictionary file includes a plurality of entries defining a binary sequence of all possible combinations of a predefined number having a defined bit length;

transmitting the related encoded data file from a first location to a second location; and

processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents requested manipulations of the unencoded data file, wherein the processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes one or more of: performing a homomorphic encoding operation; and performing a heteromorphic encoding operation.

2. The computer-implemented method of claim 1 wherein the related encoded data file includes one or more of: a related compressed data file; and a related encrypted data file.

3. The computer-implemented method of claim 1 wherein the dictionary file includes a plurality of discrete entries.

4. The computer-implemented method of claim 3 wherein processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes: processing the related encoded data file, in a byte-wise fashion, based upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file.

5. The computer-implemented method of claim 1 wherein the dictionary file includes a plurality of concatenated entries.

6. The computer-implemented method of claim 5 wherein processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes: processing the related encoded data file, in a bit-wise fashion, based upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file.

7. The computer-implemented method of claim 1 wherein processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes: processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file at the second location.

8. The computer-implemented method of claim 1 wherein mapping each file segment of the plurality of file segments to a portion of a dictionary file to generate a plurality of mappings, wherein each mapping of the plurality of mappings includes a starting location and a length, thus generating a related encoded data file based, at least in part, upon the plurality of mappings includes: mapping each fie segment of the plurality of file segments to a portion of a dictionary file to generate a plurality of mappings, wherein each mapping of the plurality of mappings includes a starting location and a length, thus generating a related encoded data file at the first location based, at least in part, upon the plurality of mappings.

9. A computer program product residing on a non-transitory computer readable medium having a plurality of instructions stored thereon which, when executed by a processor, cause the processor to perform operations comprising:

receiving a request to manipulate an unencoded data file;

in response to the receiving the request:

processing the unencoded data file to identify a plurality of file segments; and

mapping each file segment of the plurality of file segments to a portion of a dictionary file, thus generating a plurality of mappings, wherein each mapping of the plurality of mappings includes a starting location as a bit-wise offset within the dictionary file and a length as a number of bits within the dictionary file beginning from the starting location, thus generating a related encoded data file based, at least in part, upon the plurality of mappings, wherein mapping each file segment of the plurality of file segments to the portion of the dictionary file to generate the plurality of mappings includes mapping each file segment of the plurality of file segments to a plurality of bits within the dictionary file using the starting location and length, wherein the dictionary file includes a plurality of entries defining a binary sequence of all possible combinations of a predefined number having a defined bit length;

transmitting the related encoded data file from a first location to a second location; and

processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents requested manipulations of the unencoded data file, wherein the processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes one or more of: performing a homomorphic encoding operation; and performing a heteromorphic encoding operation.

10. The computer program product of claim 9 wherein the related encoded data file includes one or more of: a related compressed data file; and a related encrypted data file.

11. The computer program product of claim 9 wherein the dictionary file includes a plurality of discrete entries.

12. The computer program product of claim 11 wherein processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes: processing the related encoded data file, in a byte-wise fashion, based upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file.

13. The computer program product of claim 9 wherein the dictionary file includes a plurality of concatenated entries.

14. The computer program product of claim 13 wherein processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes: processing the related encoded data file, in a bit-wise fashion, based upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file.

15. The computer program product of claim 9 wherein processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes: processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file at the second location.

16. The computer program product of claim 9 wherein mapping each file segment of the plurality of file segments to a portion of a dictionary file to generate a plurality of mappings, wherein each mapping of the plurality of mappings includes a starting location and a length, thus generating a related encoded data file based, at least in part, upon the plurality of mappings includes: mapping each f He segment of the plurality of file segments to a portion of a dictionary file to generate a plurality of mappings, wherein each mapping of the plurality of mappings includes a starting location and a length, thus generating a related encoded data file at the first location based, at least in part, upon the plurality of mappings.

17. A computing system including a processor and memory configured to perform operations comprising:

receiving a request to manipulate an unencoded data file;

in response to the receiving the request:

processing the unencoded data file to identify a plurality of file segments; and

mapping each file segment of the plurality of file segments to a portion of a dictionary file, thus generating a plurality of mappings, wherein each mapping of the plurality of mappings includes a starting location as a bit-wise offset within the dictionary file and a length as a number of bits within the dictionary file beginning from the starting location, thus generating a related encoded data file based, at least in part, upon the plurality of mappings, wherein mapping each file segment of the plurality of file segments to the portion of the dictionary file to generate the plurality of mappings includes mapping each file segment of the plurality of file segments to a plurality of bits within the dictionary file using the starting location and length, wherein the dictionary file includes a plurality of entries defining a binary sequence of all possible combinations of a predefined number having a defined bit length;

transmitting the related encoded data file from a first location to a second location; and

processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents requested manipulations of the unencoded data file, wherein the processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes one or more of: performing a homomorphic encoding operation; and performing a heteromorphic encoding operation.

18. The computing system of claim 17 wherein the related encoded data file includes one or more of: a related compressed data file; and a related encrypted data file.

19. The computing system of claim 17 wherein the dictionary file includes a plurality of discrete entries.

20. The computing system of claim 19 wherein processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes: processing the related encoded data file, in a byte-wise fashion, based upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file.

21. The computing system of claim 17 wherein the dictionary file includes a plurality of concatenated entries.

22. The computing system of claim 21 wherein processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes: processing the related encoded data file, in a bit-wise fashion, based upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file.

23. The computing system of claim 17 wherein processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file includes: processing the related encoded data file based, at least in part, upon the plurality of mappings and the dictionary file to generate a modified encoded data file that represents the requested manipulations of the unencoded data file at the second location.

24. The computing system of claim 17 wherein mapping each the segment of the plurality of file segments to a portion of a dictionary file to generate a plurality of mappings, wherein each mapping of the plurality of mappings includes a starting location and a length, thus generating a related encoded data file based, at least in part, upon the plurality of mappings includes: mapping each file segment of the plurality of file segments to a portion of a dictionary file to generate a plurality of mappings, wherein each mapping of the plurality of mappings includes a starting location and a length, thus generating a related encoded data file at the first location based, at least in part, upon the plurality of mappings.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Oct 3, 2023
From: MCELVEEN, CHRISTOPHER A.
To: LOGNOVATIONS HOLDINGS, LLC
Reel/Frame 065110/0405 →
Continuity (3)
Provisional Application 63272539 · Oct 27, 2021
Provisional Application 63256267 · Oct 15, 2021
Related Publication 20230128017A1 · Apr 27, 2023