US20010025343A1 - Random bit mask generation for obscuring data on nonvolatile memory device - Google Patents
Random bit mask generation for obscuring data on nonvolatile memory device Download PDFInfo
- Publication number
- US20010025343A1 US20010025343A1 US09/795,407 US79540701A US2001025343A1 US 20010025343 A1 US20010025343 A1 US 20010025343A1 US 79540701 A US79540701 A US 79540701A US 2001025343 A1 US2001025343 A1 US 2001025343A1
- Authority
- US
- United States
- Prior art keywords
- information
- memory
- overwriting
- storing
- automatically
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/606—Protecting data by securing the transmission between two devices or processes
- G06F21/608—Secure printing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/38—Payment protocols; Details thereof
- G06Q20/382—Payment protocols; Details thereof insuring higher security of transaction
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2143—Clearing memory, e.g. to prevent the data from being stolen
Definitions
- the present invention relates generally to a method and apparatus for safeguarding data stored in memory and specifically to a method to prevent unauthorized access to data stored temporarily in a nonvolatile memory, such as a hard disk drive.
- Digital copiers, laser printers, facsimile machines, document scanners, computers, cellular telephones, digital cameras, and multifunction devices possess several properties in common. All these devices are capable of processing a digital image of a document (“image,” “data,” “image data,” or “image data file”). If the device is able to “read” a document, it typically includes a scanner component, and if the device is able to print a document, it typically includes a printer component. Additionally, these devices typically incorporate a memory. These devices may be collectively referred to as “digital document processors.”
- Digital document processors may perform one or more of the following operations: scanning, storing, transmitting, reading, viewing, printing, and deleting. Depending on the particular digital document processor, additional operations may also be performed.
- a digital document processor may be able to perform the operation of scanning an original document.
- the document is illuminated and a charge coupled device or a contact image sensor converts the reflected image into a plurality of electrical signals that together create a digital image of the original document. All or part of the scanned image data is typically stored in a memory.
- a digital document processor may be able to perform the operation of printing image data stored in a memory.
- One type of printing laser printing, may be accomplished by reading image data from memory in another digital document processor (such as a computer) and using the data to turn a laser beam on and off as the beam scans a charged drum. Where the laser beam strikes the drum, charges are neutralized. Areas not exposed to the beam attract toner powder which is transferred to paper passing over the drum. Pressure applied to the paper as it passes over the drum fuses the toner powder to the paper.
- the image data stored in memory is thus converted to a physical representation on paper.
- the image data may also be read from the digital document processor's memory.
- image data in computer memory may be buffered in a printer memory.
- confidential or secure image data may be stored in a digital document processor's memory and not printed until an authorized user enters a personal identification number. In this way, a user may send a confidential document to a printer and the document will not print until the user is present.
- a digital document processor may be able to perform the operation of copying an original document.
- image data to memory By storing image data to memory, multiple copies can be made without repeatedly inputting an original document.
- storing image data to memory permits image size, orientation, and page sequence to be modified prior to printing.
- two original 81 ⁇ 2′′ by 11′′ images stored in memory may be rotated 90 degrees, reduced in size, and printed side-by-side on one side of a single 81 ⁇ 2′′ by 11′′ sheet of paper.
- a large number of original images may be reduced, reoriented, and printed side-by-side on the front and back sides of sheets of paper in a sequence different from the copy sequence in book format.
- a transmitting operation stores image data in a facsimile memory so that an image can be transmitted later or so that images can be simultaneously transmitted and received.
- memory is used in digital document processors for other purposes readily apparent to one skilled in the art.
- a document may be represented in memory as a bit-mapped image.
- a bit map is a representation of an original document that consists of rows and columns of dots. The value of each dot may be stored in memory as a single bit to represent a black or white value, or as a byte or several bytes for shades of gray or for colors.
- Documents may be stored using other storage schemes, but they are all based on a binary code that uses ones (“positives”) or zeros (“negatives”). Throughout this document, storage schemes may be discussed in terms of bit mapping, but one skilled in the art could apply the same principles to other storage schemes.
- Memory may include both volatile memory and nonvolatile memory.
- “Nonvolatile memory” means any memory having the property of retaining stored data when electrical power fails or is turned off. Examples of nonvolatile memory include hard disks, floppy disks, optical disks, compact disks (“CDs”), digital versatile disks (“DVDs”), tape drives, and various integrated circuit (“IC”) memories, as further defined below.
- Nonvolatile memory devices such as floppy disks, hard disks, magnetic tape, optical disks, CDs, and DVDs, are made from media that can be permanently altered to store a bit of information.
- floppy disks, hard disks, and magnetic tape data is stored by writing a pattern of magnetic fields on a magnetic material. Data is read by sensing the presence of a magnetic field and its direction.
- a laser is used to form and read bumps on a plastic media.
- IC devices such as erasable programmable read-only memory (“EPROM”), electrically erasable programmable read-only memory (“EEPROM”), flash erasable programmable read-only memory, nonvolatile random access memory (“NVRAM”), and flash memory chips represent another type of nonvolatile memory. In these devices, data is represented by electric charges stored on insulated gates. Another type of IC nonvolatile memory is a static random access memory with a battery backup.
- each disk may store a directory for the disk.
- the directory is used to identify the location where the data is stored.
- the directory is also used to identify “free” locations where new data may be stored.
- it may require formatting to define locations where data may be stored.
- a user issues a command to format a disk containing previously stored data
- only the directory is updated to indicate locations where data may be stored.
- a user issues a command to delete a file stored on a disk
- only the directory is updated.
- data on a disk may be stored and retrieved using a linked list data structure instead of a table.
- a disadvantage of nonvolatile memory or storage devices is that the stored data may be viewed by unauthorized persons. Because nonvolatile memory retains stored data when electrical power fails or is turned off, it is possible to remove a nonvolatile memory device from a digital document processor, install the memory in a computing system, and use the computing system to read data stored in the nonvolatile memory.
- a further disadvantage of nonvolatile storage devices is that even when data has been “erased,” it may still be possible to recover and read the information.
- Data may be recovered and read because only a directory entry or a pointer to the data was erased, because data compression or multibit coding techniques do not overwrite a substantial portion of the data, or because sophisticated techniques may be used to detect residual elements of a magnetic pattern remain on the disk even after an overwrite.
- Some types of security solutions erase the entire memory. For example, degaussing may be used to neutralize or demagnetize an entire magnetic memory. Physical destruction may be used to prevent access to an entire optical memory.
- the entire memory of an IC device such as an EPROM, may be erased by shining an ultraviolet light through a quartz window in the top of the package. In other ICs, such as an EEPROM, the entire memory may be electrically erased by downloading a bit sequence to the device.
- Overwriting refers to storing new useful data or a meaningless bit pattern at the memory location of the data to be erased.
- the overwritten bit pattern may be all ones, all zeros, or any predetermined sequence of binary values.
- the bit pattern may be a random or pseudo-random pattern of binary values (“random bit mask”).
- random bit mask A pseudo-random number sequence is so named because an identical sequence of numbers is created each time the generator is invoked, and the sequence eventually repeats.
- PowerQuest's DATAGONETM is a commercially available software program that erases data from a hard disk using overwriting operations. DATAGONETM erases an entire partition of a hard drive.
- White Canyon Software's SECURECLEANTM is another software program that erases data from a hard disk by performing overwrite operations at the file level.
- Windmill Software Ltd.'s Windmill Logger is a data acquisition software program that exemplifies the use of an overwriting operation to conserve space on a hard disk drive.
- the user may specify a set of data files that may be reused. For example, seven data files, one for each day of the week, may be specified. When all seven specified files are full, data in the first file is automatically overwritten with new data. On the next day, the second data file is over-written, etc.
- U.S. Pat. No. 6,012,145 to Mathers, et al. (“the Mathers reference”) discloses another means for securing nonvolatile memory. Specifically, the Mathers reference discloses a password security system for protecting information recorded on the portable hard disk drives that are typically used in laptop portable computers. The Mathers reference requires an additional microprocessor, a keyboard, a display, and an operating system. While the Mathers reference provides a security means for portable hard disk drives, the additional hardware and software required make it expensive and impractical for use with hard disk drives incorporated into digital document processors other than portable laptop computers.
- Ukai et al., U.S. Pat. No. 5,642,199, (“the Ukai reference”) discloses a digital copier or a complex copier having a facsimile function with a security function for keeping a record of persons who copied or transmitted images and the dates of copying or transmission. In addition, the type of image may be recorded, or a “thinned” version of the document image may be saved. While the Ukai reference discloses a means for identifying the person who may have had unauthorized access to a document, it does not prevent unauthorized access to a document.
- the primary concern is to perform an operation, not to store data.
- the present invention is directed to keeping data secure when data storage is transitory and incidental to an operation, that is, when it is known that the data need only be stored until an operation is complete. There is no intent to store the data. When the operation is complete, the stored image data in memory is no longer needed, but leaving the unneeded image data in memory creates a security risk.
- the present invention relates generally to a method for safeguarding data stored in memory and specifically to a method for preventing unauthorized access to data stored temporarily in a nonvolatile memory.
- One preferred embodiment of the present invention is a method for concealing information stored in a digital document processor memory, comprising storing information, conducting an operation on the stored information, and automatically overwriting the information with a bit mask.
- An alternative preferred embodiment of the present invention safeguards the erased image data against computer access outside the scope of normal operation of a digital document processor by actually erasing the data, not just restricting its access.
- An additional preferred embodiment safeguards the erased image data from sophisticated methods that use residual elements that remain on a disk to recover the original data.
- FIG. 1 is a flow diagram of an exemplary embodiment of the present invention, illustrating operation of a digital copier system whose image data, stored temporarily in a nonvolatile copier memory, is automatically overwritten with a bit mask.
- FIG. 2 is a flow diagram of an exemplary embodiment of the present invention, illustrating operation of a facsimile machine whose image data, stored temporarily in a nonvolatile facsimile memory, is automatically overwritten with a bit mask.
- FIG. 3 is a flow diagram of an exemplary embodiment of the present invention, illustrating operation of a printer whose image data, stored temporarily in a nonvolatile printer memory is automatically overwritten with a bit mask.
- FIGS. 4A, 4B are flow diagrams of an exemplary embodiment of the present invention, illustrating operation of a scanner, a computer system, and a printer whose respective image data, stored temporarily in nonvolatile memories, are automatically overwritten with a bit mask after an operation is completed.
- FIG. 5 is a flow diagram of an exemplary embodiment of the present invention, illustrating a method of deleting a plurality of image data files stored in a plurality of nonvolatile memories by automatically overwriting image data in each file with a bit mask.
- FIGS. 1 - 5 are exemplary embodiments of the present invention showing a method for safeguarding data stored temporarily in a nonvolatile memory.
- FIG. 1 shows the invention as applied to a digital copier.
- FIG. 2 shows the invention as applied to a facsimile machine.
- FIG. 3 show the invention as applied to a printer.
- FIGS. 4A and 4B show the invention as applied to a several digital document processors.
- FIG. 5 shows the invention as applied to a method for safeguarding data stored temporarily in a plurality of memories.
- These examples embody the basic principles of the methods or approaches of the present invention for concealing (“obscuring,” “obliterating,” “erasing,” or “deleting”) information stored in at least one memory. Specifically, these examples show storing information to memory, conducting an operation on the information, and automatically overwriting the information by storing a bit mask to the memory.
- FIG. 1 shows an exemplary embodiment of the present invention directed to a digital copier system.
- an original document is scanned 100 , converted to image data 105 , and stored in a copier memory 110 .
- the steps are repeated until all pages of the original document have been scanned and stored in memory 115 .
- the image data is read from memory 120 and used to print an image of each page of the original document 125 .
- the image data stored in the copier memory is automatically overwritten with a bit mask 135 . It should be noted that this method may be modified, for example, by automatically overwriting after each page is printed.
- FIG. 2 shows an exemplary embodiment of the present invention directed to a facsimile machine.
- an original document is scanned 200 , converted to image data 205 , and stored in a facsimile memory 210 .
- the image data is used to transmit an image of the original document to a receiver 215 .
- the receiver may be a facsimile machine, a computer system, a printer, or any other digital document processor capable of receiving facsimile transmissions.
- the receiver may have receiver memory associated with it. After successful transmission to the receiver, the image data stored in the facsimile memory is automatically overwritten with a bit mask 220 . These steps are repeated until all pages of the original document have been scanned and transmitted to the receiver 225 .
- the facsimile memory is automatically overwritten with a bit mask after all pages are scanned and transmitted.
- the facsimile machine or other digital document processor that receives the image may include an embodiment of the present invention in which the received image is saved to memory and automatically overwritten after it is printed.
- FIG. 3 shows an exemplary embodiment of the present invention directed to a printer.
- an image is received from a transmitting device 300 and stored in a printer memory 305 .
- the transmitting device may be a computer system or any other device capable of transmitting image data.
- the image data is read from the printer memory 310 and used to print an image 315 .
- the image data stored in the printer memory is automatically overwritten with a bit mask 320 . It should be noted that this method may be modified. In a large document, for example, memory may automatically be overwritten as the image data is used to print each page of the image.
- FIGS. 4A, 4B show an exemplary embodiment of the present invention as applied to a scanner, computer, and printer. These figures show how the present invention may be used in multiple digital document processors.
- an original document is scanned 400 , converted to image data 405 , and stored in a scanner memory 410 .
- the image data is transmitted to the computer 415 where it is received 420 and stored in a computer memory 425 , then the scanner's memory is automatically overwritten with a bit mask 430 .
- the image data is transmitted to the printer 435 , and, as shown in FIG. 4B, is received 450 and stored in a printer memory 455 .
- the stored image data in the computer memory is automatically overwritten with a bit mask 440 .
- the stored image data in the computer memory is not automatically overwritten with a bit mask.
- the image data is read from the printer memory 460 and used to print an image 465 . After the image is successfully printed, the image data stored in the printer memory is automatically overwritten with a bit mask 470 .
- FIG. 5 shows an exemplary embodiment of the present invention directed to a method of deleting a plurality of temporary image data files stored in a plurality of nonvolatile memories by automatically overwriting the image data in each file with a bit mask when the operation or operations that created the temporary image data files are complete.
- Temporary image data files are created by digital document processors for many reasons including Internet downloading, viewing, backing-up, printing, and for other reasons readily apparent to one skilled in the art. These temporary files tend to clutter a system and create a security risk.
- a digital document processor receives a document image 500 , and stores the image data in a first temporary memory 505 .
- a computer receives image data via the Internet, and it is stored in a temporary Internet file.
- a user views the image data on a display or computer screen 515 .
- the viewing operation includes an operation of storing image data 520 in a second temporary memory dedicated to the display.
- An automatic backup operation is performed 525 wherein image data is stored in a third temporary memory 530 . (Automatic backup operations may be performed at short periodic intervals so that if the system loses power before the user requests a save operation, only those changes made by a user to a document since the last automatic save operation will be lost).
- a user performs a printing operation 535 that includes the operations of storing image data 540 in a fourth temporary memory on the digital document processor and in a printer memory.
- a search is performed to find an image data file stored in a temporary memory 550 .
- the image is overwritten with a bit mask 555 .
- the steps of finding image data and overwriting the image with a bit map are repeated until all images stored in memory are found and overwritten 560 .
- the image data stored in a temporary memory is overwritten with a bit mask when each operation that created the image is complete. For example, a viewing operation may result in image data being stored in a first temporary memory. After viewing is concluded, the image data stored in the first memory is automatically overwritten with a bit mask.
- the present invention may be adopted for many purposes and may have many variations.
- the present invention may be adopted for use with any digital document processor including a photocopier, a printer, a document scanner, a facsimile machine, a computer, a personal digital assistant, a cellular telephone, or a digital camera.
- the operation that triggers the automatic overwrite may be printing, copying, scanning, deleting, storing, modifying, transmitting, reading, writing, viewing, or any other type of operation implemented by a digital document processor.
- the overwrite function may overwrite memory with a variety of bit masks, for example, a pseudo-randomly generated bit mask, a randomly generated bit mask, a predetermined bit mask, a sequence of binary ones, a sequence of binary zeros, a predetermined sequence of binary numbers, information bits with a positive polarity, or information bits with a negative polarity.
- the overwrite function may consist of overwriting memory multiple times with one or more different bit masks. The overwriting scheme selected may be optimized for specific types of storage technology.
- overwriting schemes may include: (1) a single write with a random or pseudo-random bit mask; (2) multiple writes with random or pseudo-random bit masks; or (3) multiple writes with a combination of predetermined, predictable bit masks (such as all ones, all zeros, checkerboard, etc.) and unpredictable (such as random and pseudo-random) bit masks.
- an operation being conducted is interrupted (for example, by a power failure or a paper jam) the invention will automatically overwrite any stored information on the memory (“automatic interruption overwrite”).
- automatic interruption overwrite could require an additional backup power source, so that if power were interrupted, there would be enough energy available to automatically overwrite the information.
- Automatic interruption overwrite would prevent information from being stolen by someone's disrupting power and then pulling the memory.
- the operation must be completed before the invention automatically overwrites any information on the memory (“completed overwrite”). This embodiment might be chosen if a user were more concerned with losing information by computer error than by theft.
- devices may allow a user to toggle between or select between the automatic interruption overwrite feature and the completed overwrite feature. Alternately, a programmer may select the automatic interruption overwrite or completed overwrite for select or all operations, so that devices are preprogrammed with the features.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Computer Hardware Design (AREA)
- General Health & Medical Sciences (AREA)
- Bioethics (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Strategic Management (AREA)
- General Business, Economics & Management (AREA)
- Storage Device Security (AREA)
- Facsimiles In General (AREA)
Abstract
A method and apparatus for preventing unauthorized access to information temporarily stored in memory, such as a hard disk drive, associated with a digital document processor, such as a digital copier, printer, or facsimile machine. This invention includes storing information to memory, conducting an operation on the information, and automatically overwriting the information one or more times with a bit mask. Bit masks may be non-random or random sequences of binary values.
Description
- The present invention relates generally to a method and apparatus for safeguarding data stored in memory and specifically to a method to prevent unauthorized access to data stored temporarily in a nonvolatile memory, such as a hard disk drive.
- Digital copiers, laser printers, facsimile machines, document scanners, computers, cellular telephones, digital cameras, and multifunction devices possess several properties in common. All these devices are capable of processing a digital image of a document (“image,” “data,” “image data,” or “image data file”). If the device is able to “read” a document, it typically includes a scanner component, and if the device is able to print a document, it typically includes a printer component. Additionally, these devices typically incorporate a memory. These devices may be collectively referred to as “digital document processors.”
- Digital document processors may perform one or more of the following operations: scanning, storing, transmitting, reading, viewing, printing, and deleting. Depending on the particular digital document processor, additional operations may also be performed.
- A digital document processor may be able to perform the operation of scanning an original document. The document is illuminated and a charge coupled device or a contact image sensor converts the reflected image into a plurality of electrical signals that together create a digital image of the original document. All or part of the scanned image data is typically stored in a memory.
- A digital document processor may be able to perform the operation of printing image data stored in a memory. One type of printing, laser printing, may be accomplished by reading image data from memory in another digital document processor (such as a computer) and using the data to turn a laser beam on and off as the beam scans a charged drum. Where the laser beam strikes the drum, charges are neutralized. Areas not exposed to the beam attract toner powder which is transferred to paper passing over the drum. Pressure applied to the paper as it passes over the drum fuses the toner powder to the paper. The image data stored in memory is thus converted to a physical representation on paper. The image data may also be read from the digital document processor's memory. For example, to accommodate the slower speed of a printer without idling a computer's faster input/output bus, image data in computer memory may be buffered in a printer memory. In addition, confidential or secure image data may be stored in a digital document processor's memory and not printed until an authorized user enters a personal identification number. In this way, a user may send a confidential document to a printer and the document will not print until the user is present.
- A digital document processor may be able to perform the operation of copying an original document. By storing image data to memory, multiple copies can be made without repeatedly inputting an original document. In addition, storing image data to memory permits image size, orientation, and page sequence to be modified prior to printing. For example, two original 8½″ by 11″ images stored in memory may be rotated 90 degrees, reduced in size, and printed side-by-side on one side of a single 8½″ by 11″ sheet of paper. As a further example, a large number of original images may be reduced, reoriented, and printed side-by-side on the front and back sides of sheets of paper in a sequence different from the copy sequence in book format.
- As exemplified by the scanning, printing, and copying operations, most operations use memory at one or more steps. A transmitting operation, for example, stores image data in a facsimile memory so that an image can be transmitted later or so that images can be simultaneously transmitted and received. In addition, memory is used in digital document processors for other purposes readily apparent to one skilled in the art.
- A document may be represented in memory as a bit-mapped image. A bit map is a representation of an original document that consists of rows and columns of dots. The value of each dot may be stored in memory as a single bit to represent a black or white value, or as a byte or several bytes for shades of gray or for colors. Documents may be stored using other storage schemes, but they are all based on a binary code that uses ones (“positives”) or zeros (“negatives”). Throughout this document, storage schemes may be discussed in terms of bit mapping, but one skilled in the art could apply the same principles to other storage schemes.
- Memory may include both volatile memory and nonvolatile memory. “Nonvolatile memory” means any memory having the property of retaining stored data when electrical power fails or is turned off. Examples of nonvolatile memory include hard disks, floppy disks, optical disks, compact disks (“CDs”), digital versatile disks (“DVDs”), tape drives, and various integrated circuit (“IC”) memories, as further defined below.
- Nonvolatile memory devices, such as floppy disks, hard disks, magnetic tape, optical disks, CDs, and DVDs, are made from media that can be permanently altered to store a bit of information. In the case of floppy disks, hard disks, and magnetic tape, data is stored by writing a pattern of magnetic fields on a magnetic material. Data is read by sensing the presence of a magnetic field and its direction. In the case of optical disks, CDs, and DVDs, a laser is used to form and read bumps on a plastic media.
- IC devices such as erasable programmable read-only memory (“EPROM”), electrically erasable programmable read-only memory (“EEPROM”), flash erasable programmable read-only memory, nonvolatile random access memory (“NVRAM”), and flash memory chips represent another type of nonvolatile memory. In these devices, data is represented by electric charges stored on insulated gates. Another type of IC nonvolatile memory is a static random access memory with a battery backup.
- With disk type nonvolatile memory, a portion of each disk may store a directory for the disk. To locate a particular data file, the directory is used to identify the location where the data is stored. The directory is also used to identify “free” locations where new data may be stored. In addition, before a disk can be used it may require formatting to define locations where data may be stored. When a user issues a command to format a disk containing previously stored data, only the directory is updated to indicate locations where data may be stored. Similarly, when a user issues a command to delete a file stored on a disk, only the directory is updated. Alternatively, data on a disk may be stored and retrieved using a linked list data structure instead of a table. When a user issues a delete command, only a pointer to the data is updated. In all three situations, however, data remains on the disk until it is later overwritten.
- Even when image data is overwritten with new information, a substantial portion or residual elements of the overwritten information may remain on the disk. First, modern disks commonly use data compression and multibit coding techniques. With these techniques, overwriting all zeros, for example, results in writing a single zero and a follow-on code indicating the length of the run. These techniques may result in substantial portions of the original information remaining on the disk. Second, the pattern of magnetization on a disk is modified when image data is stored. Traces of the modified pattern of magnetization remain even after it is overwritten. Sophisticated techniques have been developed that sense subtle changes in magnetization and enable the overwritten information to be recovered from residual elements.
- A disadvantage of nonvolatile memory or storage devices is that the stored data may be viewed by unauthorized persons. Because nonvolatile memory retains stored data when electrical power fails or is turned off, it is possible to remove a nonvolatile memory device from a digital document processor, install the memory in a computing system, and use the computing system to read data stored in the nonvolatile memory. A further disadvantage of nonvolatile storage devices is that even when data has been “erased,” it may still be possible to recover and read the information. Data may be recovered and read because only a directory entry or a pointer to the data was erased, because data compression or multibit coding techniques do not overwrite a substantial portion of the data, or because sophisticated techniques may be used to detect residual elements of a magnetic pattern remain on the disk even after an overwrite.
- The security risk associated with memory being readable after it is removed from a digital document processor has been recognized, and security solutions for protecting the confidentiality of data stored in memory have been attempted.
- Some types of security solutions erase the entire memory. For example, degaussing may be used to neutralize or demagnetize an entire magnetic memory. Physical destruction may be used to prevent access to an entire optical memory. The entire memory of an IC device, such as an EPROM, may be erased by shining an ultraviolet light through a quartz window in the top of the package. In other ICs, such as an EEPROM, the entire memory may be electrically erased by downloading a bit sequence to the device.
- Because data is generally recoverable if it is merely “deleted” or “erased” by a software program, the overwriting security solution was developed to obscure or conceal the data. When information is identified as sensitive or a security risk, a specific overwriting instruction is made. Alternatively, data may kept for a predefined period until the memory is needed again and then overwritten.
- Overwriting refers to storing new useful data or a meaningless bit pattern at the memory location of the data to be erased. When overwriting is used to conceal information, the overwritten bit pattern may be all ones, all zeros, or any predetermined sequence of binary values. Alternately, the bit pattern may be a random or pseudo-random pattern of binary values (“random bit mask”). A pseudo-random number sequence is so named because an identical sequence of numbers is created each time the generator is invoked, and the sequence eventually repeats. An advantage of overwriting with a random bit mask is that the ability of sophisticated techniques to reconstruct the original data from residual elements is significantly diminished.
- Several government agencies have established standards for overwriting data stored on a hard disk drive. Typically, these standards require two or more overwrite operations. The Department of Defense, for example, requires three overwrites: (1) a binary value is written, (2) a complementary binary value is written, and (3) a random value is written.
- PowerQuest's DATAGONE™ is a commercially available software program that erases data from a hard disk using overwriting operations. DATAGONE™ erases an entire partition of a hard drive. White Canyon Software's SECURECLEAN™ is another software program that erases data from a hard disk by performing overwrite operations at the file level.
- Windmill Software Ltd.'s Windmill Logger is a data acquisition software program that exemplifies the use of an overwriting operation to conserve space on a hard disk drive. To prevent a user's hard disk drive from being filled with data, the user may specify a set of data files that may be reused. For example, seven data files, one for each day of the week, may be specified. When all seven specified files are full, data in the first file is automatically overwritten with new data. On the next day, the second data file is over-written, etc.
- U.S. Pat. No. 6,012,145 to Mathers, et al. (“the Mathers reference”) discloses another means for securing nonvolatile memory. Specifically, the Mathers reference discloses a password security system for protecting information recorded on the portable hard disk drives that are typically used in laptop portable computers. The Mathers reference requires an additional microprocessor, a keyboard, a display, and an operating system. While the Mathers reference provides a security means for portable hard disk drives, the additional hardware and software required make it expensive and impractical for use with hard disk drives incorporated into digital document processors other than portable laptop computers.
- Ukai, et al., U.S. Pat. No. 5,642,199, (“the Ukai reference”) discloses a digital copier or a complex copier having a facsimile function with a security function for keeping a record of persons who copied or transmitted images and the dates of copying or transmission. In addition, the type of image may be recorded, or a “thinned” version of the document image may be saved. While the Ukai reference discloses a means for identifying the person who may have had unauthorized access to a document, it does not prevent unauthorized access to a document.
- All the known solutions for keeping image data secure are concerned with image data that a user intends to store for a time. Subsequently, a specific request (or a predefined instruction) is made to delete, erase, or overwrite the image data when it is no longer needed.
- With the present invention the primary concern is to perform an operation, not to store data. The present invention, therefore, is directed to keeping data secure when data storage is transitory and incidental to an operation, that is, when it is known that the data need only be stored until an operation is complete. There is no intent to store the data. When the operation is complete, the stored image data in memory is no longer needed, but leaving the unneeded image data in memory creates a security risk.
- The present invention relates generally to a method for safeguarding data stored in memory and specifically to a method for preventing unauthorized access to data stored temporarily in a nonvolatile memory.
- One preferred embodiment of the present invention is a method for concealing information stored in a digital document processor memory, comprising storing information, conducting an operation on the stored information, and automatically overwriting the information with a bit mask.
- An alternative preferred embodiment of the present invention safeguards the erased image data against computer access outside the scope of normal operation of a digital document processor by actually erasing the data, not just restricting its access.
- An additional preferred embodiment safeguards the erased image data from sophisticated methods that use residual elements that remain on a disk to recover the original data.
- The foregoing and other objectives, features, and advantages of the invention will be more readily understood upon consideration of the following detailed description of the invention, taken in conjunction with the accompanying drawings.
- FIG. 1 is a flow diagram of an exemplary embodiment of the present invention, illustrating operation of a digital copier system whose image data, stored temporarily in a nonvolatile copier memory, is automatically overwritten with a bit mask.
- FIG. 2 is a flow diagram of an exemplary embodiment of the present invention, illustrating operation of a facsimile machine whose image data, stored temporarily in a nonvolatile facsimile memory, is automatically overwritten with a bit mask.
- FIG. 3 is a flow diagram of an exemplary embodiment of the present invention, illustrating operation of a printer whose image data, stored temporarily in a nonvolatile printer memory is automatically overwritten with a bit mask.
- FIGS. 4A, 4B are flow diagrams of an exemplary embodiment of the present invention, illustrating operation of a scanner, a computer system, and a printer whose respective image data, stored temporarily in nonvolatile memories, are automatically overwritten with a bit mask after an operation is completed.
- FIG. 5 is a flow diagram of an exemplary embodiment of the present invention, illustrating a method of deleting a plurality of image data files stored in a plurality of nonvolatile memories by automatically overwriting image data in each file with a bit mask.
- FIGS.1-5 are exemplary embodiments of the present invention showing a method for safeguarding data stored temporarily in a nonvolatile memory. FIG. 1 shows the invention as applied to a digital copier. FIG. 2 shows the invention as applied to a facsimile machine. FIG. 3 show the invention as applied to a printer. FIGS. 4A and 4B show the invention as applied to a several digital document processors. FIG. 5 shows the invention as applied to a method for safeguarding data stored temporarily in a plurality of memories. These examples, as will be discussed individually, embody the basic principles of the methods or approaches of the present invention for concealing (“obscuring,” “obliterating,” “erasing,” or “deleting”) information stored in at least one memory. Specifically, these examples show storing information to memory, conducting an operation on the information, and automatically overwriting the information by storing a bit mask to the memory.
- FIG. 1 shows an exemplary embodiment of the present invention directed to a digital copier system. As shown, an original document is scanned100, converted to image
data 105, and stored in acopier memory 110. The steps are repeated until all pages of the original document have been scanned and stored inmemory 115. The image data is read frommemory 120 and used to print an image of each page of theoriginal document 125. After the requested number of copies have been printed 130, the image data stored in the copier memory is automatically overwritten with abit mask 135. It should be noted that this method may be modified, for example, by automatically overwriting after each page is printed. - FIG. 2 shows an exemplary embodiment of the present invention directed to a facsimile machine. As shown, an original document is scanned200, converted to image
data 205, and stored in afacsimile memory 210. The image data is used to transmit an image of the original document to areceiver 215. The receiver may be a facsimile machine, a computer system, a printer, or any other digital document processor capable of receiving facsimile transmissions. The receiver may have receiver memory associated with it. After successful transmission to the receiver, the image data stored in the facsimile memory is automatically overwritten with abit mask 220. These steps are repeated until all pages of the original document have been scanned and transmitted to thereceiver 225. In an alternative preferred embodiment, the facsimile memory is automatically overwritten with a bit mask after all pages are scanned and transmitted. It should be noted that the facsimile machine or other digital document processor that receives the image may include an embodiment of the present invention in which the received image is saved to memory and automatically overwritten after it is printed. - FIG. 3 shows an exemplary embodiment of the present invention directed to a printer. As shown, an image is received from a transmitting
device 300 and stored in aprinter memory 305. The transmitting device may be a computer system or any other device capable of transmitting image data. The image data is read from theprinter memory 310 and used to print animage 315. After the image is successfully printed, the image data stored in the printer memory is automatically overwritten with abit mask 320. It should be noted that this method may be modified. In a large document, for example, memory may automatically be overwritten as the image data is used to print each page of the image. - FIGS. 4A, 4B show an exemplary embodiment of the present invention as applied to a scanner, computer, and printer. These figures show how the present invention may be used in multiple digital document processors. As shown in FIG. 4A, an original document is scanned400, converted to image
data 405, and stored in ascanner memory 410. The image data is transmitted to thecomputer 415 where it is received 420 and stored in acomputer memory 425, then the scanner's memory is automatically overwritten with abit mask 430. The image data is transmitted to theprinter 435, and, as shown in FIG. 4B, is received 450 and stored in aprinter memory 455. In one preferred embodiment, the stored image data in the computer memory is automatically overwritten with abit mask 440. In an alternative preferred embodiment, the stored image data in the computer memory is not automatically overwritten with a bit mask. The image data is read from theprinter memory 460 and used to print animage 465. After the image is successfully printed, the image data stored in the printer memory is automatically overwritten with abit mask 470. - FIG. 5 shows an exemplary embodiment of the present invention directed to a method of deleting a plurality of temporary image data files stored in a plurality of nonvolatile memories by automatically overwriting the image data in each file with a bit mask when the operation or operations that created the temporary image data files are complete. Temporary image data files are created by digital document processors for many reasons including Internet downloading, viewing, backing-up, printing, and for other reasons readily apparent to one skilled in the art. These temporary files tend to clutter a system and create a security risk.
- As shown, a digital document processor receives a
document image 500, and stores the image data in a firsttemporary memory 505. In one preferred embodiment, a computer receives image data via the Internet, and it is stored in a temporary Internet file. A user views the image data on a display orcomputer screen 515. The viewing operation includes an operation of storingimage data 520 in a second temporary memory dedicated to the display. An automatic backup operation is performed 525 wherein image data is stored in a thirdtemporary memory 530. (Automatic backup operations may be performed at short periodic intervals so that if the system loses power before the user requests a save operation, only those changes made by a user to a document since the last automatic save operation will be lost). A user performs aprinting operation 535 that includes the operations of storingimage data 540 in a fourth temporary memory on the digital document processor and in a printer memory. - As shown in FIG. 5, at the end of a user session (comprising several operations)545, a search is performed to find an image data file stored in a
temporary memory 550. When the image data is found, the image is overwritten with abit mask 555. The steps of finding image data and overwriting the image with a bit map are repeated until all images stored in memory are found and overwritten 560. In an alternative preferred embodiment, the image data stored in a temporary memory is overwritten with a bit mask when each operation that created the image is complete. For example, a viewing operation may result in image data being stored in a first temporary memory. After viewing is concluded, the image data stored in the first memory is automatically overwritten with a bit mask. - The present invention may be adopted for many purposes and may have many variations. For example, the present invention may be adopted for use with any digital document processor including a photocopier, a printer, a document scanner, a facsimile machine, a computer, a personal digital assistant, a cellular telephone, or a digital camera. The operation that triggers the automatic overwrite may be printing, copying, scanning, deleting, storing, modifying, transmitting, reading, writing, viewing, or any other type of operation implemented by a digital document processor. The overwrite function may overwrite memory with a variety of bit masks, for example, a pseudo-randomly generated bit mask, a randomly generated bit mask, a predetermined bit mask, a sequence of binary ones, a sequence of binary zeros, a predetermined sequence of binary numbers, information bits with a positive polarity, or information bits with a negative polarity. In addition, the overwrite function may consist of overwriting memory multiple times with one or more different bit masks. The overwriting scheme selected may be optimized for specific types of storage technology. For example, overwriting schemes may include: (1) a single write with a random or pseudo-random bit mask; (2) multiple writes with random or pseudo-random bit masks; or (3) multiple writes with a combination of predetermined, predictable bit masks (such as all ones, all zeros, checkerboard, etc.) and unpredictable (such as random and pseudo-random) bit masks.
- In one preferred embodiment, if an operation being conducted is interrupted (for example, by a power failure or a paper jam) the invention will automatically overwrite any stored information on the memory (“automatic interruption overwrite”). It should be noted that automatic interruption overwrite could require an additional backup power source, so that if power were interrupted, there would be enough energy available to automatically overwrite the information. Automatic interruption overwrite would prevent information from being stolen by someone's disrupting power and then pulling the memory. In an alternate preferred embodiment the operation must be completed before the invention automatically overwrites any information on the memory (“completed overwrite”). This embodiment might be chosen if a user were more concerned with losing information by computer error than by theft. It should be noted that devices may allow a user to toggle between or select between the automatic interruption overwrite feature and the completed overwrite feature. Alternately, a programmer may select the automatic interruption overwrite or completed overwrite for select or all operations, so that devices are preprogrammed with the features.
- The terms and expressions that have been employed in the foregoing specification are used as terms of description, not of limitation, and are not intended to exclude equivalents of the features shown and described or portions of them. The scope of the invention is defined and limited only by the claims that follow.
Claims (11)
1. A method for concealing information stored in at least one memory, said method comprising the steps of:
(a) storing information to said at least one memory;
(b) conducting an operation on said information stored in said at least one memory; and
(c) automatically overwriting said information by storing a bit mask to said at least one memory.
2. The method of , wherein said step of storing information further comprises a step selected from the group consisting of:
claim 1
(a) storing said information to a photocopier memory;
(b) storing said information to a printer memory;
(c) storing said information to a document scanner memory;
(d) storing said information to a facsimile machine memory;
(e) storing said information to a computer memory;
(f) storing said information to a personal digital assistant memory;
(g) storing said information to a cellular telephone memory; and
(h) storing said information to a digital camera memory.
3. The method according to , wherein said step of storing information further comprises a step of storing information to a nonvolatile memory.
claim 1
4. The method according to , wherein said step of storing information further comprises a step of storing information to a plurality of memories.
claim 1
5. The method of , wherein said step of conducting an operation further comprises a step selected from the group consisting of:
claim 1
(a) printing said information;
(b) copying said information;
(c) scanning said information;
(d) deleting said information;
(e) storing said information;
(f) modifying said information;
(g) transmitting said information;
(h) reading said information;
(i) writing said information; and
(j) viewing said information.
6. The method of , wherein said step of automatically overwriting information further comprises a step selected from the group consisting of:
claim 1
(a) automatically overwriting said information with a pseudo-randomly generated bit mask;
(b) automatically overwriting said information with a randomly generated bit mask;
(c) automatically overwriting said information with a predetermined bit mask;
(d) automatically overwriting said information with a sequence of binary ones;
(e) automatically overwriting said information with a sequence of binary zeros;
(f) automatically overwriting said information with a predetermined sequence of binary numbers;
(g) automatically overwriting said information at least twice;
(h) automatically overwriting said information to a plurality of memories;
(i) automatically overwriting said information with a positive polarity;
(j) automatically overwriting said information with a negative polarity; and
(k) automatically overwriting said information with a combination of overwriting schemes.
7. An apparatus for concealing information stored in at least one memory, comprising:
(a) said at least one memory for storing information; and
(b) a processor for conducting at least one operation on said information;
(c) means for concealing information automatically after said at least one operation.
8. The apparatus of , wherein said at least one memory is selected from the group consisting of:
claim 7
(a) a photocopier memory;
(b) a printer memory;
(c) a document scanner memory;
(d) a facsimile machine memory;
(e) a computer memory;
(f) a personal digital assistant memory;
(g) a cellular telephone memory; and
(h) a digital camera memory.
9. The apparatus of , wherein said at least one operation is selected from the group consisting of:
claim 7
(a) printing said information;
(b) copying said information;
(c) scanning said information;
(d) deleting said information;
(e) storing said information;
(f) modifying said information;
(g) transmitting said information;
(h) reading said information;
(i) writing said information;
(j) overwriting said information; and
(k) viewing said information.
10. The apparatus of , wherein said means for concealing information is selected from the group consisting of
claim 7
(a) automatically overwriting said information with a pseudo-randomly generated bit mask;
(b) automatically overwriting said information with a randomly generated bit mask;
(c) automatically overwriting said information with a predetermined bit mask;
(d) automatically overwriting said information with a sequence of binary ones;
(e) automatically overwriting said information with a sequence of binary zeros;
(f) automatically overwriting said information with a predetermined sequence of binary numbers;
(g) automatically overwriting said information at least twice;
(h) automatically overwriting said information to a plurality of memories;
(i) automatically overwriting said information with a positive polarity;
(j) automatically overwriting said information with a negative polarity; and
(k) automatically overwriting said information with a combination of overwriting schemes.
11. The apparatus of further comprising a plurality of memories.
claim 7
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/795,407 US20010025343A1 (en) | 2000-03-27 | 2001-02-28 | Random bit mask generation for obscuring data on nonvolatile memory device |
US11/227,414 US8010807B2 (en) | 2000-03-27 | 2005-09-14 | Random bit mask generation for obscuring data on nonvolatile memory device |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US19219400P | 2000-03-27 | 2000-03-27 | |
US09/795,407 US20010025343A1 (en) | 2000-03-27 | 2001-02-28 | Random bit mask generation for obscuring data on nonvolatile memory device |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/227,414 Continuation US8010807B2 (en) | 2000-03-27 | 2005-09-14 | Random bit mask generation for obscuring data on nonvolatile memory device |
Publications (1)
Publication Number | Publication Date |
---|---|
US20010025343A1 true US20010025343A1 (en) | 2001-09-27 |
Family
ID=26887828
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/795,407 Abandoned US20010025343A1 (en) | 2000-03-27 | 2001-02-28 | Random bit mask generation for obscuring data on nonvolatile memory device |
US11/227,414 Expired - Fee Related US8010807B2 (en) | 2000-03-27 | 2005-09-14 | Random bit mask generation for obscuring data on nonvolatile memory device |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/227,414 Expired - Fee Related US8010807B2 (en) | 2000-03-27 | 2005-09-14 | Random bit mask generation for obscuring data on nonvolatile memory device |
Country Status (1)
Country | Link |
---|---|
US (2) | US20010025343A1 (en) |
Cited By (35)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020188858A1 (en) * | 2001-06-08 | 2002-12-12 | Pijnenburg Beheer N.V. | Method and device for making information contents of a volatile semiconductor memory irretrievable |
US20030051152A1 (en) * | 2001-09-11 | 2003-03-13 | Luc Wuidart | Method and device for storing and reading digital data on/from a physical medium |
US20030079078A1 (en) * | 2001-10-19 | 2003-04-24 | Xerox Corporation | Confirmation of secure data file erasure |
US20030084258A1 (en) * | 2000-10-06 | 2003-05-01 | Jun Tashiro | Memory apparatus |
EP1316954A2 (en) * | 2001-11-30 | 2003-06-04 | Kabushiki Kaisha Toshiba | Recording and regeneration apparatus and data erasure method for use in the recording and regeneration apparatus |
US20040008375A1 (en) * | 2002-07-12 | 2004-01-15 | Toshihiko Fukuhara | Image processing device |
EP1383301A1 (en) * | 2002-07-18 | 2004-01-21 | Sharp Kabushiki Kaisha | Image processing device |
US20040120004A1 (en) * | 2002-09-26 | 2004-06-24 | Sharp Kabushiki Kaisha | Image processing device and image processing method |
US20040197125A1 (en) * | 2003-04-07 | 2004-10-07 | Deborah Unger | Computer controlled graphic image imprinted decorative window shades and related process for printing decorative window shades |
US6804781B1 (en) | 2003-05-12 | 2004-10-12 | Hewlett-Packard Development Company, L.P. | System and method for security of information in a memory |
US20050007828A1 (en) * | 2003-07-07 | 2005-01-13 | Matsushita Elec. Ind. Co. Ltd. | Memory device |
EP1509035A1 (en) * | 2002-05-30 | 2005-02-23 | Sharp Kabushiki Kaisha | Image processing device |
US20050068578A1 (en) * | 2003-09-29 | 2005-03-31 | Sharp Laboratories Of America, Inc. | Random bit mask by-product file disk obscuring |
US20050125676A1 (en) * | 2003-12-05 | 2005-06-09 | Sharp Kabushiki Kaisha | Data processing apparatus |
US20050135705A1 (en) * | 2003-12-18 | 2005-06-23 | Kabushiki Kaisha Toshiba | Image forming apparatus |
EP1555605A2 (en) * | 2004-01-19 | 2005-07-20 | Ricoh Company, Ltd. | Image forming apparatus, erasing method and hard disk management method |
US20060038820A1 (en) * | 2004-08-20 | 2006-02-23 | Hideyuki Kitani | Image processing apparatus and controlling method therefor |
US20060120235A1 (en) * | 2004-12-06 | 2006-06-08 | Teac Aerospace Technologies | System and method of erasing non-volatile recording media |
WO2006062511A1 (en) * | 2004-12-06 | 2006-06-15 | Teac Aerospace Technologies, Inc. | System and method of erasing non-volatile recording media |
US20060244997A1 (en) * | 2003-05-30 | 2006-11-02 | Sharp Kabushiki Kaisha | Image forming system and image forming apparatus |
US20070025589A1 (en) * | 2003-08-27 | 2007-02-01 | Sharp Kabushiki Kaisha | Image processing apparatus |
US20070038680A1 (en) * | 2005-08-10 | 2007-02-15 | Qwest Communications International Inc. | Management of mobile-device data |
US20070047007A1 (en) * | 2005-08-29 | 2007-03-01 | Kyocera Mita Corporation | Facsimile apparatus |
US20070106668A1 (en) * | 2005-10-24 | 2007-05-10 | Chial And Associates C. Lrd. | File management system, information processing apparatus, authentication system, and file access authority setting system |
US20070139723A1 (en) * | 2005-12-21 | 2007-06-21 | Beadle Bruce A | System and method for controlling copying of documents |
US20080074711A1 (en) * | 2006-09-21 | 2008-03-27 | Xerox Corporation. | System and method of overwriting image data with random patterns |
US20080163364A1 (en) * | 2006-12-27 | 2008-07-03 | Andrew Rodney Ferlitsch | Security method for controlled documents |
US20120221806A1 (en) * | 2011-02-24 | 2012-08-30 | Canon Kabushiki Kaisha | Information processing apparatus, method for controlling same |
EP2495652A1 (en) * | 2002-04-26 | 2012-09-05 | Canon Kabushiki Kaisha | Data processing method suitable for system including image processing apparatus, system including image processing apparatus, image processing apparatus, data erasing method, program for implementing the method, and storage medium storing the program |
WO2012130161A1 (en) * | 2011-03-31 | 2012-10-04 | Xu Ning | Mobile memory file removal device, office equipment and paper shredder having same |
CN102737704A (en) * | 2011-03-31 | 2012-10-17 | 东莞市邦泽电子有限公司 | Data clearing apparatus for mobile memory, and office equipment and shredder with data clearing apparatus |
US20140126012A1 (en) * | 2012-11-08 | 2014-05-08 | Samsung Electronics Co., Ltd. | Image forming apparatus, image forming method, and computer-readable recording medium |
US20140189176A1 (en) * | 2012-12-28 | 2014-07-03 | Infineon Technologies Ag | Processor arrangements and a method for transmitting a data bit sequence |
US9110841B1 (en) | 2013-03-15 | 2015-08-18 | Seagate Technology Llc | Overlap detection using bitmask region trackers |
JP2018034300A (en) * | 2016-08-29 | 2018-03-08 | 京セラドキュメントソリューションズ株式会社 | Information processor and program |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7595903B2 (en) * | 2003-01-23 | 2009-09-29 | Ricoh Company, Ltd. | Collaboration system, method and software program for image forming apparatuses |
JP2008022314A (en) * | 2006-07-13 | 2008-01-31 | Konica Minolta Business Technologies Inc | Image processing system, image processing program, and image processing method |
US7805570B2 (en) * | 2007-09-07 | 2010-09-28 | Kabushiki Kaisha Toshiba | System and method for secure document processing using removable data storage |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4974167A (en) * | 1989-02-28 | 1990-11-27 | Tektronix, Inc. | Erasable data acquisition and storage instrument |
US6681214B1 (en) * | 1999-06-29 | 2004-01-20 | Assure Systems, Inc. | Secure system for printing authenticating digital signatures |
Family Cites Families (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63146566A (en) * | 1986-12-09 | 1988-06-18 | Ricoh Co Ltd | Digital copying machine |
JPS63253493A (en) * | 1987-04-09 | 1988-10-20 | Mitsubishi Electric Corp | Information recording system |
JP2677792B2 (en) * | 1987-05-09 | 1997-11-17 | 株式会社リコー | Digital copier with fax function |
US5206905A (en) * | 1989-05-15 | 1993-04-27 | Dallas Semiconductor Corp. | Password protected device using incorrect passwords as seed values for pseudo-random number generator for outputting random data to thwart unauthorized accesses |
JP2904295B2 (en) * | 1990-03-28 | 1999-06-14 | キヤノン株式会社 | Facsimile machine |
US5193184A (en) * | 1990-06-18 | 1993-03-09 | Storage Technology Corporation | Deleted data file space release system for a dynamically mapped virtual data storage subsystem |
US5265230A (en) * | 1990-08-29 | 1993-11-23 | Hewlett-Packard Company | Method and apparatus for determining sector status in a data storage device by writing a status of read-only, writable, or obliterated in an error recovery area of each sector |
JPH04180458A (en) * | 1990-11-15 | 1992-06-26 | Fuji Xerox Co Ltd | Facsimile equipment |
US5212729A (en) * | 1992-01-22 | 1993-05-18 | Schafer Randy J | Computer data security device and method |
US5343525A (en) * | 1992-08-05 | 1994-08-30 | Value Technology Inc. | Hard disk data security device |
US5282247A (en) * | 1992-11-12 | 1994-01-25 | Maxtor Corporation | Apparatus and method for providing data security in a computer system having removable memory |
JPH06303354A (en) * | 1993-04-15 | 1994-10-28 | Brother Ind Ltd | Data storage device |
JPH06334794A (en) * | 1993-05-18 | 1994-12-02 | Sony Corp | Facsimile equipment and its data storage and reproduction method and picture data processing unit |
GB9323453D0 (en) * | 1993-11-13 | 1994-01-05 | Calluna Tech Ltd | Security system for portable hard disk drive |
JP3356230B2 (en) * | 1994-01-20 | 2002-12-16 | 株式会社リコー | Copier with security function |
JP3486452B2 (en) | 1994-04-20 | 2004-01-13 | キヤノン株式会社 | Composite image processing device |
US5901278A (en) | 1994-08-18 | 1999-05-04 | Konica Corporation | Image recording apparatus with a memory means to store image data |
US5751345A (en) * | 1995-02-10 | 1998-05-12 | Dozier Financial Corporation | Image retention and information security system |
US5592612A (en) * | 1995-04-28 | 1997-01-07 | Birk; Yitzhak | Method and apparatus for supplying data streams |
KR970022703A (en) | 1995-10-18 | 1997-05-30 | 김광호 | Computer system with security function and security method |
IL119444A (en) | 1995-10-20 | 2001-10-31 | Yeda Res & Dev | Private information retrieval |
JPH09172529A (en) | 1995-12-20 | 1997-06-30 | Toshiba Corp | Image processor |
US5935244A (en) | 1997-01-21 | 1999-08-10 | Dell Usa, L.P. | Detachable I/O device for computer data security |
JPH10271300A (en) | 1997-03-24 | 1998-10-09 | Ricoh Co Ltd | Image copying device |
US6075721A (en) * | 1997-12-18 | 2000-06-13 | Advanced Micro Devices, Inc. | Random access memory having bit selectable mask for memory writes |
US5969933A (en) | 1998-03-25 | 1999-10-19 | Data Security, Inc. | Transient magnet field degaussing system |
US6952831B1 (en) * | 1999-02-26 | 2005-10-04 | Microsoft Corporation | Driverless printing |
-
2001
- 2001-02-28 US US09/795,407 patent/US20010025343A1/en not_active Abandoned
-
2005
- 2005-09-14 US US11/227,414 patent/US8010807B2/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4974167A (en) * | 1989-02-28 | 1990-11-27 | Tektronix, Inc. | Erasable data acquisition and storage instrument |
US6681214B1 (en) * | 1999-06-29 | 2004-01-20 | Assure Systems, Inc. | Secure system for printing authenticating digital signatures |
Cited By (69)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7167943B2 (en) * | 2000-10-06 | 2007-01-23 | Sony Corporation | Memory apparatus |
US20030084258A1 (en) * | 2000-10-06 | 2003-05-01 | Jun Tashiro | Memory apparatus |
US20020188858A1 (en) * | 2001-06-08 | 2002-12-12 | Pijnenburg Beheer N.V. | Method and device for making information contents of a volatile semiconductor memory irretrievable |
US7200759B2 (en) * | 2001-06-08 | 2007-04-03 | Safenet B.V. | Method and device for making information contents of a volatile semiconductor memory irretrievable |
US20030051152A1 (en) * | 2001-09-11 | 2003-03-13 | Luc Wuidart | Method and device for storing and reading digital data on/from a physical medium |
US20030079078A1 (en) * | 2001-10-19 | 2003-04-24 | Xerox Corporation | Confirmation of secure data file erasure |
US7349118B2 (en) * | 2001-10-19 | 2008-03-25 | Xerox Corp. | Confirmation of secure data file erasure |
EP1316954A2 (en) * | 2001-11-30 | 2003-06-04 | Kabushiki Kaisha Toshiba | Recording and regeneration apparatus and data erasure method for use in the recording and regeneration apparatus |
US20030103288A1 (en) * | 2001-11-30 | 2003-06-05 | Kabushiki Kaisha Toshiba | Recording and regeneration apparatus and data erasure method for use in the recording and regeneration apparatus |
EP1316954A3 (en) * | 2001-11-30 | 2004-05-26 | Kabushiki Kaisha Toshiba | Recording and regeneration apparatus and data erasure method for use in the recording and regeneration apparatus |
EP2495652A1 (en) * | 2002-04-26 | 2012-09-05 | Canon Kabushiki Kaisha | Data processing method suitable for system including image processing apparatus, system including image processing apparatus, image processing apparatus, data erasing method, program for implementing the method, and storage medium storing the program |
EP1509035A4 (en) * | 2002-05-30 | 2005-06-29 | Sharp Kk | Image processing device |
US10027834B2 (en) | 2002-05-30 | 2018-07-17 | Sharp Kabushiki Kaisha | Image processing device having erase control |
CN100391226C (en) * | 2002-05-30 | 2008-05-28 | 夏普株式会社 | Image processing device |
EP1509035A1 (en) * | 2002-05-30 | 2005-02-23 | Sharp Kabushiki Kaisha | Image processing device |
US8705075B2 (en) | 2002-05-30 | 2014-04-22 | Sharp Kabushiki Kaisha | Image processing device having erase control |
US20140153035A1 (en) * | 2002-05-30 | 2014-06-05 | Sharp Kabushiki Kaisha | Image processing device |
US8842326B2 (en) * | 2002-05-30 | 2014-09-23 | Sharp Kabushiki Kaisha | Image processing device |
US8879109B2 (en) * | 2002-05-30 | 2014-11-04 | Sharp Kabushiki Kaisha | Image processing device |
US20050151997A1 (en) * | 2002-05-30 | 2005-07-14 | Atsuhiko Murakami | Image processing device |
US7456992B2 (en) * | 2002-07-12 | 2008-11-25 | Sharp Kabushiki Kaisha | Image processing device |
US20040008375A1 (en) * | 2002-07-12 | 2004-01-15 | Toshihiko Fukuhara | Image processing device |
US20040027603A1 (en) * | 2002-07-18 | 2004-02-12 | Naofumi Ueda | Image processing device |
US7471408B2 (en) | 2002-07-18 | 2008-12-30 | Sharp Kabushiki Kaisha | Image processing device |
EP1383301A1 (en) * | 2002-07-18 | 2004-01-21 | Sharp Kabushiki Kaisha | Image processing device |
US7826078B2 (en) * | 2002-09-26 | 2010-11-02 | Sharp Kabushiki Kaisha | Image processing device and image processing method |
US20040120004A1 (en) * | 2002-09-26 | 2004-06-24 | Sharp Kabushiki Kaisha | Image processing device and image processing method |
US20040197125A1 (en) * | 2003-04-07 | 2004-10-07 | Deborah Unger | Computer controlled graphic image imprinted decorative window shades and related process for printing decorative window shades |
US6804781B1 (en) | 2003-05-12 | 2004-10-12 | Hewlett-Packard Development Company, L.P. | System and method for security of information in a memory |
US20060244997A1 (en) * | 2003-05-30 | 2006-11-02 | Sharp Kabushiki Kaisha | Image forming system and image forming apparatus |
US7924442B2 (en) * | 2003-05-30 | 2011-04-12 | Sharp Kabushiki Kaisha | Image forming system and image forming apparatus |
US20050007828A1 (en) * | 2003-07-07 | 2005-01-13 | Matsushita Elec. Ind. Co. Ltd. | Memory device |
US20070025589A1 (en) * | 2003-08-27 | 2007-02-01 | Sharp Kabushiki Kaisha | Image processing apparatus |
US20050068578A1 (en) * | 2003-09-29 | 2005-03-31 | Sharp Laboratories Of America, Inc. | Random bit mask by-product file disk obscuring |
US7669060B2 (en) * | 2003-12-05 | 2010-02-23 | Sharp Kabushiki Kaisha | Data processing apparatus |
US20050125676A1 (en) * | 2003-12-05 | 2005-06-09 | Sharp Kabushiki Kaisha | Data processing apparatus |
US20050135705A1 (en) * | 2003-12-18 | 2005-06-23 | Kabushiki Kaisha Toshiba | Image forming apparatus |
EP1555605A3 (en) * | 2004-01-19 | 2007-11-07 | Ricoh Company, Ltd. | Image forming apparatus, erasing method and hard disk management method |
EP1555605A2 (en) * | 2004-01-19 | 2005-07-20 | Ricoh Company, Ltd. | Image forming apparatus, erasing method and hard disk management method |
US20050174675A1 (en) * | 2004-01-19 | 2005-08-11 | Yasuhiro Hattori | Image forming apparatus, erasing method, and hard disk management method |
US7509452B2 (en) | 2004-01-19 | 2009-03-24 | Ricoh Company, Ltd. | Image forming apparatus, erasing method, and hard disk management method |
EP1978440A3 (en) * | 2004-01-19 | 2009-04-01 | Ricoh Company, Ltd. | Image forming apparatus, erasing method, and hard disk management method |
EP1978440A2 (en) * | 2004-01-19 | 2008-10-08 | Ricoh Company, Ltd. | Image forming apparatus, erasing method, and hard disk management method |
US8687009B2 (en) * | 2004-08-20 | 2014-04-01 | Canon Kabushiki Kaisha | Image processing apparatus and controlling method therefor |
US7573484B2 (en) * | 2004-08-20 | 2009-08-11 | Canon Kabushiki Kaisha | Image processing apparatus and controlling method therefor |
US20060038820A1 (en) * | 2004-08-20 | 2006-02-23 | Hideyuki Kitani | Image processing apparatus and controlling method therefor |
US20090268245A1 (en) * | 2004-08-20 | 2009-10-29 | Canon Kabushiki Kaisha | Image processing apparatus and controlling method therefor |
US20060120235A1 (en) * | 2004-12-06 | 2006-06-08 | Teac Aerospace Technologies | System and method of erasing non-volatile recording media |
WO2006062511A1 (en) * | 2004-12-06 | 2006-06-15 | Teac Aerospace Technologies, Inc. | System and method of erasing non-volatile recording media |
US20090292710A1 (en) * | 2005-08-10 | 2009-11-26 | Qwest Communication International Inc. | Management of mobile-device data |
US20070038680A1 (en) * | 2005-08-10 | 2007-02-15 | Qwest Communications International Inc. | Management of mobile-device data |
US7584201B2 (en) * | 2005-08-10 | 2009-09-01 | Qwest Communications International, Inc | Management of mobile-device data |
US20070047007A1 (en) * | 2005-08-29 | 2007-03-01 | Kyocera Mita Corporation | Facsimile apparatus |
US20070106668A1 (en) * | 2005-10-24 | 2007-05-10 | Chial And Associates C. Lrd. | File management system, information processing apparatus, authentication system, and file access authority setting system |
US7830537B2 (en) | 2005-12-21 | 2010-11-09 | International Business Machines Corporation | System and method for controlling copying of documents |
US20070139723A1 (en) * | 2005-12-21 | 2007-06-21 | Beadle Bruce A | System and method for controlling copying of documents |
US8139264B2 (en) * | 2006-09-21 | 2012-03-20 | Xerox Corporation | System and method of overwriting image data with random patterns |
US20080074711A1 (en) * | 2006-09-21 | 2008-03-27 | Xerox Corporation. | System and method of overwriting image data with random patterns |
US20080163364A1 (en) * | 2006-12-27 | 2008-07-03 | Andrew Rodney Ferlitsch | Security method for controlled documents |
US8914591B2 (en) * | 2011-02-24 | 2014-12-16 | Canon Kabushiki Kaisha | Information processing apparatus, method for controlling same |
US20120221806A1 (en) * | 2011-02-24 | 2012-08-30 | Canon Kabushiki Kaisha | Information processing apparatus, method for controlling same |
CN102737704A (en) * | 2011-03-31 | 2012-10-17 | 东莞市邦泽电子有限公司 | Data clearing apparatus for mobile memory, and office equipment and shredder with data clearing apparatus |
WO2012130161A1 (en) * | 2011-03-31 | 2012-10-04 | Xu Ning | Mobile memory file removal device, office equipment and paper shredder having same |
US20140126012A1 (en) * | 2012-11-08 | 2014-05-08 | Samsung Electronics Co., Ltd. | Image forming apparatus, image forming method, and computer-readable recording medium |
US9286552B2 (en) * | 2012-11-08 | 2016-03-15 | Samsung Electronics Co., Ltd. | Image forming apparatus, image forming method, and computer-readable recording medium |
US20140189176A1 (en) * | 2012-12-28 | 2014-07-03 | Infineon Technologies Ag | Processor arrangements and a method for transmitting a data bit sequence |
US9165162B2 (en) * | 2012-12-28 | 2015-10-20 | Infineon Technologies Ag | Processor arrangements and a method for transmitting a data bit sequence |
US9110841B1 (en) | 2013-03-15 | 2015-08-18 | Seagate Technology Llc | Overlap detection using bitmask region trackers |
JP2018034300A (en) * | 2016-08-29 | 2018-03-08 | 京セラドキュメントソリューションズ株式会社 | Information processor and program |
Also Published As
Publication number | Publication date |
---|---|
US8010807B2 (en) | 2011-08-30 |
US20060015756A1 (en) | 2006-01-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8010807B2 (en) | Random bit mask generation for obscuring data on nonvolatile memory device | |
US8073257B2 (en) | Information processing system, information processing method, image processing apparatus, program, and recording medium | |
US5974548A (en) | Media-independent document security method and apparatus | |
US6731447B2 (en) | Secure data file erasure | |
JP4443836B2 (en) | Digital copier | |
US7619781B2 (en) | Image processing and medium management with medium ID code image superimposed on document image | |
US20070139723A1 (en) | System and method for controlling copying of documents | |
US20080163364A1 (en) | Security method for controlled documents | |
US20130318634A1 (en) | Image forming apparatus, launching method of program in the apparatus, image forming system, and program and storage medium therefor | |
US7924470B2 (en) | Document processing method, document processing apparatus and program | |
CN110674477A (en) | Document source tracing method and device based on electronic file security identification | |
JP2004240969A (en) | Storage system for document digitally created and signed | |
JP2005285095A (en) | System and method for securing imaging job | |
CN104517045B (en) | Digital document guard method and system | |
US20070133792A1 (en) | Image processing apparatus, control method therefor, computer program, and computer-readable storage medium | |
US6804781B1 (en) | System and method for security of information in a memory | |
US20100171986A1 (en) | Enforcing Reproduction Rights for Hard Copies of Documents | |
US7973944B2 (en) | Image forming apparatus, image processing apparatus, printing medium, image processing method and storage medium readable by computer | |
US8107337B2 (en) | Image processing apparatus and data erasing method | |
US20020163481A1 (en) | Output time management apparatus and output time management method | |
CN200950623Y (en) | Screen coding multifunctional integrated machine having information safety function | |
JP2005107802A (en) | Print management system, print management server, information processor, print management method, program and recording medium | |
EP0834101B1 (en) | Data security system and method | |
CN107589638B (en) | Image processing apparatus, copying apparatus, and copying method for generating information of generation | |
JP3337561B2 (en) | Image forming apparatus and recording sheet for writing confidential image |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SHARP LABORATORIES OF AMERICA, INC., A WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHRISOP, ROY K.;VAN OOSTERHOUT, JACK;REEL/FRAME:011579/0106;SIGNING DATES FROM 20000228 TO 20010228 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |