Daniel
Woldia University, Ethiopia
Followers: 0 Following: 0
Python, C++, C, Java, C#, PHP, Javascript, MATLAB, SQL, HTML, CSS, Assembly
Spoken Languages:
English
Statistik
8 Fragen
0 Antworten
RANG
181.581
of 301.570
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
0
RANG
of 21.333
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 175.498
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 3 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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.'...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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'
mehr als 3 Jahre vor | 3 Antworten | 0
