zoukankan      html  css  js  c++  java
  • keyring源码加密解密函数分析

    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页面,我们需要保存原始类型。、

  • 相关阅读:
    java10 var
    java lambda,方法引用
    Java集合总结
    Oracle/Sun JDK与OpenJDK的区别和联系
    IO基本知识
    字符串反转2单词内部不进行转换
    反转String 1
    java 左移<<&>>右移&>>无符号右移
    反射
    equals方法与hashcode方法
  • 原文地址:https://www.cnblogs.com/smartwhite/p/7788960.html
Copyright © 2011-2022 走看看