Advanced encryption system of NIST( 美国国家标准局). The codes are in C.
标签: C. encryption Advanced system
上传时间: 2013-12-18
上传用户:15071087253
可以实现的DES(DES是Data encryption Standard(数据加密标准)的缩写)加密算法。
标签: encryption DES Standard Data
上传时间: 2014-01-05
上传用户:aappkkee
《网络安全技术》 实验报告DES是Data encryption Standard(数据加密标准)的缩写。它是由IBM公司研制的一种加密算法,美国国家标准局于1977年公布把它作为非机要部门使用的数据加密标准,二十年来,它一直活跃在国际保密通信的舞台上,扮演了十分重要的角色。DES是一个分组加密算法,分组长度为64b,密钥长度也为64b,但因为含有8个奇偶校验比特,所以实际密钥长度为56b。DES算法是迄今为止使用最为广泛的加密算法。 有关算法的详细介绍请参阅教材。
标签: encryption Standard Data DES
上传时间: 2017-01-23
上传用户:a673761058
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as USB flash drive or hard drive. * Encrypts a partition or drive where Windows is installed (pre-boot authentication). * encryption is automatic, real-time (on-the-fly) and transparent. * Provides two levels of plausible deniability, in case an adversary forces you to reveal the password: 1) Hidden volume (steganography) and hidden operating system. 2) No TrueCrypt volume can be identified (volumes cannot be distinguished from random data). * encryption algorithms: AES-256, Serpent, and Twofish. Mode of operation: XTS. Further information regarding features of the software may be found in the:http://www.truecrypt.org/
标签: open-source encryption Features software
上传时间: 2013-12-20
上传用户:123啊
AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.
标签: encryption decryption AES and
上传时间: 2017-02-16
上传用户:Zxcvbnm
DES encryption source, for chaining and block crypt
标签: encryption chaining source block
上传时间: 2013-12-28
上传用户:heart520beat
This project demonstrates the use of secure hash functions technique to implement a file encryption / decryption system. This implemented application can encrypt / decrypt multiple files on the fly using a password. The password supplied by the user is used as the source message from which the hash code (key) is generated using the SHA algorithm. Then this key is used to enctypted the data in the file(s). This key is stored in the encrypted file along with the encrypted data.
标签: demonstrates encryption functions implement
上传时间: 2017-03-08
上传用户:xuanchangri
This project demonstrates the use of secure hash functions technique to implement a file encryption / decryption system. This implemented application can encrypt / decrypt multiple files on the fly using a password. The password supplied by the user is used as the source message from which the hash code (key) is generated using the SHA algorithm. Then this key is used to enctypted the data in the file(s). This key is stored in the encrypted file along with the encrypted data.
标签: demonstrates encryption functions implement
上传时间: 2014-01-10
上传用户:yyq123456789
DES( Data encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。
标签: encryption Standard Data DES
上传时间: 2013-12-23
上传用户:mpquest
this little chapter describe the usage of encryption methods. author : Hugo Fruehauf I HOPE YOU CAN FIND IT NICE AND GOOD. THANKS A LOT JEMO
标签: encryption Fruehauf describe chapter
上传时间: 2014-12-21
上传用户:15071087253