Dhiru Kholia
Dhiru Kholia
Sounds like a good idea :+1:
https://code.google.com/p/cryptsetup/wiki/Specification On Wednesday, April 9, 2014, magnum [email protected] wrote: > [image: :+1:] I wasn't even aware of those terms. Where do I find a crash > course on LUKS internals?...
Just dropping a quick note: I couldn't get my J-Link to talk to PY32 chips - this was my first time using a J-Link. I also ran into some of...
Yep - https://github.com/devanlai/dap42 didn't work me as well. https://github.com/RadioOperator/STM32F103C8T6_CMSIS-DAP_SWO works like a champ on the BluePill board.
> Yep - https://github.com/devanlai/dap42 didn't work me as well. I have a very hacky pyOCD patch to make dap42 work with PY32. I just ignore some ACK related errors in...
Nice detective work :+1: This may be because the probes themselves are 3V3 devices?
@NoNamedCat It seems PY32F030 is a mashup of STM32F030 and STM32G0 ("IOPORT" stuff). At least this is what I found during my https://github.com/kholia/zephyr/tree/Support-for-Puya-PY32 work.
I believe @mubix would be interested in this issue. Sample hash (password is `ASDqwe123`), ``` [email protected]:3624689b65105348df911bade0933c5f$442e29367a90072dfbf9dc34586943135a26c394c6e1324204475767fb80c1670305cd19aa2d8debe0eaf515f12fd3a977822964b85c7ea1dff77b0bf926b933ce8e2e56148ba6b43a5987c5f8b2b0661c360c242a42fd2ca61e61dc3921b9fdc9941518af0a81dc9fc8388b128bb7d11c9adf4faf79a5e49e439e68ef8cbd4b30a1e6835579978a2ce27029448e1bd1d4fc78a0e96c8ae572ef8059b170a784fdc52bb9c993411a06db4dbcf688e0f2b6186c4516327ade4a48747635e1a186b16b649d39c5be5e062945bb8b0823694c5cac0dc749e0393b3ff781f0cae066ca132e9bde484ff56238674b92f2288862ee0e94 ``` Our CPU format can crack this hash, ``` $ ../run/john hash --mask='ASDqwe12?d' Using...
@magnumripper Hey! The `opencl/krb5pa-md5_kernel.cl` is not very easy to read. I will keep looking at it though.
AppVeyor (which is another CI service like Travis CI) provides CI services on Windows platform. It comes with MinGW, MSYS, and Cygwin pre-installed. See https://www.appveyor.com/docs/build-environment/ for details.