Method and apparatus for virtually erasing data from WORM storage devices

Information

  • Patent Application
  • 20060282669
  • Publication Number
    20060282669
  • Date Filed
    November 09, 2005
    18 years ago
  • Date Published
    December 14, 2006
    17 years ago
Abstract
A storage device capable of selectively rendering certain data irretrievable is disclosed. The storage device includes Write Once Read Many (WORM) storage medium, a key generator, an encrypted write component, an erasable storage medium and a key deleter. The WORM storage medium is capable of storing data, and the data stored in the WORM data storage medium are unerasable and unrewritable. The key generator provides a generated key that can be stored in the erasable storage medium. The encrypted write component writes a set of sensitive data encrypted by using the generated key to the WORM storage medium. In response to a request for deleting the set of sensitive data from the WORM storage medium, the key deleter deletes the generated key from the erasable storage medium.
Description
RELATED PATENT APPLICATION

The present patent application claims priority to a European Application No. 0511919.3, filed on Jun. 11, 2005.


BACKGROUND OF THE INVENTION

1. Technical Field


The present invention relates to data storage in general, and in particular to Write Once Read Many (WORM) storage devices. Still more particularly, the present invention relates to a method and apparatus for selectively erasing data from a WORM storage device.


2. Description of Related Art


Many commercial organizations are required to have data retention policies, and the length of a retention period depends on the type of data and the associated business. For example, equities trading companies are required to retain all traders' e-mails and instant messages for approximately five to seven years. In addition, the retention method must be of the Write Once Read Many (WORM) type, as commonly required by most governing bodies. With a WORM storage medium, a record cannot be modified or tampered with after the record was written. CD-ROM is one type of well-known WORM storage medium.


While it is required to retain certain data for the statutory period, it is also highly desirable to ensure that such data are destroyed after such period has been expired. Thus, at the expiration of a data retention period, the conventional practice is to physically destroy the WORM storage medium because the continued retention of the data would represent a potential liability otherwise.


The conventional practice would not pose any problem if the retention period of all data on a WORM storage medium expired at the same time because the entire WORM storage medium could simply be destroyed. However, with a typical storage medium, such as a tape cartridge, it is most likely that some files recorded on the WORM storage medium may have passed their expiration date while others may not have. In addition, if there is an ongoing investigation, some records are required to be retained for a longer period. Such situation of having records that needed to be obliterated and records that needed to be retained on the same WORM storage medium is very undesirable. The nature of a WORM storage medium being that it is “tamper proof,” it is not acceptable simply to copy the data that needed to be retained onto another storage medium because the original certifiable record must be retained also.


One possible solution for alleviating the above-mentioned problem would be to store fewer records on each WORM storage medium in order to limit the exposure of collocated data artificially extending the life of expired data. However, such solution is undesirable in terms of cost and storage space, not to mentioned it runs counter to the continuing trend of larger and larger storage capacities in a single WORM storage medium.


Consequently, it would be desirable to provide an improved method for selectively erasing data from a WORM storage medium.


SUMMARY OF THE INVENTION

In accordance with a preferred embodiment of the present invention, a storage device includes Write Once Read Many (WORM) storage medium, a key generator, an encrypted write component, an erasable storage medium and a key deleter. The WORM storage medium is capable of storing data, and the data stored in the WORM data storage medium are unerasable and unrewritable. The key generator provides a generated key that can be stored in the erasable storage medium. The encrypted write component writes a set of sensitive data encrypted by using the generated key to the WORM storage medium. In response to a request for deleting the set of sensitive data from the WORM storage medium, the key deleter deletes the generated key from the erasable storage medium.


All features and advantages of the present invention will become apparent in the following detailed written description.




BRIEF DESCRIPTION OF THE DRAWINGS

The invention itself, as well as a preferred mode of use, further objects, and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:



FIG. 1 is a block diagram of a Write Once Read Many (WORM) storage device, in which a preferred embodiment of the present invention can be implemented; and



FIG. 2 is a high-level logic flow diagram of a method for virtual erasing data from the WORM storage device from FIG. 1, in accordance with a preferred embodiment of the present invention.




DETAILED DESCRIPTION OF A PREFERRED EMBODIMENT

