CN107403113A - 一种硬盘加密分区盘符自动分配及消失的方法 - Google Patents

一种硬盘加密分区盘符自动分配及消失的方法 Download PDF

Info

Publication number
CN107403113A
CN107403113A CN201710601483.4A CN201710601483A CN107403113A CN 107403113 A CN107403113 A CN 107403113A CN 201710601483 A CN201710601483 A CN 201710601483A CN 107403113 A CN107403113 A CN 107403113A
Authority
CN
China
Prior art keywords
drive
encrypted
mbr
subregion
partition
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.)
Pending
Application number
CN201710601483.4A
Other languages
English (en)
Inventor
魏金玉
王璞
姜向阳
李冠
刘树伟
徐毅松
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Sinochip Semiconductors Co Ltd
Original Assignee
Shandong Sinochip Semiconductors Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Sinochip Semiconductors Co Ltd filed Critical Shandong Sinochip Semiconductors Co Ltd
Priority to CN201710601483.4A priority Critical patent/CN107403113A/zh
Publication of CN107403113A publication Critical patent/CN107403113A/zh
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/70Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
    • G06F21/78Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure storage of data

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)

Abstract

本发明公开了一种硬盘加密分区盘符自动分配及消失的方法,本发明通过修改SSD LBA0处存储的MBR的值来实现加密分区盘符自动分配及消失。本发明的有益效果是:本发明通过修改MBR的值,来实现SSD加密分区盘符的自动分配以及消失。与传统SSD加密分区盘相比,本方法的优点是用户可以直观的在“我的电脑”中操作加密分区的盘符来实现对加密分区的操作。另外,可避免某些工具根据盘符去操作未登录的加密分区,安全性多了一重保障。

Description

一种硬盘加密分区盘符自动分配及消失的方法
技术领域
本发明涉及一种硬盘加密分区盘符自动分配及消失的方法。
背景技术
目前,硬盘在实现分区加密(即划分加密分区以及普通分区)后,加密分区在未登录状态下也会被分配一个盘符,用户体验较差;另外可以通过某些工具根据盘符操作加密分区,但存在一定的安全隐患。
发明内容
为解决以上技术上的不足,本发明提供了一种硬盘加密分区盘符自动分配及消失的方法,在加密分区未登录时,在host磁盘管理器完全看不到加密分区的盘符,实现更高的安全控制以及用户体验。
本发明是通过以下措施实现的:
本发明的一种硬盘加密分区盘符自动分配及消失的方法,包括以下步骤:
步骤1,Host端软件在任一次访问主引导记录MBR时,固件先从SSD的存储介质中读取数据至SSD主控的RAM中;检测检测加密分区是否已经登录,如果否,则进行步骤2;如果是,则进行步骤3;
步骤2,将RAM中MBR从0x1E地址开始的关于加密分区的分区信息清零,并把修改后的数据发送给Host端软件,此时Host端软件读取到的MBR信息中只有普通分区的数据;
步骤3,数据不做任何处理,直接把MBR数据发送给Host端软件。
上述配合使用上位机软件工具,上位机软件工具在每次进行加密分区的登录/登出时,执行磁盘管理器刷新命令,来触发操作系统对磁盘进行刷新。
本发明的有益效果是:本发明通过修改MBR的值,来实现SSD加密分区盘符的自动分配以及消失。与传统SSD加密分区盘相比,本方法的优点是用户可以直观的在“我的电脑”中操作加密分区的盘符来实现对加密分区的操作。另外,可避免某些工具根据盘符去操作未登录的加密分区,安全性多了一重保障。
具体实施方式
本发明的一种硬盘加密分区盘符自动分配及消失的方法,本专利通过修改SSDLBA0(逻辑地址0)处存储的MBR的值来实现加密分区盘符自动分配及消失。
包括以下步骤:
步骤1,Host端软件在任一次访问主引导记录MBR时,固件先从SSD的存储介质中读取数据至SSD主控的RAM中;检测检测加密分区是否已经登录,如果否,则进行步骤2;如果是,则进行步骤3;主引导记录(MBR,Main Boot Record)是位于磁盘最前边的一段引导代码。它负责磁盘操作系统对磁盘进行读写时分区合法性的判别、分区引导信息的定位,它由磁盘操作系统在对硬盘进行初始化时产生的。
步骤2,将RAM中MBR从0x1E地址开始的关于加密分区的分区信息清零,并把修改后的数据发送给Host端软件,此时Host端软件读取到的MBR信息中只有普通分区的数据;
步骤3,数据不做任何处理,直接把MBR数据发送给Host端软件。
上述配合使用上位机软件工具,上位机软件工具在每次进行加密分区的登录/登出时,执行磁盘管理器刷新命令,来触发操作系统对磁盘进行刷新。
以上所述仅是本专利的优选实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本专利技术原理的前提下,还可以做出若干改进和替换,这些改进和替换也应视为本专利的保护范围。

