photo

sheme k.m


calicut

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
175,383
of 301,800

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,411

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,593

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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...

13 years ago | 2 answers | 0

2

answers

Question


code for generating secret key.
image encryption

13 years ago | 1 answer | 0

1

answer

Question


code for converting image to text
image encryption in AES

13 years ago | 0 answers | 0

0

answers

Question


simple code for bytesub transformation?
image encryption and decryption

13 years ago | 1 answer | 0

1

answer

Question


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

13 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

13 years ago | 1 answer | 0

1

answer