码迷,mamicode.com
首页 > 其他好文 > 详细

keyring源码加密解密函数分析

时间:2017-11-05 22:28:13      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:pre   保留字   源码   ext   com   nbsp   text   UI   rail   

Encrypt the page data contents. Page type can‘t be FIL_PAGE_ENCRYPTED, FIL_PAGE_COMPRESSED_AND_ENCRYPTED,FIL_PAGE_ENCRYPTED_RTREE.是加密页面数据内容。 页面类型不能

Shouldn‘t encrypte an already encrypted page. 不应该加密已经加密的页面。

This is data size which need to encrypt 这是需要加密的数据大小

Only encrypt the data + trailer, leave the header alone 只加密数据+预告片,单独留下标题

Copy remain bytes and page tailer.  复制保留字节和页面预告片。

Encrypt the remain bytes. 加密剩余的字节。

Copy the header as is.  按原样复制标题。

Add encryption control information. Required for decrypting. 添加加密控制信息。 解密需要。

If the page is compressed, we don‘t need to save theoriginal type, since it is done in compression already.  如果页面被压缩,我们不需要保存原始类型,因为它已经在压缩中完成了。

If the page is R-tree page, we need to save original type. 如果页面是R-tree页面,我们需要保存原始类型。、

 

keyring源码加密解密函数分析

标签:pre   保留字   源码   ext   com   nbsp   text   UI   rail   

原文地址:http://www.cnblogs.com/smartwhite/p/7788960.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!