MAD-ATV icon indicating copy to clipboard operation
MAD-ATV copied to clipboard

Fix wizard connection for complex passwords (stored as html entities)

Open enursed opened this issue 4 years ago • 3 comments

since we read the pogodroid password from xml file, we need to convert some chars like <, >, .. back to ascii. to do this i found a nice solution from WinEunuuchs2Unix: on https://stackoverflow.com/a/43058947)

tested with simple and complex passwords like N(%;%F,}+>w

Thx i hope this is useful for you guys doing a great job! :)

enursed avatar May 31 '20 14:05 enursed

i started merging this in, and realized that if i support it here i need to support it in 42mad... im not prepared to do that, i kinda feel like some chars just shouldnt be used 🤷 if you care to also add it to 42mad and test that too, then i'll accept it... but i totally dont mind if you dont want to

krzee avatar Jul 29 '20 23:07 krzee

I can update the 64 bit branch to auto-encode XML characters

Expl0dingBanana avatar Jul 29 '20 23:07 Expl0dingBanana

i havent wrapped my ahead around if my side will work with that, but if you do that sounds cool too!

krzee avatar Jul 29 '20 23:07 krzee