The intent of most data erasing schemes that overwrite data with various patterns is to reduce the signal-to-noise ratio of the recorded information until it is below some threshold of recoverability. Depending on the degree of concern and the sensitivity of data, more overwrites may be used with different patterns to maximize the likelihood of changing the state of each bit on a storage medium several times. Such data erasing schemes provide sufficient erasure for the most commercially sensitive data. However, for data with a top secret classification, only physical destruction of the storage medium containing the data is considered as sufficient.


In accordance with a preferred embodiment of the present invention, an encryption method is utilized to render data in a storage medium unreadable. Once encrypted with a suitably strong scheme, such as encryption technology compliant with the Advanced Encryption Standard (AES) using appropriately long keys, the encrypted text is indistinguishable from noise without the use of a key. This means that the effective signal-to-noise ratio of any given data block encrypted under a given key may be immediately reduced to very close to zero by deliberately destroying the key.


As such, a file or a tape segment recorded on a Write Once Read Many (WORM) storage device may be changed from readable data to undecodable noise by erasing a key that may be stored elsewhere. The important point is that the WORM storage medium itself does not need to be overwritten or tampered with in any way. In fact, the decryption and recoverability of the data using the key is in itself an assurance that there has been no tampering, as with many encryption schemes there is no way to know how to change the encrypted text to make a predetermined change in the plain text without knowing the key.


The present invention is amenable to commercial applications, as key lengths for secure encryption for the exemplary AES are not impractically long, being 128 bits for the standard level of encryption that is acceptable for most commercial applications. A preferred embodiment of the present invention would require:

    • i. A random key generator to provide a key for a segment (or block) as the segment is starting to be written. Methods for making such a key generator are well-known to those skilled in the art.
    • ii. An encryption engine in the write data path (either implemented in hardware, or in software by the application that is writing data to a storage medium). Data are only written to the storage medium in encrypted form, and then, the data having been written, the key is stored to the appropriate location in a separate storage device.
    • iii. An eraser to erase or overwrite any given key from the separate storage device when required under the control of a records management software system.


Referring now to the drawings and in particular to FIG. 1, there is depicted a block diagram of a WORM storage device, in which a preferred embodiment of the present invention can be implemented. As shown, a storage apparatus 102 includes a WORM storage medium 104, an erasable storage medium 112, an encrypted write component 106, and a key generator 108. Unencrypted data enter storage apparatus 102 via DATA_IN 101. Key generator 108 provides a generated key, which is used by encrypted write component 106 to encrypt and write the encrypted form of the unencrpyted data to WORM storage medium 104. A key storer 110 is used for placing the generated key in erasable storage medium 112 for storage. When it is desired to render the data computationally infeasible of retrieval (i.e., a “virtual” deletion) from WORM storage medium 104, a key deleter 114 is used to delete the generated key from erasable storage medium 112.


With reference now to FIG. 2, there is depicted a high-level logic flow diagram of a method for virtually erasing data from WORM storage medium 104, in accordance with a preferred embodiment of the present invention. Starting at block 200, a determination is made as to whether data need to be written to WORM storage medium 104 or data need to be deleted from WORM storage medium 104, as shown in block 202. If data need to be written to WORM storage medium 104, data are accepted from DATA_IN 101, as depicted in block 204, and a generated key is provided by key generator 108, as shown in block 206. Encrypted write component 106 uses the generated key to write encrypted data to WORM storage medium 104, as depicted in block 208. The generated key is then placed by key storer 110 in erasable storage medium 112 for storage, as shown in block 208. The process completes at block 212.


Otherwise, if data need to be deleted from WORM storage medium 104, key deleter 114 deletes the generated key, as shown in block 214. This renders the data that were encrypted using the generated key at step 208 computationally infeasible of retrieval, thereby causing it to be “virtually” deleted from WORM storage medium 104. Although the bit pattern for the encrypted data remains on WORM storage medium 104, they cannot be decrypted.


