-
-
assig.rar
Decrypt.java is a program that uses AES-128 to decrypt a message. The program accept 3-command line arguments " cipher_file key_file target_file"
-
RSA.rar
Encrypt Decrypt RSA Algorithm In CPP
-
AESG1.rar
aes alogaritm used to encrypt and decrypt data only for a trial version vontain also read and write fn
-
DES.zip
... encryptResult = des.encrypt(data) //得到加密后的数据字符串
最后,对加密后的字符串encryptResult解密,直接调用decrypt方法,可得到与原始数据data一致的字符串,如
String decryptResult = des.decrypt(encryptResult) //得到解密后的数据字符串
解密后的字符串decryptResult,与原始信息data一致。
-
Projet-Final.rar
JAVA applet to crypt and decrypt a file (size limitation 1 Ko).
-
-
ECCrypt.zip
ECC Cryptography, to encrypt and decrypt message..
-
ECField.zip
ECC Cryptography, to encrypt and decrypt message..
-
ECParam.zip
ECC Cryptography, to encrypt and decrypt message..
-
ECPoint.zip
ECC Cryptography, to encrypt and decrypt message..
-