Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • 1.zip it is LFSR encryption and decryption in C
  • drv.rar this is an encryption algorithm for a hard disk
  • cartman_cipher_1mk.zip Sources of the 128-bit encryption algorithm "Cartman 1mK" with length of key 256-2048 bit.
  • encrypt.zip Basic String Encryption.
  • AES_cs.zip In cryptography, the Advanced Encryption Standard (AES) is a symmetric-key encryption standard adopted by the U.S. government. The standard comprises three block ciphers, AES-128, AES-192 and AES-256, adopted from a larger collection originally published ...
  • Public_Key.rar Encryption and digital signature- public key
  • final-des.rar des encryption cipher的加密算法
  • Theartencryptionnddecryptionwiththebooksourcecode. Java加密与解密的艺术配书源代码 The art encryption and decryption with the book source code
  • assembly_programs.rar L.C.M....Binary Conversion ...Factorial...Encryption Decryption ...and some other programs in assembly language.al programs run on mipster ......................
  • aes.zip ... : void SubBytes() void ShiftRows() void MixColumns() byte Multi(byte a,byte b) void AddRoundKey() void KeyExpansion() void InvShiftRows() void InvSubBytes() void InvMixColumns() void Encryption() void Decryption() }