-
-
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.
-
-
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 ...
-
-
-
-
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()
}
-