Dhiru Kholia

Results 58 comments of Dhiru Kholia

https://github.com/rtmrtmrtmrtm/weakmon/blob/d3e202a3fbd7b9ab6a9f7addfdffdaf87a52ec7f/ft8.py#L4540 It seems weakmon doesn't support `/P` in callsign as well.

Another message for which the encoding seems broken: ``` $ ft8code "CQ POTA VU3CER ML76" Message Decoded Err i3.n3 ---------------------------------------------------------------------------------------------------- 1. CQ POTA VU3CER ML76 CQ POTA VU3CER ML76 1....

@wdormann Thanks for reporting this issue! It has been on my TODO list for a long while now.

Also see https://github.com/magnumripper/JohnTheRipper/issues/2725 (Improve JKS cracking support in JtR).

Also see https://github.com/kurtbrose/pyjks/blob/master/jks/jks.py for information on the file format and algorithms involved.

https://github.com/kholia/xvc-esp32 might be a suitable replacement.

@F4HTB Check out the https://github.com/kgoba/ft8_lib/tree/update_to_0_2 branch. It is able to generate SNR values similar to WSJT-X now.

The `CQ VU3CER/P MK68` encoding problem is fixed in https://github.com/kgoba/ft8_lib/tree/update_to_0_2 branch. So I am closing this issue.

Here is a patch to fix this compilation problem: ```diff @@ -363,7 +357,7 @@ SX1280_ranging_slave_pi4: SX1280_ranging_slave.o arduPi_pi4.o SX12XX/SX128XLT_ar #SX12XX test gateway #################### SX126X_simple_lora_gateway_wiring: SX126X_simple_lora_gateway_wiring.o arduinoPi.o SX12XX/SX126XLT_wiring.o base64.o - g++ -lrt...

I got this idea, of only checking the PCKS5 padding to verify the password, while working on https://github.com/magnumripper/JohnTheRipper/pull/3261 (OpenCL support for cracking Android Backups) and related issues.