本文件规定了网络预约汽车服务的收集、存储、使用、加工、提供、公开、出境等数据处理活动的安全要求。本文件适用于网络预约汽车服务提供者规范数据处理活动,也可为监管部门、第三方评估机构对网络预约汽车服务数据处理活动进行监督、管理、评估提供参考。
2022-12-30 22:00:28 4.77MB 网络预约汽车 数据安全
1
自由聊天 一个安全的临时 OTR 聊天网站。 在卡迪夫大学计算机科学学会网络安全 Makespace 期间创建 - 2014 年 2 月 8 日至 9 日举行的为期两天的活动。 该项目是 Tim Coysh、Brendan Warren 和 Remi Stevens 之间的合作 可以在找到工作演示 这个怎么运作 Freedom Chat 使用 PHP 和 jQuery 的组合来发送和接收消息。 发送消息时,它们与用户选择的唯一密钥一起存储在数据库中。 接收用户的客户端然后轮询服务器并检索消息。 客户端使用输入的密钥来解密消息。 目前所有的加密都是使用 TripleDES 方法完成的。 聊天系统使用 CryptoJS 库来加密和解密消息( )。 所有加密都是在客户端完成的,而不是服务器端。 安装 Freedom Chat旨在开箱即用。 安装应该相当简单。 创建一个数据库,并在其中
2022-12-30 16:58:44 687KB PHP
1
信息安全风险评估检查流程操作系统安全评估检查表H样本.doc
1
引言本部分等同采用ISO/IEC9798-2:2008及其勘误文件ISO/IEC9798-2:2008TECHNICALCOR-RIGENDUM3,它是由ISO
2022-12-30 13:40:01 543KB
1
2.3 内核对象 操作系统内核提供的功能,很多并不是内核本身提供的,而是跑在内核态的程序提供 的,象Linux这样的操作系统的内核,这类内核程序可能是驱动,或以伪驱动形式存在的 内核程序。 seL4中的内核对象是内核向用户程序提供的一组功能集,应用程序眼中的这些内核对 象,与内核眼中的这些对象,在接口上是一样的,就是说,服务态程序中看到的这些对象, 并没被单独包装过,只是需要通过句柄才能标识这些对象。  CNodes 存储句柄(capabilities),以使线程可以访问特定对象中的方法。每个CNode有固定 数量的槽(Slot),槽的数量于CNode创建时确定,槽中可以有一个句柄,也可以为空。  线程控制块 Thread Control Blocks (TCBs) 线程是seL4中执行与调度的基本单位,提供有阻塞、非阻塞等等功能。  IPC端点 IPC Endpoints 实现线程间的通信,seL4内核提供有下列两种端点:  同步端点 Synchronous endpoints (Endpoint), which cause the sending thread to block until its message is received; and  异步端点 Asynchronous endpoints (AsyncEP), which only allow short messages to be sent, but do not cause the sender to block. 一个指向端点的句柄可以被限定为只发送(send-only)或只接收(receive-only), 并可以被设置为可以在线程间传递。  虚拟地址空间对象 Virtual Address Space Objects 用来创建虚拟地址空间(或VSpace),这些虚拟地址空间可以给一个线程或多个线程 使用。这些对象管理着物理的存储设备,例如,页字典(page directory)管理着页 表(page directory),页表就是让你的虚拟地址与物理地址对应起来的那个物理器 件MMU,内核还包括ASID Pool和ASID Control对象,用来跟踪地址空间状态。  中断对象 Interrupt Objects give applications the ability to receive and ac-knowledge interrupts from hardware devices. Initially, there is a capability to IRQControl, which allows for the creation of IRQHandler capabilities. An IRQHandler capability permits the management of a speci c interrupt source associated with a speci c device. It is delegated to a device driver to access an interrupt source. The IRQHandler object allows threads to wait for and acknowledge individual interrupts.  原始内存 Untyped Memory is the foundation of memory allocation in the seL4 kernel. Untyped memory capabilities have a single method which allows the creation of new kernel objects. If the method succeeds, the calling thread gains access to capabilities to the newly-created objects. Additionally, untyped memory objects can be divided into a group of smaller untyped memory objects allowing delegation of part (or all) of the system's memory. We discuss memory management in general in the following sections.
2022-12-30 11:30:10 3.55MB sel4
1
已知在有限域GF(24)上,不可约多项式为 f(x)=x4+x+1 (1)已知a=x3+x+1,b=x3+1,请计算a+b和ab 作业
2022-12-29 20:26:45 3.26MB 密码学 数学基础 信息安全
1
文档安全管理系统(CDG)通用解决方案 版本:V2.0
2022-12-29 19:20:24 821KB 文档安全管理
1
web应用+中间件+数据库+主机安全+网络设备
2022-12-29 17:18:55 352KB 信息安全
1
启明星辰公司关于口令安全的培训文档,介绍了主流的口令安全问题和一系列的破解方法
2022-12-29 15:45:45 1.89MB 口令安全
1
摘要随着移动互联网和工业智能化的快速发展,以智能网联汽车为中心的车联网逐渐深入人们的生活,在为出行带来便利的同时也暴露出车辆被远程控制、恶意攻击等安全威胁。本文
2022-12-29 14:45:22 1.34MB
1