Claims (2)

1.一种硬盘加密分区盘符自动分配及消失的方法,其特征在于,包括以下步骤:
步骤1,Host端软件在任一次访问主引导记录MBR时,固件先从SSD的存储介质中读取数据至SSD主控的RAM中;检测检测加密分区是否已经登录,如果否,则进行步骤2;如果是,则进行步骤3;
步骤2,将RAM中MBR从0x1E地址开始的关于加密分区的分区信息清零,并把修改后的数据发送给Host端软件,此时Host端软件读取到的MBR信息中只有普通分区的数据;
步骤3,数据不做任何处理,直接把MBR数据发送给Host端软件。
2.根据权利要求1所述硬盘加密分区盘符自动分配及消失的方法,其特征在于:配合使用上位机软件工具,上位机软件工具在每次进行加密分区的登录/登出时,执行磁盘管理器刷新命令,来触发操作系统对磁盘进行刷新。
CN201710601483.4A 2017-07-21 2017-07-21 一种硬盘加密分区盘符自动分配及消失的方法 Pending CN107403113A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710601483.4A CN107403113A (zh) 2017-07-21 2017-07-21 一种硬盘加密分区盘符自动分配及消失的方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710601483.4A CN107403113A (zh) 2017-07-21 2017-07-21 一种硬盘加密分区盘符自动分配及消失的方法

Publications (1)

Publication Number Publication Date
CN107403113A true CN107403113A (zh) 2017-11-28

Family

ID=60401170

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710601483.4A Pending CN107403113A (zh) 2017-07-21 2017-07-21 一种硬盘加密分区盘符自动分配及消失的方法

Country Status (1)

