US10019594B2 - Pattern for secure store - Google Patents

Pattern for secure store Download PDF

Info

Publication number
US10019594B2
US10019594B2 US15/600,826 US201715600826A US10019594B2 US 10019594 B2 US10019594 B2 US 10019594B2 US 201715600826 A US201715600826 A US 201715600826A US 10019594 B2 US10019594 B2 US 10019594B2
Authority
US
United States
Prior art keywords
secure store
pid
filter layer
secure
file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
US15/600,826
Other versions
US20170329988A1 (en
Inventor
Qi Zhu
Jian Yin
Fei Jing
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Honeywell International Inc
Original Assignee
Honeywell International Inc
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 Honeywell International Inc filed Critical Honeywell International Inc
Priority to US15/600,826 priority Critical patent/US10019594B2/en
Publication of US20170329988A1 publication Critical patent/US20170329988A1/en
Application granted granted Critical
Publication of US10019594B2 publication Critical patent/US10019594B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules

Definitions

  • the present invention provides a secure system and method for determining whether an item is warranty-eligible.
  • warranty their products including but not limited to hardware and software components.
  • the warranties for products are often handled by an “after-sales” department, such as customer support.
  • the validity of the warranty determines whether the expense is covered by the guarantor of the warranty.
  • it is not enough to track only the warranty period for example, by correlating the warranty number to its validity period.
  • many products, including but not limited to, hardware components have maximum usage numbers that contribute to whether an item is covered under a warranty. If the maximum usage has been exceeded, a unit may not be covered.
  • An object of the present invention is to provide a secure system and method for determining whether an item is warranty-eligible.
  • warranty information including but not limited to the maximum usage number and the warranty number and term, is protected in a secure store.
  • This security store is queried by an application executed on a processor, which satisfies the security credentials of the server housing the security store.
  • the security credentials are not known to the user of an application that checks confidential data in the secure store. Disseminating security credentials beyond authorized personnel represents a security risk. Further, the security credentials are not entered by the user, even an authorized user, and in an embodiment of the present invention, embedded in the application itself that accesses the secure store.
  • the license key is embedded in the device manufacture data.
  • the application accesses the license key from the manufacture data via a private interface.
  • the license key is then encrypted to security parameters by a mathematical algorithm familiar to one of skill in the art, including but not limited to SHA, MDS, and/or CRC.
  • SHA SHA
  • MDS Microwave Access Security
  • CRC CRC Security Security
  • the ability for a user to unmount or format the secure partition where the secure store is housed is disabled from the user perspective. Disabling this functionality enhances security because the uninterrupted and unchanged connection to the secure partition enables the processor on the client making this connection to log all activity because this partition will be continuously “watched” by the system.
  • the partition can be formatted through a developer's bootload.
  • a developer can modify the partition can modify the partition via the bootloader when the operating system is launched.
  • the secure store is accessed by an application that is verified both by the security parameters that it passes the file system filter, and by the PID assigned to the application (program).
  • this application encrypts the license key embedded in the device manufacture data and this encrypted value comprises the security parameters that are passed to the file system filter.
  • the security parameters are decrypted to access the license key, which is verified by the file system filter.
  • the application, the program, that accesses the security store is comprised of computer-readable code and is executed on a processor on a client.
  • the computer code is stored on one or more memory resources that are/is accessible to the client processor.
  • the location of the resource(s) can be internal and/or external to the client.
  • the application i.e., the program, initiates a security process.
  • the security parameters passed by the program are verified by a file system filter layer on the secure partition. If the parameters pass the verification by the file system filter layer on this file system level, the file system filter layer saves the application's process identification (PID).
  • the file system filter layer first checks that the PID has been saved. The application can continue if and only if the PID is saved. Otherwise, the information request is rejected. This originating program cannot run without a PID.
  • the program terminates. If the application seeks to access the security store at another point, the security sub-process (verification of the security parameters in the program and logging of the program's PID and additional security check for the logged PID, must complete before the originating program can access the security store.
  • FIG. 1 depicts a technical architecture of an embodiment the present invention.
  • FIG. 2 depicts an aspect of an embodiment the present invention.
  • FIG. 3 depicts an aspect of an embodiment the present invention.
  • FIG. 4 depicts a workflow of an embodiment of the present invention.
  • the present invention provides a secure system and method for determining whether an item is warranty-eligible.
  • the present invention offers a tiered security approach to protecting information, including but not limited to, information regarding whether a warranty for a product is still valid, such as the usage information and warranty number and term.
  • An application utilizing a traditional application programming interface (API) to access the secure store housing this information could present a security risk.
  • a traditional API passes security parameters to access secure information and these parameters are entered by a user. Giving security parameters to a user adds a level of exposure to the secure store.
  • the security parameters are embedded in an application. In an embodiment of the present invention, this security measure is not the only security measure the program passes to gain access to the secure store.
  • the interactions of the user with the system are further limited by disabling the ability of the user to format or dismount the secure partition that houses the security store.
  • the partition cannot be dismounted or formatted from the application level. Limiting this access has at least two advantages: 1) the data in the secure store is further protected; and 2) the computer system upon which the secure store is mounted can accurately monitor and log the activity in the secure store.
  • the client that later mounts the partition is unaware of the activities within the partition during the time that the partition was unmounted. This knowledge gap compromises the security of the system in cases where the secure partition is hacked when it is unmounted and the data and/or its integrity is compromised.
  • the partition can be formatted through a developer's bootload.
  • a developer can modify the partition can modify the partition via the bootloader when the operating system is launched.
  • FIG. 1 depicts a technical architecture of an embodiment of the present invention.
  • the secure partition where the secure store is location is represented by a server 110 .
  • the secure partition is not limited to a single machine and can also be a partition of the same computer that executed the program that queries the secure store.
  • a client 120 executes a program to connect to the secure partition on server 110 .
  • the network connection 130 between the server 110 and the client 120 is accomplished via a LAN.
  • the client 120 can connect to the server 110 using any connection known to one of skill in the art, including but not limited to, a WAN, a VPN, a private frame relay, and/or the Internet.
  • FIG. 2 illustrates a block diagram of a client, a computer system 120 , which is part of the technical architecture of certain embodiments of the present invention.
  • the system 120 may include a circuitry 202 that may in certain embodiments include a microprocessor 204 .
  • the computer system 200 may also include a memory 206 (e.g., a volatile memory device), and storage 208 .
  • the storage 208 may include a non-volatile memory device (e.g., EEPROM, ROM, PROM, RAM, DRAM, SRAM, flash, firmware, programmable logic, etc.), magnetic disk drive, optical disk drive, tape drive, etc.
  • the storage 208 may comprise an internal storage device, an attached storage device and/or a network accessible storage device.
  • the system 200 may include a program logic 210 including code 212 that may be loaded into the memory 206 and executed by the microprocessor 204 or circuitry 202 .
  • the program logic 210 including code 212 may be stored in the storage 208 . In certain other embodiments, the program logic 210 may be implemented in the circuitry 202 . Therefore, while FIG. 2 shows the program logic 210 separately from the other elements, the program logic 210 may be implemented in the memory 206 and/or the circuitry 202 .
  • aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system”. Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
  • the computer readable medium may be a computer readable signal medium or a computer readable storage medium.
  • a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical or any suitable combination thereof.
  • a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus or device.
  • a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
  • a computer readable storage medium may be any tangible medium that can contain or store a program for use by or in connection with an instruction execution system, apparatus, or device.
  • a computer program product 300 includes, for instance, one or more non-transitory computer readable storage media 302 to store computer readable program code means or logic 304 thereon to provide and facilitate one or more aspects of the present invention.
  • Program code embodied on a computer readable medium may be transmitted using an appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
  • Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language, such as Java, Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language, assembler or similar programming languages.
  • object oriented programming language such as Java, Smalltalk, C++ or the like
  • conventional procedural programming languages such as the “C” programming language, assembler or similar programming languages.
  • the program code may execute entirely on one resource, such as the server 110 , the client 120 , or partly on various resources.
  • These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
  • one or more aspects of the present invention may be provided, offered, deployed, managed, serviced, etc. by a service provider who offers management of customer environments.
  • the service provider can create, maintain, support, etc. computer code and/or a computer infrastructure that performs one or more aspects of the present invention for one or more customers.
  • the service provider may receive payment from the customer under a subscription and/or fee agreement, as examples. Additionally or alternatively, the service provider may receive payment from the sale of advertising content to one or more third parties.
  • an application may be deployed for performing one or more aspects of the present invention.
  • the deploying of an application comprises providing computer infrastructure operable to perform one or more aspects of the present invention.
  • a computing infrastructure may be deployed comprising integrating computer readable code into a computing system, in which the code in combination with the computing system is capable of performing one or more aspects of the present invention.
  • a process for integrating computing infrastructure comprising integrating computer readable code into a computer system
  • the computer system comprises a computer readable medium, in which the computer medium comprises one or more aspects of the present invention.
  • the code in combination with the computer system is capable of performing one or more aspects of the present invention.
  • a data processing system suitable for storing and/or executing program code includes at least one processor coupled directly or indirectly to memory elements through a system bus.
  • the memory elements include, for instance, local memory employed during actual execution of the program code, bulk storage, and cache memory which provide temporary storage of at least some program code in order to reduce the number of times code must be retrieved from bulk storage during execution.
  • I/O devices can be coupled to the system either directly or through intervening I/O controllers.
  • Network adapters may also be coupled to the system to enable the data processing system to become coupled to other data processing systems or remote printers or storage devices through intervening private or public networks. Modems, cable modems, and Ethernet cards are just a few of the available types of network adapters.
  • FIGS. 1-2 are non-limiting examples, for ease of understanding only, these figures are referenced throughout FIG. 4 , a workflow 400 of an embodiment of the present invention.
  • the client 120 executes a program (application).
  • the program is initiated (S 410 ) and executes on a client 120 processor and is comprised of computer-readable code.
  • the computer code is stored on one or more memory resources that are/is accessible to the client 120 processor.
  • the location of the resource(s) can be internal and/or external to the client 120 .
  • the program registers on the file system layer and the security parameters are passed to the file system filter layer (S 415 ). Once the security parameters are passed to the file system filter layer attempts to verify the passed security parameters (S 420 ).
  • the PID of the program is saved (S 430 a ) on a memory resource in the physical machine where the file system filter layer resides and/or on a memory resource that is accessible to the file system filter layer via a communications connection. If the security parameters are incorrect or absent, the application fails to register at the file system filter layer (S 430 b ).
  • An application may attempt to bypass the security at the file system filter layer and directly access the security store. Such an application is seen in FIG. 4 (S 430 c ). This application did not register at the file system filter layer (S 415 ) and did not pass security parameters that were verified (S 415 ). This application is included in FIG. 4 to demonstrate the operation of the security features of the embodiment when an application fails to clear the security at the file system filter level before attempting to access the secure store.
  • the registration of the application to the file system filter layer may be handled as part of the security routine or as part of a subroutine.
  • a sub-routine to accomplish tasks that feed into the master routine is just a programming preference.
  • Further embodiments of the present invention incorporate the security check by the file system filter layer into a single programming routine, and/or use a separate routine.
  • FIG. 4 is shows some steps as a part of the same routine that can be separated into sub-routines in further embodiments just for the sake of clarifying the different security measures involved in accessing the secure store.
  • the check for a logged PID which is discussed later, is represented as a subroutine in this embodiment.
  • this is one of many potential programming choices in structuring this workflow.
  • the security parameters are an encrypted license key.
  • This license key is embedded in the device manufacture data, for example, for a hardware component.
  • the program accesses the embedded data to retrieve the license key via a secure connection, including but not limited to, a private interface created by the executed computer code, the application.
  • the license key is retrieved, it is encrypted by a mathematical algorithm.
  • Various mathematical encryption algorithms are known to one of skill in the art and can be employed by this process. Encryption algorithms that can be used to encrypt the license key include but are not limited to SHA, MDS, and/or CDC.
  • the file system filter layer decrypts the security parameters to verify the license key.
  • the same algorithm that was used in encryption is employed. In this embodiment, only a program with both the correct encryption algorithm and the license can gain access to the secure store.
  • the program attempts to access (read/write) a file in the secure store (S 440 ).
  • the application that failed to register (S 430 b ), and the application that bypassed registration (S 430 c ) also attempts to access a file in the secure store (S 440 ).
  • the path of the file is checked to see if the file is in the secure store (S 450 ). If the path is to the secure store, a security subroutine is executed (S 460 a ) to check the PID of the application against the PID stored by the file system filter layer (S 470 a ).
  • the subroutine checks whether the PID of the application matches the stored PID (S 480 a ). If the PIDs match, the query, for example, to retrieve warranty information, is given access to the secure store (S 490 a ) and the program runtime executes (S 495 a ). After the runtime is complete, the program terminates (S 499 b ). Once the secure store's warranty information is retrieved by an application that passes the security, in order to complete a new query, the same security routine 400 repeats. Each instance of the application will have a different PID so for a match to occur, the PID of the new instance is logged at the file system filter layer.
  • the application fails to access the secure store (S 490 b ).
  • the program runs (S 495 b ) and terminates without having accessed the secure store (S 499 b ).
  • the file system layer check is bypassed (S 460 b ).
  • the application accesses another, non-secure partition (S 470 b ), where the application runtime completes (S 480 b ) and the program terminates (S 485 b ).

