搜索资源列表
ShamirAlgorithms
- 用java实现Shamir门限算法,可用于数据的加密解密,特别是传送加密密钥时有用-with java achieve Shamir threshold algorithm can be used for data encryption and decryption. Special transmission of the encryption key is useful when
scurity
- 计算机安全的实验:加密,解密,签名,用JAVA 实现。-Experimental computer security: encryption, decryption, signature, using JAVA to achieve.
gssecurity
- java环境下编写的凯撒加密和解密算法,可以实现加密解密计算,其中有实现例子。-java environment prepared Caesar encryption and decryption algorithm, encryption and decryption can be achieved, of which there is an example implementation.
1
- 文件为java程序,可以实现自动先加密后解密功能。-Java file for the program can be automatically encrypted first decryption function.
hsuper
- 本程序为java源代码,可以自动实现先加密后解密的功能。-This procedure for the java source code, can be automatically encrypted first decryption functions.
CryptTool
- 加密解密程序,java实现简单图形界面。功能为加密无解密-Encryption and decryption procedures, java simple graphical interface. Functions without encryption decryption
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
lockandunlock
- 此代码用java实现了信息的加密和解密,下次打开文件后只要拥有上次的加密文件,就可以实现解密-The Message of locking and Unlocking
des_java
- 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14,
AES
- AES算法的实现过程,实现了AES的加密和解密过程
JAVA
- 实现移位密码的加密,解密过程.移位密码,即向后移k位,k是密钥,是任意的。选用一个英文短语或单词作为密钥,去掉其中重复的字母得到一个无重复字母的字符串,然后将字母表中的其他字母依此写于此字母串之后。找出明文字母在原字母表中位置,则在加入密钥的字母表中该位置上的对应字母就是密文。-To realize the shift encryption and decryption process. Shift the password, that is, move backward k-bit, k is
java-pragram
- 上传内容为5个java程序,实现的功能分别为:1、模拟windows系统的记事本。 2、xp系统下的文件、目录操作。 3、使用栈数据结构写成的一个计算器。 4、xp系统下的文件的加密与解密。 5、一个简单的五子棋游戏-Upload content into five java programs, functions are: 1, system simulation windows notepad. 2, xp system files, directory operat
EncryptPL
- 武金木老师上课介绍的排列码加密解密算法,我用java实现的算法。-Wu Chin-mu class the teacher introduced the permutation code encryption algorithm java implementation algorithm.
CyptionTalk
- 完成java applet的加解密算法,实现消息的加密传输。-Complete java applet encryption and decryption algorithms, message encryption transmission.
signature
- 用java实现数字签名,可以实现两台电脑之间的加密解密,确保信息的安全-Using java to achieve a digital signature can be achieved between the two computer encryption and decryption, to ensure the security of information
DES
- 密码学、DES算法实现,纯java代码,能实现自动加密和解密,输入长度为9的数字-Cryptography, DES algorithm, pure java code, to achieve automatic encryption and decryption, digital input length of 9
FileManager
- 一、实验目的 运用面向对象程序设计思想,基于Java文件管理和I/O框架,实现命令行下的文件管理器。 二、实验项目内容 1、实现文件夹创建、删除、进入。 2、实现当前文件夹下的内容罗列。 3、实现文件拷贝和文件夹拷贝(文件夹拷贝指深度拷贝,包括所有子目录和文件)。 4、实现指定文件的加密和解密。 -First, the purpose of the experiment the use of object-oriented programming concepts,
FileManage
- 用java语言编写的文件管理器,能够实现文件加密,解密,文件夹新建,删除,复制,展示目录下所有文件信息。-a filemanager code write by java
EDEPtest
- 对java卡片进行个人化,实现加密,解密、圈提、圈存、修改个人密码等功能。-The Java card personalization, encryption, decryption, circle, Quancun, modify personal password and other functions.
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 ~