Community Profile

photo

Anisha Coelho


N.M.A.M. Institute of Technology

Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Output value doesn't change for different inputs to muPad procedure
I am using MATLAB procedures to generate a 1024 bit number randomly. I am using this code for it. z:=26;num:=1; while z>...

9 years ago | 0 answers | 0

0

answers

Question


Scrambling pixels of an image
Hello, I am trying to scramble the pixels of an image in order to hide it from others. I am using the following code: ...

9 years ago | 1 answer | 0

1

answer

Question


Image Encryption using RSA
I am trying to encrypt an image using RSA algorithm inImg = imread('lena.jpg'); s = size(inImg); % Encryption: ...

9 years ago | 2 answers | 0

2

answers