Abstract

A computer system, computer product, and method for accessing a secure store, which includes receiving a request to access a secure store, checking the file path of the request to make sure it exists in the secure store, verifying security parameters from the process at the file system filter layer, saving the PID of the process by the file system filter layer, comparing the saved PID to the process's PID, and allowing the process to access the path in the secure store specified in the request.

Description

FIELD OF INVENTION
The present invention provides a secure system and method for determining whether an item is warranty-eligible.
BACKGROUND OF INVENTION
Companies, including manufacturers and vendors of products, warranty their products, including but not limited to hardware and software components. The warranties for products are often handled by an “after-sales” department, such as customer support. When a product requires replacement or maintenance, the validity of the warranty determines whether the expense is covered by the guarantor of the warranty. To determine whether a product is under warranty, it is not enough to track only the warranty period, for example, by correlating the warranty number to its validity period. However, many products, including but not limited to, hardware components, have maximum usage numbers that contribute to whether an item is covered under a warranty. If the maximum usage has been exceeded, a unit may not be covered.
Although a warranty number is public, the maximum usage number is often confidential so that a user cannot access it and manipulate it.
A need therefore exists for a system and method of storing confidential warranty-related information, including but not limited to, the maximum usage number for a given component.
SUMMARY OF INVENTION
An object of the present invention is to provide a secure system and method for determining whether an item is warranty-eligible.
In an embodiment of the present information, warranty information, including but not limited to the maximum usage number and the warranty number and term, is protected in a secure store. This security store is queried by an application executed on a processor, which satisfies the security credentials of the server housing the security store.
In an embodiment of the present invention, the security credentials are not known to the user of an application that checks confidential data in the secure store. Disseminating security credentials beyond authorized personnel represents a security risk. Further, the security credentials are not entered by the user, even an authorized user, and in an embodiment of the present invention, embedded in the application itself that accesses the secure store.
In a further embodiment of the present invention, the license key is embedded in the device manufacture data. The application accesses the license key from the manufacture data via a private interface. The license key is then encrypted to security parameters by a mathematical algorithm familiar to one of skill in the art, including but not limited to SHA, MDS, and/or CRC. When the encrypted security parameters are passed to the file system layer, they are decrypted to the license key using the same algorithm(s). Thus, in this embodiment, at both the license key and the mathematical algorithm are needed in order to access to pass through this level of verification to the secure store.
Additionally, in an embodiment of the present invention, the ability for a user to unmount or format the secure partition where the secure store is housed, is disabled from the user perspective. Disabling this functionality enhances security because the uninterrupted and unchanged connection to the secure partition enables the processor on the client making this connection to log all activity because this partition will be continuously “watched” by the system.
In an embodiment of the present invention, because the secure partition cannot be unmounted or formatted by a user, for the purposes of in-house maintenance, the partition can be formatted through a developer's bootload. Thus, for example, if the secure partition becomes corrupted and must be formatted to restore the integrity of the data, a developer can modify the partition can modify the partition via the bootloader when the operating system is launched.
In an embodiment of the present invention, the secure store is accessed by an application that is verified both by the security parameters that it passes the file system filter, and by the PID assigned to the application (program). In an embodiment of the present invention, this application encrypts the license key embedded in the device manufacture data and this encrypted value comprises the security parameters that are passed to the file system filter. At this level, the security parameters are decrypted to access the license key, which is verified by the file system filter.
In an embodiment of the present invention, the application, the program, that accesses the security store is comprised of computer-readable code and is executed on a processor on a client. The computer code is stored on one or more memory resources that are/is accessible to the client processor. The location of the resource(s) can be internal and/or external to the client.
In an embodiment of the present invention, before accessing the stored data in the secure store, the application, i.e., the program, initiates a security process. First, the security parameters passed by the program are verified by a file system filter layer on the secure partition. If the parameters pass the verification by the file system filter layer on this file system level, the file system filter layer saves the application's process identification (PID).
In an embodiment of the present invention, when the application, the originating program, after completion of the security sub-program, requests access to confidential information, including the warranty information in the secure store, the file system filter layer first checks that the PID has been saved. The application can continue if and only if the PID is saved. Otherwise, the information request is rejected. This originating program cannot run without a PID.
In an embodiment of the present invention, once the originating program accesses the security store, the program terminates. If the application seeks to access the security store at another point, the security sub-process (verification of the security parameters in the program and logging of the program's PID and additional security check for the logged PID, must complete before the originating program can access the security store.
BRIEF DESCRIPTION OF DRAWINGS
FIG. 1 depicts a technical architecture of an embodiment the present invention.
FIG. 2 depicts an aspect of an embodiment the present invention.
FIG. 3 depicts an aspect of an embodiment the present invention.
FIG. 4 depicts a workflow of an embodiment of the present invention.
DETAILED DESCRIPTION OF THE INVENTION
The present invention provides a secure system and method for determining whether an item is warranty-eligible.
The present invention offers a tiered security approach to protecting information, including but not limited to, information regarding whether a warranty for a product is still valid, such as the usage information and warranty number and term. An application utilizing a traditional application programming interface (API) to access the secure store housing this information could present a security risk. A traditional API passes security parameters to access secure information and these parameters are entered by a user. Giving security parameters to a user adds a level of exposure to the secure store. Thus, as discussed later, in an embodiment of the present invention, the security parameters are embedded in an application. In an embodiment of the present invention, this security measure is not the only security measure the program passes to gain access to the secure store.
In an embodiment of the present invention, the interactions of the user with the system are further limited by disabling the ability of the user to format or dismount the secure partition that houses the security store. In fact, the partition cannot be dismounted or formatted from the application level. Limiting this access has at least two advantages: 1) the data in the secure store is further protected; and 2) the computer system upon which the secure store is mounted can accurately monitor and log the activity in the secure store. When a partition is unmounted, the client that later mounts the partition is unaware of the activities within the partition during the time that the partition was unmounted. This knowledge gap compromises the security of the system in cases where the secure partition is hacked when it is unmounted and the data and/or its integrity is compromised.
In an embodiment of the present invention, because the secure partition cannot be unmounted or formatted by a user, for the purposes of in-house maintenance, the partition can be formatted through a developer's bootload. Thus, for example, if the secure partition becomes corrupted and must be formatted to restore the integrity of the data, a developer can modify the partition can modify the partition via the bootloader when the operating system is launched.
FIG. 1 depicts a technical architecture of an embodiment of the present invention. In this embodiment 100, the secure partition where the secure store is location is represented by a server 110. However, the secure partition is not limited to a single machine and can also be a partition of the same computer that executed the program that queries the secure store.
A client 120 executes a program to connect to the secure partition on server 110. In FIG. 1, the network connection 130 between the server 110 and the client 120 is accomplished via a LAN. However, the client 120 can connect to the server 110 using any connection known to one of skill in the art, including but not limited to, a WAN, a VPN, a private frame relay, and/or the Internet.
FIG. 2 illustrates a block diagram of a client, a computer system 120, which is part of the technical architecture of certain embodiments of the present invention. (An embodiment of the server 110, also a computer system, is illustrated in FIG. 2.) The system 120 may include a circuitry 202 that may in certain embodiments include a microprocessor 204. The computer system 200 may also include a memory 206 (e.g., a volatile memory device), and storage 208. The storage 208 may include a non-volatile memory device (e.g., EEPROM, ROM, PROM, RAM, DRAM, SRAM, flash, firmware, programmable logic, etc.), magnetic disk drive, optical disk drive, tape drive, etc. The storage 208 may comprise an internal storage device, an attached storage device and/or a network accessible storage device. The system 200 may include a program logic 210 including code 212 that may be loaded into the memory 206 and executed by the microprocessor 204 or circuitry 202.
In certain embodiments, the program logic 210 including code 212 may be stored in the storage 208. In certain other embodiments, the program logic 210 may be implemented in the circuitry 202. Therefore, while FIG. 2 shows the program logic 210 separately from the other elements, the program logic 210 may be implemented in the memory 206 and/or the circuitry 202.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system”. Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus or device.
A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain or store a program for use by or in connection with an instruction execution system, apparatus, or device.
Using the processing resources of a client 120 to execute software, computer-readable code or instructions, does not limit where this code is can be stored. Referring to FIG. 3, in one example, a computer program product 300 includes, for instance, one or more non-transitory computer readable storage media 302 to store computer readable program code means or logic 304 thereon to provide and facilitate one or more aspects of the present invention.
Program code embodied on a computer readable medium may be transmitted using an appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language, such as Java, Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language, assembler or similar programming languages.
The program code may execute entirely on one resource, such as the server 110, the client 120, or partly on various resources.
One or more aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition to the above, one or more aspects of the present invention may be provided, offered, deployed, managed, serviced, etc. by a service provider who offers management of customer environments. For instance, the service provider can create, maintain, support, etc. computer code and/or a computer infrastructure that performs one or more aspects of the present invention for one or more customers. In return, the service provider may receive payment from the customer under a subscription and/or fee agreement, as examples. Additionally or alternatively, the service provider may receive payment from the sale of advertising content to one or more third parties.
In one aspect of the present invention, an application may be deployed for performing one or more aspects of the present invention. As one example, the deploying of an application comprises providing computer infrastructure operable to perform one or more aspects of the present invention.
As a further aspect of the present invention, a computing infrastructure may be deployed comprising integrating computer readable code into a computing system, in which the code in combination with the computing system is capable of performing one or more aspects of the present invention.
As yet a further aspect of the present invention, a process for integrating computing infrastructure comprising integrating computer readable code into a computer system may be provided. The computer system comprises a computer readable medium, in which the computer medium comprises one or more aspects of the present invention. The code in combination with the computer system is capable of performing one or more aspects of the present invention.
Further, a data processing system suitable for storing and/or executing program code is usable that includes at least one processor coupled directly or indirectly to memory elements through a system bus. The memory elements include, for instance, local memory employed during actual execution of the program code, bulk storage, and cache memory which provide temporary storage of at least some program code in order to reduce the number of times code must be retrieved from bulk storage during execution.
Input/Output or I/O devices (including, but not limited to, keyboards, displays, pointing devices, DASD, tape, CDs, DVDs, thumb drives and other memory media, etc.) can be coupled to the system either directly or through intervening I/O controllers. Network adapters may also be coupled to the system to enable the data processing system to become coupled to other data processing systems or remote printers or storage devices through intervening private or public networks. Modems, cable modems, and Ethernet cards are just a few of the available types of network adapters.
Although the architectures depicted in FIGS. 1-2 are non-limiting examples, for ease of understanding only, these figures are referenced throughout FIG. 4, a workflow 400 of an embodiment of the present invention.
To initiate the query process, the client 120 executes a program (application). The program is initiated (S410) and executes on a client 120 processor and is comprised of computer-readable code. The computer code is stored on one or more memory resources that are/is accessible to the client 120 processor. The location of the resource(s) can be internal and/or external to the client 120.
First, the program registers on the file system layer and the security parameters are passed to the file system filter layer (S415). Once the security parameters are passed to the file system filter layer attempts to verify the passed security parameters (S420).
If these parameters are verified by the file system filter layer, the PID of the program is saved (S430 a) on a memory resource in the physical machine where the file system filter layer resides and/or on a memory resource that is accessible to the file system filter layer via a communications connection. If the security parameters are incorrect or absent, the application fails to register at the file system filter layer (S430 b).
An application may attempt to bypass the security at the file system filter layer and directly access the security store. Such an application is seen in FIG. 4 (S430 c). This application did not register at the file system filter layer (S415) and did not pass security parameters that were verified (S415). This application is included in FIG. 4 to demonstrate the operation of the security features of the embodiment when an application fails to clear the security at the file system filter level before attempting to access the secure store.
The registration of the application to the file system filter layer may be handled as part of the security routine or as part of a subroutine. One of skill in the art will recognize that the use of a sub-routine to accomplish tasks that feed into the master routine is just a programming preference. Further embodiments of the present invention incorporate the security check by the file system filter layer into a single programming routine, and/or use a separate routine. FIG. 4 is shows some steps as a part of the same routine that can be separated into sub-routines in further embodiments just for the sake of clarifying the different security measures involved in accessing the secure store. Additionally, the check for a logged PID, which is discussed later, is represented as a subroutine in this embodiment. However, one of skill is the art will recognize that this is one of many potential programming choices in structuring this workflow.
In an embodiment of the present invention, the security parameters are an encrypted license key. This license key is embedded in the device manufacture data, for example, for a hardware component. The program accesses the embedded data to retrieve the license key via a secure connection, including but not limited to, a private interface created by the executed computer code, the application. After the license key is retrieved, it is encrypted by a mathematical algorithm. Various mathematical encryption algorithms are known to one of skill in the art and can be employed by this process. Encryption algorithms that can be used to encrypt the license key include but are not limited to SHA, MDS, and/or CDC.
When the security parameters comprise an encrypted license key, the file system filter layer decrypts the security parameters to verify the license key. For decryption, the same algorithm that was used in encryption is employed. In this embodiment, only a program with both the correct encryption algorithm and the license can gain access to the secure store.
Returning to FIG. 4, after logging the PID (S430 a), the program attempts to access (read/write) a file in the secure store (S440). The application that failed to register (S430 b), and the application that bypassed registration (S430 c) also attempts to access a file in the secure store (S440). First, the path of the file is checked to see if the file is in the secure store (S450). If the path is to the secure store, a security subroutine is executed (S460 a) to check the PID of the application against the PID stored by the file system filter layer (S470 a). The subroutine checks whether the PID of the application matches the stored PID (S480 a). If the PIDs match, the query, for example, to retrieve warranty information, is given access to the secure store (S490 a) and the program runtime executes (S495 a). After the runtime is complete, the program terminates (S499 b). Once the secure store's warranty information is retrieved by an application that passes the security, in order to complete a new query, the same security routine 400 repeats. Each instance of the application will have a different PID so for a match to occur, the PID of the new instance is logged at the file system filter layer.
If the PID of the application does not match the saved PID, which is the case both with the application that bypassed the security at the file system filter layer (S430 c) and the application where the security parameters were not verified (S430 b), the application fails to access the secure store (S490 b). The program runs (S495 b) and terminates without having accessed the secure store (S499 b).
If the file that the application is attempting to access is not in the secure store, but located in a different partition, the file system layer check is bypassed (S460 b). The application accesses another, non-secure partition (S470 b), where the application runtime completes (S480 b) and the program terminates (S485 b).
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising”, when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components and/or groups thereof.
The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below, if any, are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiments were chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiment with various modifications as are suited to the particular use contemplated.
Although the present invention has been described in relation to particular embodiments thereof, many other variations and modifications will become apparent to those skilled in the art. As such, it will be readily evident to one of skill in the art based on the detailed description of the presently preferred embodiment of the system and method explained herein, that different embodiments can be realized.
Although the present invention has been described in relation to securing warranty information, one of skill in the art will recognize that the security measures disclosed are applicable to protect access to sensitive information across different applications and industries. The use of the system and method is described relative to protecting warranty information but is not limited to this application.

