Daniel
Woldia University, Ethiopia
Followers: 0 Following: 0
Be Valuable, not Available
Python, C++, C, Java, C#, PHP, Javascript, MATLAB, SQL, HTML, CSS, Assembly
Spoken Languages:
English
Statistiques
8 Questions
0 Réponses
RANG
217 222
of 295 486
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
0
RANG
of 20 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 950
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
is that really necessary to measure and put the weakness of the thesis if it is not scope of the work?
I'm now working on cryptography by using MATLAB and now I am doing the analysis of the work. when I am doing the anaysis the exe...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
How can I measure the time it takes to break a cryptographic algorithm by brute force attack?
Now I am developing a modified cryptograpphic algorithm that can enhance the security. Finally when I make analysis I have to me...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How Can I increase the Avalanche effect of a cryptographic algorithm.
Now I am modifying an existing cryptographic algorithm to increase the security. but still the Avalanche effect is same as the o...
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I make the execution speed consistent while I am testing the speed of the programs?
I am working on cryptography and testing the execution speed. but when i test the execution speed varies with the same input arg...
presque 2 ans il y a | 3 réponses | 0
3
réponsesQuestion
How can I make a bit-wise XOR operation and get back the string?
Assume: String1 = Dani; String2 = Dagi; binary1 = dec2bin(String1); binary2 = dec2bin(String2); binary1 = reshape(binary1.'...
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
How to change a sequence of strings into a sequence of binary?
str = 'Daniel'; binary = dec2bin(str); binary string = char(bin2dec(binary)); string This code segment diplays the output a...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I put single quotes inside single quotes?
vector = ['a', 'b', 'c','d', '1', '2', '3', '!', '@', ' " ', ''' ]; in the above code segment the vector contain different elem...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I access char elements from the beginning up to some fixed index of the char?
a = char(abdefghijk); I want the output 'abcdefg'
presque 2 ans il y a | 3 réponses | 0