搜索资源列表
Des
- this progam written in java language and describe the des algorithm that allow us to encrypt and decrypt the information
DesEncrypt
- * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从strKey的字条生成一个Key * * String getEncString(String strMing)对strMing进行加密,返回String密文 String * getDesString(String strMi)对strMin进行解密,返回String明文
Des
- 常用的DES可逆加解密程序 包含测试程序 -DES Encrypt/Decrypt Code
transposition-chat-my
- trans position a simple java application to encrypt and decrypt the input text .client and server applet is used to implement chatting.encrypted or simple texts can be send between client and server.Tcp is used for communication
05130046_05130085_05130143
- JAVA Encrypt and Decrypt Security
ENC
- source code to encrypt and decrypt text (like password) that is sent in a network
testRSA
- encrypt/decrypt file using RSA
Java-encrypt--decrypt-method-daqo
- java的加密解密很不错,我在里面学到了不少东西哦-Java encrypt, decrypt, very good, I learned a lot in it: oh
VernamCipher.tar
- The program encrypt/decrypt text using vernam cipher algorithm
encrypt
- 此代码段为一个字符串加密解密函数,通过一个唯一的key值设置加密的文件密钥和解密文件。-This code segment to a string encryption and decryption functions, set the file encryption key and decrypt the file with a unique key value....
CryptoUtils
- Java to encrypt, decrypt in the operation
Experiment-20105231
- 一个功能健全的文件管理器,Create/Delete a directory. Enter a specified directory. List the files and directories in the current directory (you do not have to expand any sub-directory). Rename/delete a specified file. Copy a specified file to another direc
Des
- 使用java des算法对数据进行加密和解密-java encrypt/decrypt
filemanager
- 模拟DOS文件管理系统,可创建删除文件(夹),可加密解密文件,可显示当前目录内容-Analog DOS file management system, you can create delete files (folders), you can encrypt decrypt files, you can display the contents of the current directory
crypt.java
- 加密解密文件,支持AES128/AES256/ECB/CBC等-encrypt/decrypt file
RC4
- encrypt, decrypt using RC4...file any input
emperor-secret
- 这是一个完全自主开发的FLEX小软件。对秦始皇事件进行加密,传到现代人进行解密,也可以再传送给外星人。主要用于FLEX环境下ACTIONscr ipt编程技术的训练。是加密解密的编程训练。-This is a completely self-developed software FLEX small. Terracotta event to encrypt decrypt spread modern and to be then transmitted to the aliens. FLEX i
Des
- 单点登录方案及代码,通过自定义规则然后加密解密的方式登录(Single sign-on scheme and code, custom rules and then encrypt decrypt ways to log in)
sample-code-encrypt-decrypt
- sample code in php and html for decrypt and encrypt
Base64
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。再次运用java语言实现加密/解密、base64与图片互相转化。(Base64 is one of the most common coding methods used to transmit 8Bit byte code on the network. We can check RFC2045 ~