Claims (20)

The invention claimed is:
1. A system comprising:
at least one processor;
at least one memory;
at least one tangible storage device;
a secure partition, the secure partition comprising a secure store and a file system filter layer, the file system filter layer comprising a file system filter layer memory; and
instructions stored on the at least one storage device for execution by the at least one processor via the at least one memory to execute:
a first process comprising instructions for accessing the secure store, wherein the first process comprises a request including a file path to the secure store for accessing the secure store; and
a second process comprising instructions for:
assigning a process identifier (“PID”) to the first process in response to an execution of the first process;
verifying the file path exists in the secure store;
causing the first process to register into the file system filter layer based on the verification;
causing the first process to pass security parameters to the file system filter layer;
verifying the security parameters at the file system filter layer;
saving a record of the PID in the file system filter layer memory, in response to verifying the security parameters;
causing the first process to query the secure store;
matching the PID to the saved record of the PID in response to the first process querying the secure store; and
allowing, upon matching the PID, the first process to access the file path in the secure store.
2. The system of claim 1, wherein the secure partition cannot be unmounted from a front end application executable on the system.
3. The system of claim 1, wherein the secure partition cannot be modified from a front end application.
4. The system of claim 1, wherein the second process comprises instructions to cause the first process to fail to register into the file system based on an incorrect verification.
5. The system of claim 1, wherein the second process comprises instructions to restrict the first process from accessing the secure store based on an incorrect verification.
6. The system of claim 1, wherein the second process comprises instructions to restrict the first process from accessing the secure store when the PID of the first process is not matched to the saved record of the PID.
7. The system of claim 1, wherein the security parameters comprise a license key of a product, and wherein the system comprises instructions for executing:
the first process to retrieve the license key from the product;
the first process to encrypt the license key with a mathematical encryption algorithm; and
at the file system filter layer, decryption of the license key based on the mathematical encryption algorithm.
8. The computer system of claim 7, wherein the mathematical encryption algorithm is one of: SHA, MD5, CRC.
9. A method, comprising:
receiving a request to access data in a secure store of a computing system, from a first process, the request including a file path to the data in the secure store, wherein the first process is associated to a process identifier (PID); and
executing, in response to receiving the request, a second process for:
verifying that the file path exists in the secure store;
validating security parameters received from the first process at a file system filter layer of the computing system;
creating a saved PID in a memory resource upon validating the security parameters, wherein the PID is saved by the file system filter layer and the memory resource is accessible to the file system filter layer;
matching the saved PID to the PID associated with the first process; and
granting, upon matching, access to the first process for the data at the file path in the secure store.
10. The method of claim 9, wherein the data in the secure store is indicative of warranty information regarding a plurality of products, and wherein the request is to ascertain whether one of the plurality of products is under warranty.
11. The method of claim 10, wherein the warranty information comprises at least one of a maximum usage number of the products, a warranty number, and a term of warranty.
12. The method of claim 9, comprising decrypting the security parameters by utilizing a mathematical encryption algorithm.
13. The method of claim 12, wherein the decrypted security parameters comprise a license key for one of plurality of products.
14. The method of claim 9, comprising bypassing the validation of the security parameters if the file path is not verified to exist in the secure store.
15. A system comprising:
at least one processor;
at least one memory;
program instructions executable by the at least one processor wherein the program instructions execute:
a first process comprising a request to access a secure store of the system; and
a second process to:
assign a process identifier (PID) to the first process in response to the first process being executed by the at least one processor;
register the first process into the file system filter layer;
verify security parameters accessed from the first process at the file system filter layer; and
allow the first process to access the secure store based on a validation of the PID, wherein the validation includes matching the PID to a registered PID at the file system filter layer.
16. The system of claim 15, wherein the secure store comprises warranty information indicating whether a product is under warranty and wherein the warranty information comprises at least one of a warranty number, a maximum usage number, and a warranty term associated with the product.
17. The system of claim 15, wherein the security parameters comprise an encrypted license key of a product.
18. The system of claim 15, wherein the request to access the secure store comprises a file path corresponding to a file.
19. The system of claim 18, wherein the second process is to verify existance of the file path in the secure store.
20. The system of claim 19, wherein the second process is to:
perform a security check, the security check comprising validation of the security parameters passed by the first process at the file system layer, if the file path is verified to exist in the secure store,
bypass the security check, if the file path is not verified to exist in the secure store.
US15/600,826 2012-06-18 2017-05-22 Pattern for secure store Active US10019594B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/600,826 US10019594B2 (en) 2012-06-18 2017-05-22 Pattern for secure store

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US14/405,278 US9659183B2 (en) 2012-06-18 2012-06-18 Pattern for secure store
PCT/CN2012/077067 WO2013189008A1 (en) 2012-06-18 2012-06-18 Design pattern for secure store
US15/600,826 US10019594B2 (en) 2012-06-18 2017-05-22 Pattern for secure store

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
US14/405,278 Continuation US9659183B2 (en) 2012-06-18 2012-06-18 Pattern for secure store
PCT/CN2012/077067 Continuation WO2013189008A1 (en) 2012-06-18 2012-06-18 Design pattern for secure store

