Community Profile

photo

sheme k.m


calicut

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


give me some explanation about the code.
function ab=poly_mult(a,b,mod_pol) ab=0; for i_bit=1:8 if bitget(a,i_bit) b_shift=bitshift(b,i_bit-1); ab=bitxo...

11 years ago | 2 answers | 0

2

answers

Question


code for generating secret key.
image encryption

11 years ago | 1 answer | 0

1

answer

Question


code for converting image to text
image encryption in AES

11 years ago | 0 answers | 0

0

answers

Question


simple code for bytesub transformation?
image encryption and decryption

11 years ago | 1 answer | 0

1

answer

Question


code for image encryption and text encryption are same or not?
encryption code in AES algorithm

11 years ago | 1 answer | 0

1

answer

Question


how to convert images to byte arrays & byte arrays back in images ?
image encryption and decryption using Modified AES

11 years ago | 1 answer | 0

1

answer