Dhiru Kholia

Results 20 issues of Dhiru Kholia

This is a port of the https://github.com/travisgoodspeed/md380tools/pull/932 work to the 'encoding' function. Without this patch: ``` pi@store:~/md380tools/emulator $ gdb --args ./md380-emu -e -i test.wav -o test.ambe GNU gdb (Raspbian 8.2.1-2)...

This PR add an OLED I2C display example. This example was tested on the following board with ATtiny13 inserted. ![IMG_20171107_132822](https://user-images.githubusercontent.com/79528/160244044-dab615b0-06d0-435c-bc35-67a75a49c9e7.jpg) This board image is taken from https://www.iot-experiments.com/attiny85-development-board/ for reference purposes....

References, * https://bitcoinpaperwallet.com/bip38-password-encrypted-wallets/ * https://github.com/bitcoinjs/bip38/blob/master/index.js * https://github.com/cantonbecker/bitcoinpaperwallet * https://github.com/cscott/bip38-cracker * https://github.com/cculianu/brute38 The `brute38` projects has support for Bitcoin, Bitcoin Cash plus over 170+ other different address styles. Example, * The...

new format
new tool

See https://github.com/WoltLab/WCF/blob/master/wcfsetup/install/files/lib/util/PasswordUtil.class.php for details. The new algorithm is "double salted bcrypt hash".

new format

Before this PR, Running `python GetUserSPNs.py... -outputfile hashes.txt` generated a file with content like, ``` $krb5tgs$17$... ``` After this PR, hash extraction works properly, and the extracted hashes crack just...

The output of gen_ft8 is different from ft8code's output for `CQ VU3CER/P MK68` message. ``` $ ./gen_ft8 "CQ VU3CER/P MK68" test.wav Packed data: 2c 91 5b 12 cd cd 03...

This pull request adds support for Mail.app on macOS Ventura 13.5. Before this PR: The plugin bundle fails to load in Mail.app on Ventura 13.5. After this PR: ![Screenshot_2023-08-03_23-12-34](https://github.com/seemoo-lab/openhaystack/assets/79528/9d838cfb-71ea-412d-89d3-0b3f62eec635) ![Screenshot_2023-08-03_23-21-47](https://github.com/seemoo-lab/openhaystack/assets/79528/c645890d-755f-4eea-bae6-fd425f739798)

Useful links, * http://keepass.info/help/base/security.html * http://keepass.info/help/kb/kdbx_4.html#argon2 ChaCha20 and Argon2 are needed.

enhancement

enhancement
RFC / discussion

Code block: ```python def bad12(conn: Connection): sql_query = 'SELECT * FROM {}'.format(user_input) sql_query_copy = sql_query # ruleid: asyncpg-sqli cur = await conn.cursor(sql_query_copy) ``` Scan results: ``` $ semgrep --config asyncpg-sqli.yaml...

lang:python
false-negative
priority:low