Jeff Pearce
Jeff Pearce
@McGiverGim: elrs stores a 6 byte hash of the passphrase. In this change, if the actual passphrase is unknown, it displays a representation of that hash, and the save button...
@chmelevskij: > I think having indication that there is a password, but it's only hash is better than hiding? We'd need to indicate that it will overwrite the existing password,...
@haslinghuis if depends on what you’re doing with it. If you’re implementing a password scheme or trying to keep something secret, md5 isn’t safe. If, on the other hand, you’re...
@chmelevskij this is only done in the configurator. Both the rx and tx store this hash value, and if they match, the tx will talk to that rx - it's...
I’ll update the PR soon!
I’ll take a look
Cordova doesn't like crypto-js for some reason. IDK if it needs babel, or if it's something else. I could work around this by copying the MD5 code, but that's not...
@daleckystepan It’s probably more a new feature - you can do this via the cli, it’s just not nearly as convenient. That said, it would be great to get it...
@Schlaegel I’m not familiar with the exploit you’re talking about, but this PR just helps expose a feature that already exists in the cli into the configurator to make it...
@haslinghuis i should have some time to rebase the configurator change in the next day or two.