As an example, in the IBM 3592 tape drive, a tape cartridge identifies itself to the tape drive by means of a Radio-Frequency Identification (RFID) chip that is built into the tape cartridge. The RFID chip provides a small amount (currently 4k byte bits) of non-volatile readable and writable on-chip memory. With key lengths of 128 bits, the RFID chip could provide non-volatile storage for 512 keys associated with, but not actually recorded on the tape. This would mean that the WORM tape itself could be written with 512 distinct segments or files, any of which could be “virtually” obliterated without affecting the neighboring ones, without writing to the tape itself, by deleting the corresponding key from the RFID chip. This improves the granularity of a WORM tape by a factor of 512. A 600 GB tape cartridge that had one segment of, for example, 1 GB on it that needed to be retained, could quite readily have the other 500+ GB of data that was desired to be destroyed rendered irretrievable without compromising the required WORM nature of the data storage medium.


As has been described, the present invention provides a method and apparatus for permitting partial disabling of information retrievability on WORM storage media. Although WORM storage media are utilized to illustrate the present invention, it is understood by those skilled in the art that the present invention is applicable to other types of media as well.


It is also important to note that although the present invention has been described in the context of a fully functional storage system, those skilled in the art will appreciate that the mechanisms of the present invention are capable of being distributed as a program product in a variety of forms, and that the present invention applies equally regardless of the particular type of signal bearing media utilized to actually carry out the distribution. Examples of signal bearing media include, without limitation, recordable type media such as floppy disks or compact discs and transmission type media such as analog or digital communications links.


While the invention has been particularly shown and described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.

Claims
  • 1. A storage device capable of selectively rendering certain data irretrievable, said storage device comprising: a Write Once Read Many (WORM) storage medium for storing data, wherein data stored in said WORM storage medium are unerasable and unrewritable; a key generator for providing a generated key; an encrypted write component for writing a set of sensitive data encrypted via said generated key to said WORM storage medium; an erasable storage medium for storing said generated key; and a key deleter for deleting said generated key from said erasable storage medium, in response to a request for deleting said set of sensitive data from said WORM storage medium.
  • 2. The storage device of claim 1, wherein said erasable storage medium is an electronic device.
  • 3. The storage device of claim 1, wherein said WORM storage medium is a WORM tape.
  • 4. The storage device of claim 1, wherein said encrypted write component uses said generated key with an algorithm having a one-way function to write said set of sensitive data.
  • 5. The storage device of claim 1, wherein said encrypted write component uses an Advanced Encryption Standard (AES) algorithm to write said set of sensitive data.
  • 6. A method for storing data and selectively rendering said data computationally infeasible of retrieval, said method comprising: providing a generated key; using said generated key to write encrypted data to a Write Once Read Many (WORM) storage medium; storing said generated key in an erasable storage medium; and in response to a request for deleting said encrypted data from said WORM storage medium, deleting said generated key from said erasable storage medium.
  • 7. The method of claim 6, wherein said erasable storage medium is an electronic device.
  • 8. The method of claim 6, wherein said WORM storage medium is a WORM tape.
  • 9. The method of claim 6, wherein said method further includes using said generated key with an algorithm having a one-way function to write said set of sensitive data.
  • 10. The method of claim 6, wherein said method further includes using an Advanced Encryption Standard (AES) algorithm to write said set of sensitive data.
  • 11. A computer usable medium having a computer program product for storing data and selectively rendering said data computationally infeasible of retrieval, said computer usable medium comprising: program code means for providing a generated key; program code means for using said generated key to write encrypted data to a Write Once Read Many (WORM) storage medium; program code means for storing said generated key in an erasable storage medium; and in response to a request for deleting said encrypted data from said WORM storage medium, program code means for deleting said generated key from said erasable storage medium.
  • 12. The computer usable medium of claim 11, wherein said erasable storage medium is an electronic device.
  • 13. The computer usable medium of claim 11, wherein said WORM storage medium is a WORM tape.
  • 14. The computer usable medium of claim 11, wherein said computer usable medium further includes program code means for using said generated key with an algorithm having a one-way function to write said set of sensitive data.
  • 15. The computer usable medium of claim 11, wherein said method further includes program code means for using an Advanced Encryption Standard (AES) algorithm to write said set of sensitive data.
Priority Claims (1)
Number Date Country Kind
0511919.3 Jun 2005 EP regional