Statistics
RANK
32.034
of 300.352
REPUTATION
1
CONTRIBUTIONS
15 Questions
5 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
1
RANK
of 20.928
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168.212
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to write matlab code for modular multiplicative inverse in cryptography
Hello Professionals ... Can anyone help in how to write matlab code for following ... ...
meer dan 12 jaar ago | 3 answers | 1
3
answerswhere my code is wrong
i want to display a which has char value 97 but at output side it doesnot come 97
meer dan 12 jaar ago | 0
where my code is wrong
l_mod is m file for module...for example i have to calculate c^e mod f then mod(c,e,m) is calculated using m file of mod
meer dan 12 jaar ago | 0
where my code is wrong
l_mod is mfile for cryptography without this mod cannot be calculated ...because i am doing this for example c^e mod m
meer dan 12 jaar ago | 0
Question
where my code is wrong
hello professionals can you plz help me in this code i want to display a at decrypted part but there is no value .plz help in c...
meer dan 12 jaar ago | 4 answers | 0
4
answersQuestion
please help me how to write code for this for cryptography
NEED MATLAB CODE FOR CRYPTOGRAPHY FOR FOLLOWING EQUATION t=a^(b^c mod d)*r^m(mod m^2)
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
what is the matlab code for follwing equation
t=s^e(mod n) u=m*m c=(g^t)*r^m mod u
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
how to convert float value(0.68) to real one
need matlab code for converting float value to real value..or make the code to calculate only real value..please suggest regardi...
meer dan 12 jaar ago | 0 answers | 0
0
answersQuestion
hello professinals suggest me matlab code
help me how to write or send me matlab code for e*dp-kp1*kp2(p-1)=1....if this equation then display e and kp2 where dp,kp1 and ...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
hi professoinals.....how to run this code
%Calculate the value of e and kp2 p=3 kpi=4 dp = 5 kp2=rand(10); e=rand(10); for i=1:1 j=1:5 ...
meer dan 12 jaar ago | 3 answers | 0
3
answersQuestion
hello professionals can you please help me how to make matlab code for following equation
I want to satistisfy the equation e*dp-kp1*kp2*(p-1)=1.... the value of dp,kp1 and p are previously calculated my code...
meer dan 12 jaar ago | 1 answer | 0
1
answerhi professoinals.....how to run this code
Thanks Florian for your valueable time ...i want to satistisfy the equation e*dp-kp1*kp2*(p-1)=1....my code is not generating r...
meer dan 12 jaar ago | 0
Question
hello professionals ..i have aattached my code plz suggest me why it is not displaying value of kp2 and e
kp2=rand(10); e=rand(10); for i=1:length(50) r=e(i)*dp-kp1*kp2(i)*(p-1); if r==1 break; end end ...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
hello professionals ..i have attached my code plz suggest me why it is not displaying value of kp2 and e as it is not entering the loop
kp2=rand(10); e=rand(10); for i=1:length(50) r=e(i)*dp-kp1*kp2(i)*(p-1); if r==1 break; end...
meer dan 12 jaar ago | 0 answers | 0
0
answersQuestion
hello professionals plz help me why my code is not showing the value of kp2 and e
kp2=rand(10); e=rand(10); for i=1:length(50) r=e(i)*dp-kp1*kp2(i)*(p-1); if r==1 break; end end ...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
loop for equation a*b-c*d*(p-1)=1
I need matlab loop code for equation a*b-c*d*(p-1)=1 where a nad c are randomly selected and b,d and p are calculated previously...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
need help on calculating complexity ,speed and time needed by given code
Hello professionals...i need help on how to calculate the comlexity,speed and time spent on calculation of matlab code.can u plz...
meer dan 12 jaar ago | 1 answer | 0
1
answeri need help on making loop for given equation
Thanks alot for your suggested code..it works..but i forget to write one thing..the actual equation is a*b-c*d*(t-1)=1 where a a...
meer dan 12 jaar ago | 0
Question
need help on equation a*b-c*d(t-1)=1....
hello professionals....i need help on equation a*b-c*d(t-1)=1....where a and c are selected randomly and b , d and t are previ...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
i need help on making loop for given equation
hello professionals.. I have problem in making loop for given equation ab-cd=1..in this i have to choose...
meer dan 12 jaar ago | 2 answers | 0
