- Moderatör
-
- #1
Słyszę, słyszę letni powiew.
Kurucu
my_string = "48 ?? 01 E9 48 ?? 01 E9 "; %set signature string
new_string = strrep(my_string,' ',''); %delete spaces
lenght = strlength(new_string); %get lenght
Z = []; %create vector
for i = 1:length(out.crypted_signature.data) %data from simulink
A=out.crypted_signature.data(i);
B=out.xor_key.data; %get xor key from simulink
Z =[Z bitxor(A,B)];
end
sprintf('Encrypted value: %s',out.crypted_signature.data)
sprintf('Decrypted value: %s',Z)
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?