首页 > TAG信息列表 > IMA

openssl生成CA证书的三个脚本

1.生成自签证书 #!/bin/sh # # Copied from ima-evm-utils. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # version 2 as published by the Free Software Foundation. # # This program

busybox | 添加第三方源码库

这里以添加 libhl 库为例: 创建 libhl 目录,将 *.c 复制到 libhl,将 *.h 复制到 include 目录 创建 libhl/Kbuild.src,内容为: # Makefile for busybox # # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> # # Licensed under GPLv2, see file LICENSE in thi

Graphics2D 在一张图片上添加一个带有透明背景的图片

目录 代码实例 代码实例 // 读取原图片信息 底图 //得到文件 File file = new File("d:\\1.png"); //文件转化为图片 Image srcImg = ImageIO.read(file); //获取图片的宽 int srcImgWidth = srcImg.getWidth(nul

【图像处理】基于matlab GUI数字图像处理【含Matlab源码 652期】

一、简介 基于matlab GUI数字图像处理:灰度化、二值化、中值滤波、低通滤波、均值滤波、高斯滤波、直方图、腐蚀、canny、sobel。 二、源代码 function varargout = image_processing(varargin) % IMAGE_PROCESSING MATLAB code for image_processing.fig % IMAGE_PROCES

Linux 完整性子系统及可信计算基础

**【摘要】**可信计算目前在主机主动安全防护中的作用越来越重要,但是具体落地上有不同的实现方式和取舍。本文介绍了可信计算的基本组成部分,结合系统安全目标、威胁方式以及Linux IMA完整性子系统,简述了可信在G银行第一阶段的落地实施方案。 转自@TWT社区,作者:Copper 前言 可

OpenCV-Utils学习日志:GUI模块要点总结

1.主窗体管理          (1)namedWindow(win, flag=1)=void●destroyWindow(win)=void●destroyAllWindows()=void                    1)flag=WINDOW_NORMAL:尺寸可任意缩放且可全屏的窗体                    2)flag=WINDOW_AUTOSIZE