搜索资源列表
-
0下载:
this progam written in java language
and describe the des algorithm that allow us to encrypt and decrypt the information
-
-
0下载:
* 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储.
*
* 方法: void getKey(String strKey)从strKey的字条生成一个Key
*
* String getEncString(String strMing)对strMing进行加密,返回String密文 String
* getDesString(String strMi)对strMin进行解密,返回String明文
-
-
0下载:
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
-
-
0下载:
JAVA Encrypt and Decrypt Security
-
-
0下载:
source code to encrypt and decrypt text (like password) that is sent in a network
-
-
0下载:
1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥和相应的私钥并分发给A、B。
(2)A和B分别将自己的公钥提供给对方,然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的私钥解密后得到F(x),在同本地计算得到的F(X)进行对比,如果一致,说明公钥分配成功。
(3)A用B的公钥对一图象文
-
-
0下载:
此代码段为一个字符串加密解密函数,通过一个唯一的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....
-
-
0下载:
* 已知明文为Hello_AES * 密钥是0101101100001110的12次重复构成的192比特密钥 * 对明文进行加密,并进行解密验证 编写语言 Java -* Known plaintext Hello_AES* key 0101101100001110 12 repetitions of a 192-bit key* plaintext encrypt and decrypt verify the written language Java
-
-
0下载:
一个功能健全的文件管理器,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
-
-
0下载:
Java application used to encrypt password and store to the database. Uses MD5 encryption and can also be used to decrypt passwords.
-
-
0下载:
非对称密码技术的实现
(1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数);
(2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。
-Achieve asymmetric cryptographic techniques (1) be familiar with RSA-related functions (public and private key generation
-
-
0下载:
非对称密码技术的实现
(1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数);
(2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。
-Achieve asymmetric cryptographic techniques (1) be familiar with RSA-related functions (public and private key generation
-
-
0下载:
My above program will encrypt a string and then decrypt the inputted sting by the user.
-
-
0下载:
这是一个完全自主开发的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
-
-
1下载:
JAVA非对称加密技术,RSA加解密。
利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。-JAVA asymmetric encryption technology, RSA encryption and decryption. The use of public key cryptography specific file (test-1.txt), and with the privat
-
-
0下载:
单点登录方案及代码,通过自定义规则然后加密解密的方式登录(Single sign-on scheme and code, custom rules and then encrypt decrypt ways to log in)
-
-
0下载:
sample code in php and html for decrypt and encrypt
-
-
0下载:
使用这段JAVA程序可以给视频,图片等加密,并且在代码中调换文件在电脑中的位置就可以解密。(You can encrypt videos, pictures, etc., and decrypt them.)
-
-
0下载:
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 ~
-