搜索资源列表
一个用java写的加解密程序
- 一个用java写的加解密程序实现了简单的加密-a written using encryption and decryption procedures to achieve a simple encryption
des-java
- java编译的加解密文件-increase declassified document
DES 加解密的封装和 使用的例子
- 本文介绍了在JAVA开发环境中如何对文件和数据进行有效的加密,特别是里面API的调用-This paper presents the Java development environment and how to document effective data encryption, in particular inside the API ca
java加密程序(DES)
- 通过运用JCE中的des算法来实现对文本的加解密。
3DES
- 3DES加解密算法源代码. 做为可逆算法,可用于很多信息加密的工程中,相信大家会用得上的。-3DES encryption algorithm source code. As a reversible algorithm, a lot of information can be used to encrypt the project, believe that you will be useful for.
Cryptography
- 该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
aaa
- 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -Virginia algorithm using encryp
SingleKey
- 加密算法有 DES,DESede,Blowfish等,本例主要解释如何利用DES私钥加密算法加解密-Encryption algorithm DES, DESede, Blowfish and so on, in this case which explain how to use the private key encryption algorithm DES encryption and decryption
encode
- 用Java编写的线性密码加小解密工具,可以供学习Java和加解密的同志学习。-a encode/decode tool programmed in java
des
- 用Java编写的des加解密算法,参照的c语言的加解密过程,支持3des加密-des encode/decode program in java
rsa-java
- 用java实现的,使用了rsa算法,可用于加解密文本文档-Achieved with java, use the rsa algorithm, can be used for encryption and decryption text document
DES
- 实现对文件的加解密,采用DES算法(当然JAVA已经实现,我只调用了一下)。可以加密的文件类型不限,不支持文件夹加密-The realization of the document encryption and decryption using DES algorithm (JAVA course has been achieved, I can only call a moment). Can open the encrypted file type, folder does not supp
CookieEncryptionModule
- cookies加解密.能加解密解决自动保存用户登录用户名和密码-CookieEncryptionModule
RC4
- RC4加密算法,通过序列密码实现加解密。输入输出已经给定。-RC4encryption,with given input and output
DESyuan
- des数据加密算法,其中的功能比较全,可以实现相关数据的加解密工作,适合初学者-des data encryption algorithms, all of which feature comparison can be achieved with data encryption and decryption work, suitable for beginners to see if
DesMain
- des java加解密des源码。请笑纳。-kbase
java_des
- 用java编写的des加解密程序 毕业设计的一部分-Des with java decryption program written as part of graduation
JAVA-springMVC-weixin
- 和许多第三方服务器接入类似,微信服务器接入同样需要一个加解密的过程。当我们填好配置信息后微信服务器发起一个GET请求到我们在公众平台配置的服务器url地址,微信方将带上signature,timestamp,nonce,echostr四个参数,我们自己服务器通过拼接公众平台配置的token,以及传上来的timestamp,nonce进行SHA1加密后匹配signature,返回ture说明接入成功。(Similar to many third party server access, WeCha
RSACoder
- RSA加解密代码和签名验证代码的java实现方式(RSA decryption code and signature verification code)
AES加解密算法
- Java写的AES加解密算法,支持视频、图片、文档、音频等多种格式JAVA写的AES加解密算法,自己照着文件名新建三个类,再把代码放进去就可以了。(版本是Java1.8)