搜索资源列表
安全good
- 用于一般的文件加密和解密,采用rsa算法实现-It is used for general file s encryption and decryption. Using the RSA arithmetic.
RSA对称加密算法源代码
- 利用RSA对称算法实现文件加密,密钥512位,比较安全。但不是特别安全。因为推荐2048位的密钥目前是很安全的。-use RSA asymmetric encryption algorithm document, the key 512, relatively safe. But it is not particularly safe. Since 2048 recommended the key now is very safe.
DigitalSignature2Example
- 本程序是用java程序包实现RSA安全认证算法的实现程序,可用于网络安全传输和数字签名-this procedure is used java package to achieve RSA Security Authentication Algorithm procedures, can be used for transmission of network security and digital signature
rsa
- 网络安全体制中的RSA算法的一些相关文章
rsa-cpp
- 密聊\"采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名,由于 RSA 加密少量的信息需要大量的时间,适合用来传递密钥或对重要而敏感且较少的信息通讯.实现的消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密性,确保只有预期的收件人能够阅读邮件 3. 完整性,确保消息在传输过程中没有被更改 4. 消息到达确认,发件人确认收件人收到了消息.
RSA
- 信息安全类,公钥加密和RSA,PPT,适合新手参考。
RSA加解密算法
- 信息安全中的RSA算法,界面简单明了,功能齐全-information security of the RSA algorithm, simple interface, the full range of functions
RSA.rar
- RSA加密解密,密码编码学与网络安全课程的重点之一。本程序用于模拟实现RSA的加密和解密算法,RSA encryption and decryption, password, encoding and network security course learn one of the key points. This procedure used to simulate the realization of RSA encryption and decryption algorithm
视频会议系统的安全保密方法
- 视频会议中的加密算法 数据加密标准(DES) RSA公钥密码体制 MD5算法及其实现 -Video conferencing system video conferencing methods in security encryption algorithms Data Encryption Standard (DES) RSA public key cryptosystem MD5 algorithm and its implementation
RSA
- C语言编写的RSA加密算法的实现,简单,适合安全相关-C language of the RSA encryption algorithm, a simple, suitable for security-related
rsa
- 信息安全相关,部分RSA算法,不完整-Information security-related, some RSA algorithm, incomplete
RSA_CS
- C#的RSA加密解密算法程序,罗宾-米勒素数检验法,学信息安全的同学可以拿去-CSharp the RSA algorithm for encryption and decryption procedures, Robin- Miller, prime number test, students learn information security can be taken away
Rsa
- 本人在学习了网络安全加密以后,按照老师要求独自写的JAVA语言的加密程序-I study at a network security encryption, the Teacher in accordance with the requirements of the JAVA language to write their own encryption procedures
RSA
- 以前上信息安全技术选修的作业,RSA算法实现的-Information security technologies before elective operations, RSA algorithm realization
AES-Crypto-SN-Generator
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
IPMessenger
- 这是飞鸽传书 v2.0版的源代码。它是一个跨平台、基于 TCP/IP(UDP)、无需服务器、简单易用、可传送和接收文件的一个网络小软件,安全可靠,数据通讯均采用 RSA/Blofish 加密。-This is the IP Messenger v2.0 version of the source code. It is a cross-platform, based on TCP/IP (UDP), no servers, easy to use, can send and receive fi
rsa-set-
- 高安全文件加密系统 可靠 实用 无错误 -High-security file encryption system, practical and reliable error-free high-security file encryption system is reliable and practical error-free
RSA
- 编程实现RSA算法。包括:生成公钥(e, n)和私钥d,对明文m加密,对密文m解密。 注:实际应用中,512比特的n 已经不够安全,所以建议公司用1024比特的n,及其重要的场合用2048比特的 n。所以大家要选择大整数n。-Programming RSA algorithm. Include: Creation of a public key (e, n) and private key d, m the plaintext encryption, decryption of cipher
信息安全实验2-1
- 实验内容 1、对称密码技术的实现 (1)熟悉相应的DES加密/解密函数的使用,在单机完成对特定文件(test-1.txt)的单重DES加密/解密; (2)针对DES密钥特点(8字节,64比特位,其中真正起作用的为56比特位),设计一次一密的密钥产生机制(即每次会话所使用的密钥都是临时随机产生的); 2、非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定
rsa
- 使用JAVA语言实现来实现信息安全中的简单的RSA算法(implement RSA using JAVA)