Publications (2)

Publication Number Publication Date
US20170329988A1 US20170329988A1 (en) 2017-11-16
US10019594B2 true US10019594B2 (en) 2018-07-10

Family

ID=49767999

Family Applications (2)

Application Number Title Priority Date Filing Date
US14/405,278 Active US9659183B2 (en) 2012-06-18 2012-06-18 Pattern for secure store
US15/600,826 Active US10019594B2 (en) 2012-06-18 2017-05-22 Pattern for secure store

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US14/405,278 Active US9659183B2 (en) 2012-06-18 2012-06-18 Pattern for secure store

Country Status (2)

Country Link
US (2) US9659183B2 (en)
WO (1) WO2013189008A1 (en)

Families Citing this family (269)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8914290B2 (en) 2011-05-20 2014-12-16 Vocollect, Inc. Systems and methods for dynamically improving user intelligibility of synthesized speech in a work environment
US9779546B2 (en) 2012-05-04 2017-10-03 Intermec Ip Corp. Volume dimensioning systems and methods
US10007858B2 (en) 2012-05-15 2018-06-26 Honeywell International Inc. Terminals and methods for dimensioning objects
US9659183B2 (en) 2012-06-18 2017-05-23 Honeywell International Inc. Pattern for secure store
US9841311B2 (en) 2012-10-16 2017-12-12 Hand Held Products, Inc. Dimensioning system
CN103780847A (en) 2012-10-24 2014-05-07 霍尼韦尔国际公司 Chip on board-based highly-integrated imager
US8918250B2 (en) 2013-05-24 2014-12-23 Hand Held Products, Inc. System and method for display of information using a vehicle-mount computer
US9930142B2 (en) 2013-05-24 2018-03-27 Hand Held Products, Inc. System for providing a continuous communication link with a symbol reading device
US10228452B2 (en) 2013-06-07 2019-03-12 Hand Held Products, Inc. Method of error correction for 3D imaging device
US9104929B2 (en) 2013-06-26 2015-08-11 Hand Held Products, Inc. Code symbol reading system having adaptive autofocus
US9572901B2 (en) 2013-09-06 2017-02-21 Hand Held Products, Inc. Device having light source to reduce surface pathogens
US8870074B1 (en) 2013-09-11 2014-10-28 Hand Held Products, Inc Handheld indicia reader having locking endcap
US9373018B2 (en) 2014-01-08 2016-06-21 Hand Held Products, Inc. Indicia-reader having unitary-construction
US9665757B2 (en) 2014-03-07 2017-05-30 Hand Held Products, Inc. Indicia reader for size-limited applications
US9412242B2 (en) 2014-04-04 2016-08-09 Hand Held Products, Inc. Multifunction point of sale system
US9224022B2 (en) 2014-04-29 2015-12-29 Hand Held Products, Inc. Autofocus lens system for indicia readers
US9478113B2 (en) 2014-06-27 2016-10-25 Hand Held Products, Inc. Cordless indicia reader with a multifunction coil for wireless charging and EAS deactivation
US9823059B2 (en) 2014-08-06 2017-11-21 Hand Held Products, Inc. Dimensioning system with guided alignment
US10810530B2 (en) 2014-09-26 2020-10-20 Hand Held Products, Inc. System and method for workflow management
US10810715B2 (en) 2014-10-10 2020-10-20 Hand Held Products, Inc System and method for picking validation
US9779276B2 (en) 2014-10-10 2017-10-03 Hand Held Products, Inc. Depth sensor based auto-focus system for an indicia scanner
US10775165B2 (en) 2014-10-10 2020-09-15 Hand Held Products, Inc. Methods for improving the accuracy of dimensioning-system measurements
US9443222B2 (en) 2014-10-14 2016-09-13 Hand Held Products, Inc. Identifying inventory items in a storage facility
US10909490B2 (en) 2014-10-15 2021-02-02 Vocollect, Inc. Systems and methods for worker resource management
US9897434B2 (en) 2014-10-21 2018-02-20 Hand Held Products, Inc. Handheld dimensioning system with measurement-conformance feedback
US9752864B2 (en) 2014-10-21 2017-09-05 Hand Held Products, Inc. Handheld dimensioning system with feedback
CN104318156B (en) * 2014-10-22 2017-07-25 上海斐讯数据通信技术有限公司 A kind of process access safety method and system
US10509619B2 (en) 2014-12-15 2019-12-17 Hand Held Products, Inc. Augmented reality quick-start and user guide
US10438409B2 (en) 2014-12-15 2019-10-08 Hand Held Products, Inc. Augmented reality asset locator
US10176521B2 (en) 2014-12-15 2019-01-08 Hand Held Products, Inc. Augmented reality virtual product for display
US10317474B2 (en) 2014-12-18 2019-06-11 Hand Held Products, Inc. Systems and methods for identifying faulty battery in an electronic device
US9743731B2 (en) 2014-12-18 2017-08-29 Hand Held Products, Inc. Wearable sled system for a mobile computer device
US9678536B2 (en) 2014-12-18 2017-06-13 Hand Held Products, Inc. Flip-open wearable computer
US9761096B2 (en) 2014-12-18 2017-09-12 Hand Held Products, Inc. Active emergency exit systems for buildings
US10275088B2 (en) 2014-12-18 2019-04-30 Hand Held Products, Inc. Systems and methods for identifying faulty touch panel having intermittent field failures
US10296259B2 (en) 2014-12-22 2019-05-21 Hand Held Products, Inc. Delayed trim of managed NAND flash memory in computing devices
US9727769B2 (en) 2014-12-22 2017-08-08 Hand Held Products, Inc. Conformable hand mount for a mobile scanner
US10191514B2 (en) 2014-12-23 2019-01-29 Hand Held Products, Inc. Tablet computer with interface channels
US10049246B2 (en) 2014-12-23 2018-08-14 Hand Held Products, Inc. Mini-barcode reading module with flash memory management
US10635876B2 (en) 2014-12-23 2020-04-28 Hand Held Products, Inc. Method of barcode templating for enhanced decoding performance
US9679178B2 (en) 2014-12-26 2017-06-13 Hand Held Products, Inc. Scanning improvements for saturated signals using automatic and fixed gain control methods
US10552786B2 (en) 2014-12-26 2020-02-04 Hand Held Products, Inc. Product and location management via voice recognition
US9774940B2 (en) 2014-12-27 2017-09-26 Hand Held Products, Inc. Power configurable headband system and method
US10621538B2 (en) 2014-12-28 2020-04-14 Hand Held Products, Inc Dynamic check digit utilization via electronic tag
US11443363B2 (en) 2014-12-29 2022-09-13 Hand Held Products, Inc. Confirming product location using a subset of a product identifier
US11244264B2 (en) 2014-12-29 2022-02-08 Hand Held Products, Inc. Interleaving surprise activities in workflow
US11328335B2 (en) 2014-12-29 2022-05-10 Hand Held Products, Inc. Visual graphic aided location identification
US9843660B2 (en) 2014-12-29 2017-12-12 Hand Held Products, Inc. Tag mounted distributed headset with electronics module
US9830488B2 (en) 2014-12-30 2017-11-28 Hand Held Products, Inc. Real-time adjustable window feature for barcode scanning and process of scanning barcode with adjustable window feature
US10108832B2 (en) 2014-12-30 2018-10-23 Hand Held Products, Inc. Augmented reality vision barcode scanning system and method
US9230140B1 (en) 2014-12-30 2016-01-05 Hand Held Products, Inc. System and method for detecting barcode printing errors
US9898635B2 (en) 2014-12-30 2018-02-20 Hand Held Products, Inc. Point-of-sale (POS) code sensing apparatus
US11257143B2 (en) 2014-12-30 2022-02-22 Hand Held Products, Inc. Method and device for simulating a virtual out-of-box experience of a packaged product
US9685049B2 (en) 2014-12-30 2017-06-20 Hand Held Products, Inc. Method and system for improving barcode scanner performance
US10152622B2 (en) 2014-12-30 2018-12-11 Hand Held Products, Inc. Visual feedback for code readers
CN204706037U (en) 2014-12-31 2015-10-14 手持产品公司 The reconfigurable slide plate of mobile device and mark reading system
US9734639B2 (en) 2014-12-31 2017-08-15 Hand Held Products, Inc. System and method for monitoring an industrial vehicle
US10049290B2 (en) 2014-12-31 2018-08-14 Hand Held Products, Inc. Industrial vehicle positioning system and method
US9879823B2 (en) 2014-12-31 2018-01-30 Hand Held Products, Inc. Reclosable strap assembly
US9811650B2 (en) 2014-12-31 2017-11-07 Hand Held Products, Inc. User authentication system and method
US9997935B2 (en) 2015-01-08 2018-06-12 Hand Held Products, Inc. System and method for charging a barcode scanner
US10061565B2 (en) 2015-01-08 2018-08-28 Hand Held Products, Inc. Application development using mutliple primary user interfaces
US11081087B2 (en) 2015-01-08 2021-08-03 Hand Held Products, Inc. Multiple primary user interfaces
US10402038B2 (en) 2015-01-08 2019-09-03 Hand Held Products, Inc. Stack handling using multiple primary user interfaces
US10120657B2 (en) 2015-01-08 2018-11-06 Hand Held Products, Inc. Facilitating workflow application development
US10262660B2 (en) 2015-01-08 2019-04-16 Hand Held Products, Inc. Voice mode asset retrieval
US9390596B1 (en) 2015-02-23 2016-07-12 Hand Held Products, Inc. Device, system, and method for determining the status of checkout lanes
CN204795622U (en) 2015-03-06 2015-11-18 手持产品公司 Scanning system
US9852102B2 (en) 2015-04-15 2017-12-26 Hand Held Products, Inc. System for exchanging information between wireless peripherals and back-end systems via a peripheral hub
US9693038B2 (en) 2015-04-21 2017-06-27 Hand Held Products, Inc. Systems and methods for imaging
US20160314294A1 (en) 2015-04-24 2016-10-27 Hand Held Products, Inc. Secure unattended network authentication
US9954871B2 (en) 2015-05-06 2018-04-24 Hand Held Products, Inc. Method and system to protect software-based network-connected devices from advanced persistent threat
US9978088B2 (en) 2015-05-08 2018-05-22 Hand Held Products, Inc. Application independent DEX/UCS interface
US9786101B2 (en) 2015-05-19 2017-10-10 Hand Held Products, Inc. Evaluating image values
USD771631S1 (en) 2015-06-02 2016-11-15 Hand Held Products, Inc. Mobile computer housing
US9507974B1 (en) 2015-06-10 2016-11-29 Hand Held Products, Inc. Indicia-reading systems having an interface with a user's nervous system
US10354449B2 (en) 2015-06-12 2019-07-16 Hand Held Products, Inc. Augmented reality lighting effects
US9892876B2 (en) 2015-06-16 2018-02-13 Hand Held Products, Inc. Tactile switch for a mobile electronic device
US9949005B2 (en) 2015-06-18 2018-04-17 Hand Held Products, Inc. Customizable headset
US20160377414A1 (en) 2015-06-23 2016-12-29 Hand Held Products, Inc. Optical pattern projector
US9835486B2 (en) 2015-07-07 2017-12-05 Hand Held Products, Inc. Mobile dimensioner apparatus for use in commerce
EP3396313B1 (en) 2015-07-15 2020-10-21 Hand Held Products, Inc. Mobile dimensioning method and device with dynamic accuracy compatible with nist standard
US20170017301A1 (en) 2015-07-16 2017-01-19 Hand Held Products, Inc. Adjusting dimensioning results using augmented reality
US10094650B2 (en) 2015-07-16 2018-10-09 Hand Held Products, Inc. Dimensioning and imaging items
US10467513B2 (en) 2015-08-12 2019-11-05 Datamax-O'neil Corporation Verification of a printed image on media
US9911023B2 (en) 2015-08-17 2018-03-06 Hand Held Products, Inc. Indicia reader having a filtered multifunction image sensor
US10410629B2 (en) 2015-08-19 2019-09-10 Hand Held Products, Inc. Auto-complete methods for spoken complete value entries
US9781681B2 (en) 2015-08-26 2017-10-03 Hand Held Products, Inc. Fleet power management through information storage sharing
CN206006056U (en) 2015-08-27 2017-03-15 手持产品公司 There are the gloves of measurement, scanning and display capabilities
US11282515B2 (en) 2015-08-31 2022-03-22 Hand Held Products, Inc. Multiple inspector voice inspection
US9490540B1 (en) 2015-09-02 2016-11-08 Hand Held Products, Inc. Patch antenna
US9659198B2 (en) 2015-09-10 2017-05-23 Hand Held Products, Inc. System and method of determining if a surface is printed or a mobile device screen
US9652648B2 (en) 2015-09-11 2017-05-16 Hand Held Products, Inc. Positioning an object with respect to a target location
CN205091752U (en) 2015-09-18 2016-03-16 手持产品公司 Eliminate environment light flicker noise's bar code scanning apparatus and noise elimination circuit
US9646191B2 (en) 2015-09-23 2017-05-09 Intermec Technologies Corporation Evaluating images
US10373143B2 (en) 2015-09-24 2019-08-06 Hand Held Products, Inc. Product identification using electroencephalography
US9767337B2 (en) 2015-09-30 2017-09-19 Hand Held Products, Inc. Indicia reader safety
US10312483B2 (en) 2015-09-30 2019-06-04 Hand Held Products, Inc. Double locking mechanism on a battery latch
US9844956B2 (en) 2015-10-07 2017-12-19 Intermec Technologies Corporation Print position correction
US9656487B2 (en) 2015-10-13 2017-05-23 Intermec Technologies Corporation Magnetic media holder for printer
US10146194B2 (en) 2015-10-14 2018-12-04 Hand Held Products, Inc. Building lighting and temperature control with an augmented reality system
US9727083B2 (en) 2015-10-19 2017-08-08 Hand Held Products, Inc. Quick release dock system and method
US9876923B2 (en) 2015-10-27 2018-01-23 Intermec Technologies Corporation Media width sensing
US9684809B2 (en) 2015-10-29 2017-06-20 Hand Held Products, Inc. Scanner assembly with removable shock mount
US10249030B2 (en) 2015-10-30 2019-04-02 Hand Held Products, Inc. Image transformation for indicia reading
US10397388B2 (en) 2015-11-02 2019-08-27 Hand Held Products, Inc. Extended features for network communication
US10129414B2 (en) 2015-11-04 2018-11-13 Intermec Technologies Corporation Systems and methods for detecting transparent media in printers
US10026377B2 (en) 2015-11-12 2018-07-17 Hand Held Products, Inc. IRDA converter tag
US9680282B2 (en) 2015-11-17 2017-06-13 Hand Held Products, Inc. Laser aiming for mobile devices
US10192194B2 (en) 2015-11-18 2019-01-29 Hand Held Products, Inc. In-vehicle package location identification at load and delivery times
US10225544B2 (en) 2015-11-19 2019-03-05 Hand Held Products, Inc. High resolution dot pattern
US9864891B2 (en) 2015-11-24 2018-01-09 Intermec Technologies Corporation Automatic print speed control for indicia printer
US9697401B2 (en) 2015-11-24 2017-07-04 Hand Held Products, Inc. Add-on device with configurable optics for an image scanner for scanning barcodes
US10064005B2 (en) 2015-12-09 2018-08-28 Hand Held Products, Inc. Mobile device with configurable communication technology modes and geofences
US10282526B2 (en) 2015-12-09 2019-05-07 Hand Held Products, Inc. Generation of randomized passwords for one-time usage
US9935946B2 (en) 2015-12-16 2018-04-03 Hand Held Products, Inc. Method and system for tracking an electronic device at an electronic device docking station
CN106899713B (en) 2015-12-18 2020-10-16 霍尼韦尔国际公司 Battery cover locking mechanism of mobile terminal and manufacturing method thereof
US9729744B2 (en) 2015-12-21 2017-08-08 Hand Held Products, Inc. System and method of border detection on a document and for producing an image of the document
US10325436B2 (en) 2015-12-31 2019-06-18 Hand Held Products, Inc. Devices, systems, and methods for optical validation
US9727840B2 (en) 2016-01-04 2017-08-08 Hand Held Products, Inc. Package physical characteristic identification system and method in supply chain management
US9805343B2 (en) 2016-01-05 2017-10-31 Intermec Technologies Corporation System and method for guided printer servicing
US11423348B2 (en) 2016-01-11 2022-08-23 Hand Held Products, Inc. System and method for assessing worker performance
US10026187B2 (en) 2016-01-12 2018-07-17 Hand Held Products, Inc. Using image data to calculate an object's weight
US10859667B2 (en) 2016-01-12 2020-12-08 Hand Held Products, Inc. Programmable reference beacons
US9945777B2 (en) 2016-01-14 2018-04-17 Hand Held Products, Inc. Multi-spectral imaging using longitudinal chromatic aberrations
US10235547B2 (en) 2016-01-26 2019-03-19 Hand Held Products, Inc. Enhanced matrix symbol error correction method
US10025314B2 (en) 2016-01-27 2018-07-17 Hand Held Products, Inc. Vehicle positioning and object avoidance
CN205880874U (en) 2016-02-04 2017-01-11 手持产品公司 Long and thin laser beam optical components and laser scanning system
US9990784B2 (en) 2016-02-05 2018-06-05 Hand Held Products, Inc. Dynamic identification badge
US9674430B1 (en) 2016-03-09 2017-06-06 Hand Held Products, Inc. Imaging device for producing high resolution images using subpixel shifts and method of using same
US11125885B2 (en) 2016-03-15 2021-09-21 Hand Held Products, Inc. Monitoring user biometric parameters with nanotechnology in personal locator beacon
US10394316B2 (en) 2016-04-07 2019-08-27 Hand Held Products, Inc. Multiple display modes on a mobile device
US10055625B2 (en) 2016-04-15 2018-08-21 Hand Held Products, Inc. Imaging barcode reader with color-separated aimer and illuminator
US10185906B2 (en) 2016-04-26 2019-01-22 Hand Held Products, Inc. Indicia reading device and methods for decoding decodable indicia employing stereoscopic imaging
US9727841B1 (en) 2016-05-20 2017-08-08 Vocollect, Inc. Systems and methods for reducing picking operation errors
US10183500B2 (en) 2016-06-01 2019-01-22 Datamax-O'neil Corporation Thermal printhead temperature control
US10339352B2 (en) 2016-06-03 2019-07-02 Hand Held Products, Inc. Wearable metrological apparatus
US9940721B2 (en) 2016-06-10 2018-04-10 Hand Held Products, Inc. Scene change detection in a dimensioner
US10791213B2 (en) 2016-06-14 2020-09-29 Hand Held Products, Inc. Managing energy usage in mobile devices
US10163216B2 (en) 2016-06-15 2018-12-25 Hand Held Products, Inc. Automatic mode switching in a volume dimensioner
US9990524B2 (en) 2016-06-16 2018-06-05 Hand Held Products, Inc. Eye gaze detection controlled indicia scanning system and method
US9876957B2 (en) 2016-06-21 2018-01-23 Hand Held Products, Inc. Dual mode image sensor and method of using same
US9955099B2 (en) 2016-06-21 2018-04-24 Hand Held Products, Inc. Minimum height CMOS image sensor
US9864887B1 (en) 2016-07-07 2018-01-09 Hand Held Products, Inc. Energizing scanners
US10085101B2 (en) 2016-07-13 2018-09-25 Hand Held Products, Inc. Systems and methods for determining microphone position
US9662900B1 (en) 2016-07-14 2017-05-30 Datamax-O'neil Corporation Wireless thermal printhead system and method
CN107622217B (en) 2016-07-15 2022-06-07 手持产品公司 Imaging scanner with positioning and display
CN107622218A (en) 2016-07-15 2018-01-23 手持产品公司 With the barcode reader for checking framework
US10896403B2 (en) 2016-07-18 2021-01-19 Vocollect, Inc. Systems and methods for managing dated products
US10714121B2 (en) 2016-07-27 2020-07-14 Vocollect, Inc. Distinguishing user speech from background speech in speech-dense environments
US9902175B1 (en) 2016-08-02 2018-02-27 Datamax-O'neil Corporation Thermal printer having real-time force feedback on printhead pressure and method of using same
US9919547B2 (en) 2016-08-04 2018-03-20 Datamax-O'neil Corporation System and method for active printing consistency control and damage protection
US10640325B2 (en) 2016-08-05 2020-05-05 Datamax-O'neil Corporation Rigid yet flexible spindle for rolled material
US11157869B2 (en) 2016-08-05 2021-10-26 Vocollect, Inc. Monitoring worker movement in a warehouse setting
US9940497B2 (en) 2016-08-16 2018-04-10 Hand Held Products, Inc. Minimizing laser persistence on two-dimensional image sensors
US10372954B2 (en) 2016-08-16 2019-08-06 Hand Held Products, Inc. Method for reading indicia off a display of a mobile device
US10685665B2 (en) 2016-08-17 2020-06-16 Vocollect, Inc. Method and apparatus to improve speech recognition in a high audio noise environment
US10384462B2 (en) 2016-08-17 2019-08-20 Datamax-O'neil Corporation Easy replacement of thermal print head and simple adjustment on print pressure
US10158834B2 (en) 2016-08-30 2018-12-18 Hand Held Products, Inc. Corrected projection perspective distortion
US10286694B2 (en) 2016-09-02 2019-05-14 Datamax-O'neil Corporation Ultra compact printer
US10042593B2 (en) 2016-09-02 2018-08-07 Datamax-O'neil Corporation Printer smart folders using USB mass storage profile
US9805257B1 (en) 2016-09-07 2017-10-31 Datamax-O'neil Corporation Printer method and apparatus
US9946962B2 (en) 2016-09-13 2018-04-17 Datamax-O'neil Corporation Print precision improvement over long print jobs
US10484847B2 (en) 2016-09-13 2019-11-19 Hand Held Products, Inc. Methods for provisioning a wireless beacon
US9881194B1 (en) 2016-09-19 2018-01-30 Hand Held Products, Inc. Dot peen mark image acquisition
US10375473B2 (en) 2016-09-20 2019-08-06 Vocollect, Inc. Distributed environmental microphones to minimize noise during speech recognition
US9701140B1 (en) 2016-09-20 2017-07-11 Datamax-O'neil Corporation Method and system to calculate line feed error in labels on a printer
US9931867B1 (en) 2016-09-23 2018-04-03 Datamax-O'neil Corporation Method and system of determining a width of a printer ribbon
US9785814B1 (en) 2016-09-23 2017-10-10 Hand Held Products, Inc. Three dimensional aimer for barcode scanning
US10181321B2 (en) 2016-09-27 2019-01-15 Vocollect, Inc. Utilization of location and environment to improve recognition
US9936278B1 (en) 2016-10-03 2018-04-03 Vocollect, Inc. Communication headsets and systems for mobile application control and power savings
US9892356B1 (en) 2016-10-27 2018-02-13 Hand Held Products, Inc. Backlit display detection and radio signature recognition
US10114997B2 (en) 2016-11-16 2018-10-30 Hand Held Products, Inc. Reader for optical indicia presented under two or more imaging conditions within a single frame time
US10022993B2 (en) 2016-12-02 2018-07-17 Datamax-O'neil Corporation Media guides for use in printers and methods for using the same
US10909708B2 (en) 2016-12-09 2021-02-02 Hand Held Products, Inc. Calibrating a dimensioner using ratios of measurable parameters of optic ally-perceptible geometric elements
US10395081B2 (en) 2016-12-09 2019-08-27 Hand Held Products, Inc. Encoding document capture bounds with barcodes
CN108616148A (en) 2016-12-09 2018-10-02 手持产品公司 Intelligent battery balance system and method
US10740855B2 (en) 2016-12-14 2020-08-11 Hand Held Products, Inc. Supply chain tracking of farm produce and crops
US10163044B2 (en) 2016-12-15 2018-12-25 Datamax-O'neil Corporation Auto-adjusted print location on center-tracked printers
US10044880B2 (en) 2016-12-16 2018-08-07 Datamax-O'neil Corporation Comparing printer models
US10304174B2 (en) 2016-12-19 2019-05-28 Datamax-O'neil Corporation Printer-verifiers and systems and methods for verifying printed indicia
US10237421B2 (en) 2016-12-22 2019-03-19 Datamax-O'neil Corporation Printers and methods for identifying a source of a problem therein
CN108256367B (en) 2016-12-28 2023-11-24 手持产品公司 Illuminator for DPM scanner
CN108259702B (en) 2016-12-28 2022-03-11 手持产品公司 Method and system for synchronizing illumination timing in a multi-sensor imager
US9827796B1 (en) 2017-01-03 2017-11-28 Datamax-O'neil Corporation Automatic thermal printhead cleaning system
US10652403B2 (en) 2017-01-10 2020-05-12 Datamax-O'neil Corporation Printer script autocorrect
US10468015B2 (en) 2017-01-12 2019-11-05 Vocollect, Inc. Automated TTS self correction system
CN108304741B (en) 2017-01-12 2023-06-09 手持产品公司 Wakeup system in bar code scanner
US11042834B2 (en) 2017-01-12 2021-06-22 Vocollect, Inc. Voice-enabled substitutions with customer notification
US10263443B2 (en) 2017-01-13 2019-04-16 Hand Held Products, Inc. Power capacity indicator
US9802427B1 (en) 2017-01-18 2017-10-31 Datamax-O'neil Corporation Printers and methods for detecting print media thickness therein
US9849691B1 (en) 2017-01-26 2017-12-26 Datamax-O'neil Corporation Detecting printing ribbon orientation
CN108363932B (en) 2017-01-26 2023-04-18 手持产品公司 Method for reading bar code and deactivating electronic anti-theft label of commodity
US10350905B2 (en) 2017-01-26 2019-07-16 Datamax-O'neil Corporation Detecting printing ribbon orientation
US10158612B2 (en) 2017-02-07 2018-12-18 Hand Held Products, Inc. Imaging-based automatic data extraction with security scheme
US10984374B2 (en) 2017-02-10 2021-04-20 Vocollect, Inc. Method and system for inputting products into an inventory system
US10252874B2 (en) 2017-02-20 2019-04-09 Datamax-O'neil Corporation Clutch bearing to keep media tension for better sensing accuracy
US9908351B1 (en) 2017-02-27 2018-03-06 Datamax-O'neil Corporation Segmented enclosure
US10737911B2 (en) 2017-03-02 2020-08-11 Hand Held Products, Inc. Electromagnetic pallet and method for adjusting pallet position
US10195880B2 (en) 2017-03-02 2019-02-05 Datamax-O'neil Corporation Automatic width detection
US10105963B2 (en) 2017-03-03 2018-10-23 Datamax-O'neil Corporation Region-of-interest based print quality optimization
CN108537077B (en) 2017-03-06 2023-07-14 手持产品公司 System and method for bar code verification
US11047672B2 (en) 2017-03-28 2021-06-29 Hand Held Products, Inc. System for optically dimensioning
US10780721B2 (en) 2017-03-30 2020-09-22 Datamax-O'neil Corporation Detecting label stops
US10798316B2 (en) 2017-04-04 2020-10-06 Hand Held Products, Inc. Multi-spectral imaging using longitudinal chromatic aberrations
US10223626B2 (en) 2017-04-19 2019-03-05 Hand Held Products, Inc. High ambient light electronic screen communication method
US9937735B1 (en) 2017-04-20 2018-04-10 Datamax—O'Neil Corporation Self-strip media module
US10463140B2 (en) 2017-04-28 2019-11-05 Hand Held Products, Inc. Attachment apparatus for electronic device
US10810541B2 (en) 2017-05-03 2020-10-20 Hand Held Products, Inc. Methods for pick and put location verification
US10549561B2 (en) 2017-05-04 2020-02-04 Datamax-O'neil Corporation Apparatus for sealing an enclosure
CN108859447B (en) 2017-05-12 2021-11-23 大数据奥尼尔公司 Method for medium exchange process of thermal printer, medium adapter and printer
US10438098B2 (en) 2017-05-19 2019-10-08 Hand Held Products, Inc. High-speed OCR decode using depleted centerlines
US10523038B2 (en) 2017-05-23 2019-12-31 Hand Held Products, Inc. System and method for wireless charging of a beacon and/or sensor device
US10732226B2 (en) 2017-05-26 2020-08-04 Hand Held Products, Inc. Methods for estimating a number of workflow cycles able to be completed from a remaining battery capacity
US10592536B2 (en) 2017-05-30 2020-03-17 Hand Held Products, Inc. Systems and methods for determining a location of a user when using an imaging device in an indoor facility
US9984366B1 (en) 2017-06-09 2018-05-29 Hand Held Products, Inc. Secure paper-free bills in workflow applications
US10035367B1 (en) 2017-06-21 2018-07-31 Datamax-O'neil Corporation Single motor dynamic ribbon feedback system for a printer
US10710386B2 (en) 2017-06-21 2020-07-14 Datamax-O'neil Corporation Removable printhead
US10977594B2 (en) 2017-06-30 2021-04-13 Datamax-O'neil Corporation Managing a fleet of devices
US10778690B2 (en) 2017-06-30 2020-09-15 Datamax-O'neil Corporation Managing a fleet of workflow devices and standby devices in a device network
US10644944B2 (en) 2017-06-30 2020-05-05 Datamax-O'neil Corporation Managing a fleet of devices
US10127423B1 (en) 2017-07-06 2018-11-13 Hand Held Products, Inc. Methods for changing a configuration of a device for reading machine-readable code
US10216969B2 (en) 2017-07-10 2019-02-26 Hand Held Products, Inc. Illuminator for directly providing dark field and bright field illumination
US10264165B2 (en) 2017-07-11 2019-04-16 Hand Held Products, Inc. Optical bar assemblies for optical systems and isolation damping systems including the same
US10867141B2 (en) 2017-07-12 2020-12-15 Hand Held Products, Inc. System and method for augmented reality configuration of indicia readers
US10956033B2 (en) 2017-07-13 2021-03-23 Hand Held Products, Inc. System and method for generating a virtual keyboard with a highlighted area of interest
US10733748B2 (en) 2017-07-24 2020-08-04 Hand Held Products, Inc. Dual-pattern optical 3D dimensioning
US10255469B2 (en) 2017-07-28 2019-04-09 Hand Held Products, Inc. Illumination apparatus for a barcode reader
CN109308430B (en) 2017-07-28 2023-08-15 手持产品公司 Decoding color bar codes
US10650631B2 (en) 2017-07-28 2020-05-12 Hand Held Products, Inc. Systems and methods for processing a distorted image
US10099485B1 (en) 2017-07-31 2018-10-16 Datamax-O'neil Corporation Thermal print heads and printers including the same
US10373032B2 (en) 2017-08-01 2019-08-06 Datamax-O'neil Corporation Cryptographic printhead
CN109388981B (en) 2017-08-04 2024-03-08 手持产品公司 Indicia reader acoustic enclosure for multiple mounting locations
CN109390994B (en) 2017-08-11 2023-08-11 手持产品公司 Soft power start solution based on POGO connector
CN109424871B (en) 2017-08-18 2023-05-05 手持产品公司 Illuminator for bar code scanner
US10399359B2 (en) 2017-09-06 2019-09-03 Vocollect, Inc. Autocorrection for uneven print pressure on print media
US10372389B2 (en) 2017-09-22 2019-08-06 Datamax-O'neil Corporation Systems and methods for printer maintenance operations
US10756900B2 (en) 2017-09-28 2020-08-25 Hand Held Products, Inc. Non-repudiation protocol using time-based one-time password (TOTP)
US10621470B2 (en) 2017-09-29 2020-04-14 Datamax-O'neil Corporation Methods for optical character recognition (OCR)
US10245861B1 (en) 2017-10-04 2019-04-02 Datamax-O'neil Corporation Printers, printer spindle assemblies, and methods for determining media width for controlling media tension
US10728445B2 (en) 2017-10-05 2020-07-28 Hand Held Products Inc. Methods for constructing a color composite image
US10884059B2 (en) 2017-10-18 2021-01-05 Hand Held Products, Inc. Determining the integrity of a computing device
US10654287B2 (en) 2017-10-19 2020-05-19 Datamax-O'neil Corporation Print quality setup using banks in parallel
US10084556B1 (en) 2017-10-20 2018-09-25 Hand Held Products, Inc. Identifying and transmitting invisible fence signals with a mobile data terminal
US10293624B2 (en) 2017-10-23 2019-05-21 Datamax-O'neil Corporation Smart media hanger with media width detection
US10399369B2 (en) 2017-10-23 2019-09-03 Datamax-O'neil Corporation Smart media hanger with media width detection
US10679101B2 (en) 2017-10-25 2020-06-09 Hand Held Products, Inc. Optical character recognition systems and methods
US10210364B1 (en) 2017-10-31 2019-02-19 Hand Held Products, Inc. Direct part marking scanners including dome diffusers with edge illumination assemblies
US10181896B1 (en) 2017-11-01 2019-01-15 Hand Held Products, Inc. Systems and methods for reducing power consumption in a satellite communication device
US10427424B2 (en) 2017-11-01 2019-10-01 Datamax-O'neil Corporation Estimating a remaining amount of a consumable resource based on a center of mass calculation
US10369823B2 (en) 2017-11-06 2019-08-06 Datamax-O'neil Corporation Print head pressure detection and adjustment
US10369804B2 (en) 2017-11-10 2019-08-06 Datamax-O'neil Corporation Secure thermal print head
US10399361B2 (en) 2017-11-21 2019-09-03 Datamax-O'neil Corporation Printer, system and method for programming RFID tags on media labels
US10654697B2 (en) 2017-12-01 2020-05-19 Hand Held Products, Inc. Gyroscopically stabilized vehicle system
US10232628B1 (en) 2017-12-08 2019-03-19 Datamax-O'neil Corporation Removably retaining a print head assembly on a printer
US10703112B2 (en) 2017-12-13 2020-07-07 Datamax-O'neil Corporation Image to script converter
US10756563B2 (en) 2017-12-15 2020-08-25 Datamax-O'neil Corporation Powering devices using low-current power sources
US10323929B1 (en) 2017-12-19 2019-06-18 Datamax-O'neil Corporation Width detecting media hanger
US10773537B2 (en) 2017-12-27 2020-09-15 Datamax-O'neil Corporation Method and apparatus for printing
US10546160B2 (en) 2018-01-05 2020-01-28 Datamax-O'neil Corporation Methods, apparatuses, and systems for providing print quality feedback and controlling print quality of machine-readable indicia
US10803264B2 (en) 2018-01-05 2020-10-13 Datamax-O'neil Corporation Method, apparatus, and system for characterizing an optical system
US10795618B2 (en) 2018-01-05 2020-10-06 Datamax-O'neil Corporation Methods, apparatuses, and systems for verifying printed image and improving print quality
US10834283B2 (en) 2018-01-05 2020-11-10 Datamax-O'neil Corporation Methods, apparatuses, and systems for detecting printing defects and contaminated components of a printer
US10731963B2 (en) 2018-01-09 2020-08-04 Datamax-O'neil Corporation Apparatus and method of measuring media thickness
US10897150B2 (en) 2018-01-12 2021-01-19 Hand Held Products, Inc. Indicating charge status
US10809949B2 (en) 2018-01-26 2020-10-20 Datamax-O'neil Corporation Removably couplable printer and verifier assembly
US10584962B2 (en) 2018-05-01 2020-03-10 Hand Held Products, Inc System and method for validating physical-item security
US10434800B1 (en) 2018-05-17 2019-10-08 Datamax-O'neil Corporation Printer roll feed mechanism
US11639846B2 (en) 2019-09-27 2023-05-02 Honeywell International Inc. Dual-pattern optical 3D dimensioning

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040078568A1 (en) 2002-10-16 2004-04-22 Duc Pham Secure file system server architecture and methods
US20080086729A1 (en) 2006-10-10 2008-04-10 Yuki Kondoh Data processor
US20080155276A1 (en) 2006-12-20 2008-06-26 Ben Wei Chen Secure storage system and method of use
CN101763225A (en) 2010-01-22 2010-06-30 蓝盾信息安全技术股份有限公司 System and method for protecting virtual disk files
CN101853363A (en) 2010-05-07 2010-10-06 北京飞天诚信科技有限公司 File protection method and system
US8336107B2 (en) 2007-04-27 2012-12-18 Angel Secure Networks, Inc. System and methods for defending against root
WO2013189008A1 (en) 2012-06-18 2013-12-27 Honeywell International Inc. Design pattern for secure store
US8856821B2 (en) 2009-01-14 2014-10-07 Mobitv, Inc. Distributed scheduling of media channel playout

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040078568A1 (en) 2002-10-16 2004-04-22 Duc Pham Secure file system server architecture and methods
US20080086729A1 (en) 2006-10-10 2008-04-10 Yuki Kondoh Data processor
US20080155276A1 (en) 2006-12-20 2008-06-26 Ben Wei Chen Secure storage system and method of use
US8336107B2 (en) 2007-04-27 2012-12-18 Angel Secure Networks, Inc. System and methods for defending against root
US8856821B2 (en) 2009-01-14 2014-10-07 Mobitv, Inc. Distributed scheduling of media channel playout
CN101763225A (en) 2010-01-22 2010-06-30 蓝盾信息安全技术股份有限公司 System and method for protecting virtual disk files
CN101853363A (en) 2010-05-07 2010-10-06 北京飞天诚信科技有限公司 File protection method and system
US20130080773A1 (en) 2010-05-07 2013-03-28 Zhuo Lu File protecting method and a system therefor
WO2013189008A1 (en) 2012-06-18 2013-12-27 Honeywell International Inc. Design pattern for secure store
US9659183B2 (en) 2012-06-18 2017-05-23 Honeywell International Inc. Pattern for secure store

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Internation Search Report for Parent Application WO2013/189008 (PCT/CN2012/077067), dated Mar. 28, 2013, 2 pages Previously submitted in parent.

