自适应论文
自适应填充面临问题
过度提高隐私安全会让流量很大
有时当前的流量很小,但是用于保护隐私的发包也并未得到提升
现有方案不足:主要在于是静态,动态的:根据MTU填充也有被识别的风险
解决方案
自适应填充:根据流量大小自适应决定bytes,并且要使得隐私得到最大程度的保证
a padding strategy that specifies the number of bytes inserted
a padding mechanism that implements the padding strategy and acts as a middlebox to modify packet size
an SDN application on top of the controller responsible for obtaining information of network traffic and managing the padding mechanism
a representational state transfer (REST) application program ...
试试图片上传
hexo图片上传问题解决基础配置后发现图片无法上传
修改配置文件config.ymlpost_asset_folder: true
设置之后会在
hexo n xx
生成一个与markdown同名的文件夹(我主要用于管理文件)
修改typora图片设置设置如图
./${filename}/ 复制时会将图片保存在同名文件夹
复制时会将图片保存在同名文件夹,就不用单独去放了
安装hexo官方图片配置插件在根目录运行cmd
npm install hexo-asset-image -- save
安装即可
配置过后图片上传成功
notes
物联网威胁的概述威胁现状
虽然当前已有面向物联网安全的综述研究, 但是专门对现有研究工作提出的攻击和检测防御 方案的总结分析较少
背景简介
感知层:感知层对应的是各类物联网设备。设备通过传 感器实时收集应用场景信息并发送给应用层,或接 收应用层指令并执行相应动作。设备的内部架构可 以分为硬件层、系统层、用户层。其中,硬件层包 括支持设备功能的各种硬件模组(如网络模组、传 感器模组等)、处理器、外围电路等;系统层装载 了固件程序,其中包括操作系统和应用程序,负责 设备功能的实现;用户层主要向用户提供展示数据 和接收输入的操作接口。
网络层对应的是设备之间,以及设备、云平台、 手机 App 这三类实体之间的通信。设备之间可以通 过 ZigBee、Z-Wave 等轻量级协议形成自组网络(如 工业设备网络、无人机集群);设备也可以经路由 器连接后形成局域网(如智能家居网络)。设备连 接路由器有 2 种形式:一是直接通过 Wi-Fi 连接; 二是通过 ZigBee、Z-Wave 等协议与网关设备(如 hub)连接后,再经网关通过 Wi-Fi 与路由器通信。 实体之间通信分为 3 种类型: ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post$ hexo new "My New Post"
More info: Writing
Run server$ hexo server
More info: Server
Generate static files$ hexo generate
More info: Generating
Deploy to remote sites$ hexo deploy
More info: Deployment