Statistiques
4 Questions
0 Réponses
RANG
218 447
of 300 343
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 926
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 172
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
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...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
convert strings of characters to bitstring
Please, How to convert like this ( plaintext = 'wireless sensor networks, using lightweight cryptography in WSNs to pro...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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
environ 3 ans il y a | 2 réponses | 0