Country Link
CN (1) CN107403113A (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109858267A (zh) * 2019-02-15 2019-06-07 深圳忆联信息系统有限公司 基于固态硬盘的固件自动加密方法、装置和计算机设备

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1745400A (zh) * 2003-01-31 2006-03-08 松下电器产业株式会社 半导体存储卡及对其进行控制的程序
US20110087890A1 (en) * 2009-10-09 2011-04-14 Lsi Corporation Interlocking plain text passwords to data encryption keys
CN103558994A (zh) * 2013-09-29 2014-02-05 记忆科技(深圳)有限公司 固态硬盘加密分区的方法及其固态硬盘
CN103984910A (zh) * 2014-05-14 2014-08-13 清华大学深圳研究生院 一种系统分区隐藏方法
CN104573441A (zh) * 2014-08-12 2015-04-29 杭州华澜微科技有限公司 一种具有数据保密功能的计算机及其数据加密和隐藏的方法
CN104992129A (zh) * 2015-05-28 2015-10-21 山东华芯半导体有限公司 一种osx系统用加密u盘及其实现方法
CN105354479A (zh) * 2015-11-03 2016-02-24 杭州电子科技大学 一种基于u盘鉴权的固态硬盘及数据隐藏方法
CN105740717A (zh) * 2016-01-29 2016-07-06 四川效率源信息安全技术股份有限公司 一种基于加密分区进行电子数据文件保护的方法和装置

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1745400A (zh) * 2003-01-31 2006-03-08 松下电器产业株式会社 半导体存储卡及对其进行控制的程序
US20110087890A1 (en) * 2009-10-09 2011-04-14 Lsi Corporation Interlocking plain text passwords to data encryption keys
CN103558994A (zh) * 2013-09-29 2014-02-05 记忆科技(深圳)有限公司 固态硬盘加密分区的方法及其固态硬盘
CN103984910A (zh) * 2014-05-14 2014-08-13 清华大学深圳研究生院 一种系统分区隐藏方法
CN104573441A (zh) * 2014-08-12 2015-04-29 杭州华澜微科技有限公司 一种具有数据保密功能的计算机及其数据加密和隐藏的方法
CN104992129A (zh) * 2015-05-28 2015-10-21 山东华芯半导体有限公司 一种osx系统用加密u盘及其实现方法
CN105354479A (zh) * 2015-11-03 2016-02-24 杭州电子科技大学 一种基于u盘鉴权的固态硬盘及数据隐藏方法
CN105740717A (zh) * 2016-01-29 2016-07-06 四川效率源信息安全技术股份有限公司 一种基于加密分区进行电子数据文件保护的方法和装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109858267A (zh) * 2019-02-15 2019-06-07 深圳忆联信息系统有限公司 基于固态硬盘的固件自动加密方法、装置和计算机设备
CN109858267B (zh) * 2019-02-15 2021-06-08 深圳忆联信息系统有限公司 基于固态硬盘的固件自动加密方法、装置和计算机设备

Similar Documents

Publication Publication Date Title
US7415571B1 (en) Disk drive and method for using a mailbox file associated with a disk storage medium for performing a function characterized by contents of the mailbox file
US9043613B2 (en) Multiple volume encryption of storage devices using self encrypting drive (SED)
CN102726027B (zh) 虚拟机全盘加密下预启动时的密钥传输方法和设备
US20170317991A1 (en) Offloading storage encryption operations
TWI544332B (zh) 用於以經加密塊為基礎之快速資料加密策略順從的方法與電腦儲存媒體
US9851909B2 (en) Intelligent data placement
US10812599B2 (en) Method and system for creating virtual non-volatile storage medium, and management system
US10983707B2 (en) Asymmetric storage data distribution
US8868877B2 (en) Creating encrypted storage volumes based on thin-provisioning mode information
US9542126B2 (en) Redundant array of independent disks systems that utilize spans with different storage device counts for a logical volume
TWI673989B (zh) 用於實施虛擬帶集中之設備及方法及自我加密儲存裝置
US20100217977A1 (en) Systems and methods of security for an object based storage device
TW201310274A (zh) 以區段映射表為基礎之快速資料加密策略順從
JP2003256150A (ja) 記憶制御装置および記憶制御装置の制御方法
CN111630501A (zh) 访问非易失性存储器装置的用户当中的性能分配
JP2017524213A (ja) 重複排除システムのハッシュ・ベース・マルチテナンシ
US20110072233A1 (en) Method for Distributing Data in a Tiered Storage System
US9460009B1 (en) Logical unit creation in data storage system
WO2010047915A3 (en) Method for controlling performance aspects of a data storage and access routine
JP2010049798A5 (zh)
TW200931279A (en) Device and method for integrating file systems
CN104636266A (zh) 盖瓦磁记录硬盘、盖瓦磁记录硬盘写数据的方法及装置
US9830110B2 (en) System and method to enable dynamic changes to virtual disk stripe element sizes on a storage controller
CN102945208A (zh) 多用户硬盘系统及其实现方法
CN107403113A (zh) 一种硬盘加密分区盘符自动分配及消失的方法

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20171128

RJ01 Rejection of invention patent application after publication