Also Published As

Publication number Publication date
US20170329988A1 (en) 2017-11-16
WO2013189008A1 (en) 2013-12-27
US20150220753A1 (en) 2015-08-06
US9659183B2 (en) 2017-05-23

Similar Documents

Publication Publication Date Title
US10019594B2 (en) Pattern for secure store
EP2278524A1 (en) System and method for software activation
US20130185564A1 (en) Systems and methods for multi-layered authentication/verification of trusted platform updates
US20140123255A1 (en) System and method for device authentication with built-in tolerance
US9678766B2 (en) Controlling the configuration of computer systems
US11601281B2 (en) Managing user profiles securely in a user environment
US9904484B2 (en) Securing protected information based on software designation
US11354439B2 (en) Content control through third-party data aggregation services
US10346179B2 (en) Information processing apparatus, server apparatus, information processing system, control method, and computer program
US20170237563A1 (en) Controlled storage device access
US9824231B2 (en) Retention management in a facility with multiple trust zones and encryption based secure deletion
US10402893B2 (en) System and method for preventing multiple online purchases
US20190278886A1 (en) System for secure provisioning and enforcement of system-on-chip (soc) features
US11409880B2 (en) Blackbox security for containers
US20100037066A1 (en) Information processing apparatus, method, program, and information processing system
KR20120104271A (en) Securing execution of computational resources
US9607135B2 (en) Asset protection based on redundantly associated trusted entitlement verification
US10747871B2 (en) System and method for producing secure data management software
US20150113281A1 (en) Multiple application platform owner keys in a secure object computer system
CN110677483A (en) Information processing system and trusted security management system
US11836255B1 (en) Microcontroller unit (MCU) secure boot
CN114201761B (en) Enhancing metric agent security in trusted computing systems
US20100325200A1 (en) System and Method for Software Activation Through Digital Media Fingerprinting

Legal Events

Date Code Title Description
STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4