Seagate / TCGstorageAPI

API for TCG Storage operations on SAS and SATA Self-Encrypting Drives
Apache License 2.0
22 stars 16 forks source link

Question about drive manufacturers #21

Closed wyllys66 closed 4 years ago

wyllys66 commented 4 years ago

Not a bug, just a question...

Does this code work with any TCG Opal(V1|2) compliant device or only those made by Seagate?

joebrand commented 4 years ago

Wyllys,

Thanks for posing the question.

Our company has utilized and tested this code against several other drive makers. It has support for most, but not all of Opal V2. I'm not aware of any testing or support for Opal V1. For Opal V2, the main functionality missing is code to manage the hidden boot image for Opal V2 to decrypt at boot time. If using an Opal V2 drive as a data drive, the code will work for taking ownership and configuring locking ranges.

Regards,

[image: futuracyberemail]

Joseph Brand

FUTURA Cyber Inc.

Chief Security Officer

On Wed, Sep 2, 2020 at 2:21 PM Wyllys Ingersoll notifications@github.com wrote:

Not a bug, just a question...

Does this code work with any TCG Opal(V1|2) compliant device or only those made by Seagate?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Seagate/TCGstorageAPI/issues/21, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOS74BH7CVKCTPDLMHA7HK3SD2EMNANCNFSM4QTPORVA .

wyllys66 commented 4 years ago

Thanks!