Hussain
Followers: 0 Following: 0
Statistik
4 Fragen
0 Antworten
RANG
212.177
of 295.467
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
I need to add '0' to the end of plaintext, then I can use it within cipher to deduct it equally to 64-bit, the error in below code (append)
plaintext = 'In literature, cryptosystems based on digital chaos were mostly designed for a broad range ' plainlen = length(pl...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
create Sbox for encryption
Good day, How can I convert a series of 64-bit to (16 decimal) vector to create sbox, for example, I need the output like thi...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
convert strings of characters to bitstring
Please, How to convert like this ( plaintext = 'wireless sensor networks, using lightweight cryptography in WSNs to pro...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
When execute the below code ? the error message appear 'Index exceeds the number of array elements'?
M_h="FFFFFFFFFFFFFFFF"; M=""; for i=1:16 M(end+1:end+4)=dec2bin(hex2dec(M_h(i)), 4); end
etwa 2 Jahre vor | 2 Antworten | 0