搜索资源列表
Caesar--java
- 凯撒密码扩展算法,输入加密参数k1,k2, c =(k1*m+k2) mod 26-Caesar expansion password algorithm, the import of encryption parameters k1, k2, c = (k1 * m k2) mod 26
logi.crypto1.1.2
- java的加解密码功能。可以实现大多数算法。-increase Solutions cryptographic functions. Most of the algorithms can be achieved.
password1
- 一次一密系统,用户进入系统的密码均为一次性。用一次做废,算法也包括了一个随机数生成器-once a dense system, users access to the system were a one-time password. Once done with waste, the algorithm also includes a random number generator
NTRU
- NTRU公钥密码算法在Java Card上面的实现,提供了一套用于开发Java Card应用程序的接口,并测试了NTRU公钥密码算法在Java Card上面的性能
gdi-ics-u11-m
- 用JAVA编写的小的JAVA程序,是有关密码转换的.有2种算法.-prepared with a small Java Java procedures, the code conversion. There are two types of algorithms.
openstego-0.5.2.zip
- 是一种用JAVA执行的generic steganography工具,基于支持数据密码,并为各种算法提供插件,OpenStego is a tool implemented in Java for generic steganography, with support for password-based encryption of the data. It supports plugins for various steganographic algorithms
s_des
- DES是种抗密码分析更强的加密方法,尽管DES的安全强度一直是个争论的话题.现今在金融行业已十分流行. java实现的简单DES加密算法-DES is a stronger anti-cryptanalysis of encryption methods, despite the strength of DES security has always been a controversial topic. Present in the financial industry has been
DSA
- java写的DSA数字签名算法,是密码学中的典型算法-java wrote DSA Digital Signature Algorithm is Cryptography typical algorithm
sha1
- SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。正式名称为 SHA 的家族第一个成员发布于 1993年。然而现在的人们给它取了一个非正式的名称 SHA-0 以避免与它的后继者混淆。两年之后, SHA-1,第一个 SHA 的后继者发布了。 另外还有四种变体,曾经发布以提升输出的范围和变更一些细微设计: SHA-224, SHA-256, SHA-384 和 SHA-51
Playfair
- 最近在学密码学,这一个实现playfair加密算法的java类,主要包括构造函数、加密函数和解密函数,还有几个辅助函数,附有测试类,在控制台下运行的。-A recent study of cryptography, which playfair encryption algorithm to achieve a java class, mainly including constructor, encryption and decryption function, a function, and
MessageDigestExample
- 单一的消息摘要算法,不使用密码.可以用来对明文消息(如:密码)隐藏保存-A single message digest algorithm, do not use a password. Can be used to express the message (for example: password) hide the save
DES
- 用Java加密类实现DES、RSA及SHA的加密算法 解压密码hur.cn-Java class that implements encryption with DES, RSA and SHA encryption algorithm Unzip Password
VigenereDecrypt
- 基于Java的Vigenere破解密码算法-To crack cryptographic algorithms based on the Java Vigenere
shamd5
- md5,sha,hmac等多种密码算法(MD2/MD5/SHA/SHA256/SHA384/SHA512,HmacMD5/HmacSHA/HmacSHA256/HmacSHA384/HmacSHA512)-md5, sha, hmac other cryptographic algorithms (MD2/MD5/SHA/SHA256/SHA384/SHA512, HmacMD5/HmacSHA/HmacSHA256/HmacSHA384/HmacSHA512)
Asymmetric-encryption
- java实现公钥密码算法 实现数字信封功能-java public key cryptography algorithm digital envelope function
Vigenere_CY
- 密码箱作业:具有可视界面的维吉尼亚密码算法-Vigenere algorithm
Aes-javA
- ava API封装的有各种加密算法的,此源码只供交流AES密码算法的精妙及其程序实现-AES JAVA
RSA
- 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制。 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 -1 understand public key cryptography algorithm, familiar with the commonly used cryptographic algorithms: RSA, elliptic curve cryptosystem. (2) the RSA encryption algorithm, for ex
main
- 采用自己熟悉的编程语言实现RC4密码算法(c#除外)-Using familiar programming language RC4 cipher (c# exception)
src
- 实习三 基于RSA的公钥加密 一、实习目的 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实现要求 1.实习前认真预习第6章的有关内容; 2.熟悉java中java.security.*和java.crypto.* 中相关类。 三、实习内容 -Practice three based on the RSA public key encryption 一、实习目的