码迷,mamicode.com
首页 >  
搜索关键字:fips    ( 106个结果
OpenSSL基础知识
1、openssl里的fips是什么意思? openssl-fips是符合FIPS标准的Openssl。 联邦信息处理标准(Federal Information Processing Standards,FIPS)是一套描述文件处理、加密算法和其他信息技术标准(在非军用政府机构和与这些机构合作的政...
分类:其他好文   时间:2015-11-29 21:09:38    阅读次数:246
Bouncy Castle (java jar)
http://bouncycastle.org/latest_releases.html官方下载地址:Latest Java ReleasesRelease 1.53 is now available for download.This release introduces the FIPS PUB...
分类:编程语言   时间:2015-10-19 19:25:38    阅读次数:3092
此实现不是 Windows 平台 FIPS 验证的加密算法的一部分
今天有同事报软件出错日志记录:此实现不是 Windows 平台 FIPS 验证的加密算法的一部分。mscorlib, 在 System.Security.Cryptography.MD5CryptoServiceProvider..ctor() 一阵狂搜在百度贴吧中找到一个解决方法,经验证果然...
分类:编程语言   时间:2015-10-09 13:54:13    阅读次数:372
Nginx的安装和配置
1.安装说明: 系统环境:Ubuntu 14.04.3 LTS 软件:nginx-1.8.0.tar.gz 安装位置:/opt/nginx ? 2.安装 需要用到的安装包: openssl-fips-2.0.10.tar.gz zlib-1.2.8.tar.gz pcre-8.37.tar.gz nginx-1.8.0.tar.gz...
分类:其他好文   时间:2015-09-27 12:38:54    阅读次数:186
使用nginx-负载均衡配置
需要的预置环境: 1.openssl-fips-2.0.5.tar.gz? 2.pcre-8.32.tar.gz? 3.zlib-1.2.7.tar.gz 4.nginx-1.2.6.tar.gz 1)root用户mkdir目录/usr/local/nginx/ 2)将这4个包放置在该目录下,并tar -zxvf *.tar.gz解...
分类:其他好文   时间:2015-09-19 18:22:15    阅读次数:234
AES advanced encryption standard 3
This optimized AES implementation conforms to FIPS-197.aes.h#ifndef _AES_H#define _AES_H#ifndef uint8#define uint8 unsigned char#endif#ifndef uint32.....
分类:其他好文   时间:2015-06-19 23:02:12    阅读次数:568
AES advanced encryption standard 2
/* * FIPS-197 compliant AES implementation * * Copyright (C) 2006-2007 Christophe Devine * * Redistribution and use in source and binary forms, wi...
分类:其他好文   时间:2015-06-17 00:13:54    阅读次数:238
openssl开源程序dh算法解析之dh_gen.c
/*----------------实现了生成 DH 密钥参数------------*/ //DH_generate_parameters_ex#include #include "cryptlib.h" #include #include #ifdef OPENSSL_FIPS # include <openssl/f...
分类:编程语言   时间:2015-06-09 10:03:52    阅读次数:311
win8.1老是断网LOL老是掉线.net错误 问题集(win7适用)
方法 一:为此网络开启联邦信息处理标准(FIPS)兼容(F) 一、控制面板 -->  网络共享中心 --> 更改适配器设置 二、右键WLAN --> 状态 三、无线属性 --> 安全 --> 高级设置 --> 为此网络开启联邦信息处理标准(FIPS)兼容(F) 方法 二:禁用IP Helper服务     右键这台电脑 --> 管理 -...
分类:Windows程序   时间:2015-06-08 11:47:28    阅读次数:280
OpenSSL基础知识
1、openssl里的fips是什么意思? openssl-fips是符合FIPS标准的Openssl。 联邦信息处理标准(Federal Information Processing Standards,FIPS)是一套描述文件处理、加密算法和其他信息技术标准(在非军用政府机构和与这些机构合作的政...
分类:其他好文   时间:2015-05-19 00:35:21    阅读次数:244
106条   上一页 1 ... 7 8 9 10 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!