Giovanni Blu Mitolo

Results 218 comments of Giovanni Blu Mitolo

Ciao @luke-park the main motivation why I started experimenting with this algorithm was to have a really light and fast cipher to permit limited microcontrollers like ATmega or ATtiny family...

Ciao @ulno thank you for your support, and sorry for the late answer. ChaCha for sure looks a sane choice, I have temporarily interrupted the effort on Cape to before...

Do you mean to have a higher level class that inherits the PJON strategies, who takes care to encrypt data? As in radiohead the encrypted driver inherits the generic one?...

Ciao @ulno I agree with you, arduinolibs contains a lot of cool MIT licensed software, on the other side, I am not sure to be able to evaluate the correctness...

Ciao @rspencer01 thank you so much for dedicating some time to hack this :) I agree with you that a 150 characters plaintext encrypted with a 10 characters key is...

Ciao @rspencer01 @luke-park I am sincerely thankful to you for taking time to study the algorithm and even write some code to demonstrate its vulnerability. I had a real life...

Ciao @silkeh, thank you so much for your support. I have tried out the proposed calculation starting from hash using key 1234567890, plantext 0000000000 and salt 0 : ```cpp calculated_key[(i...

@silkeh I have fixed the sign issue, thank you. I will clean out the warnings, not sure if to be able to comply 100% to the codestyle standard. I will...

Ciao @Pharap I agree, I wasn't able to break it too, @rspencer01 gave a great contribution 👍 , extremely instructive. I agree with you @Pharap about `std::vector` or `std::string`, it...

Ciao @drtrigon happy new year, thank you very much for your report, I will fix the links ASAP