搜索资源列表
CBC
- this the CBC code in java-this is the CBC code in java
Pub
- DES加密算法。提供DES的CBC方式的加密方法-DES-CBC Encrypt
CBCBlockCipherMac
- standard CBC Block Cipher MAC - if no padding is specified the default of pad of zeroes is used.
Charset_SingleByte_windows_1254
- implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.
CMac
- create a standard MAC based on a CBC block cipher (64 or 128 bit block). This will produce an authentication code the length of the block size of the cipher.
crypt.java
- 加密解密文件,支持AES128/AES256/ECB/CBC等-encrypt/decrypt file
AES
- 使用ECB,CBC,CFB,OFB,CTR五种模式进行AES加密解密-AES mode ECB,CBC,CFB,OFB,CTR
FileCrypter
- 文件加密器。加密算法和模式以及填充模式使用:AES/CBC/PKCS#5;迭代开始时有初始化向量iv的参与。 由于要以用户输入的口令作为密钥生成密钥,所以用到了基于用户的密钥生成算法。将用户输入的密码和伪随机的盐值salt。 *注释十分详细。-this is a tiny tool for encrypt any file in any format using AES under CBC module with PKCS#7(PADDING MODULE)。Users can the