搜索资源列表
-
0下载:
encrypt/decrypt file using RSA
-
-
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下载:
一个功能健全的文件管理器,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下载:
模拟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
-
-
0下载:
加密解密文件,支持AES128/AES256/ECB/CBC等-encrypt/decrypt file
-
-
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下载:
encrypt, decrypt using RC4...file any input
-
-
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下载:
使用这段JAVA程序可以给视频,图片等加密,并且在代码中调换文件在电脑中的位置就可以解密。(You can encrypt videos, pictures, etc., and decrypt them.)
-