Alok Menghrajani
Alok Menghrajani
I haven't tried with the latest CTFd. PR welcome if you are able to figure out a fix. Otherwise, we'll update this repo later this year if we end up...
@bhouston Do you have a suggestion for a better CSG library? I'm experimented with the creation of STL files (which I then printed on a 3d printer) from the output...
Thanks, I'll try openjscad. I looked at the code, and it seems to have the same/very similar API, which is nice for me. openjscad's code has a good explanation for...
I personally think it would make most sense to look for the same/similar problems in openjscad and create the unit tests there if needed.
We should remove the check in the cli and enforce (if we wish to) on the server side. Given that the secrets end up being accessed via a file system...
Explicit marking works too.
Pull requests welcome :) I'll let @sul3n3t weigh in, but I can see environments with existing krb infrastructure prefer that option over client certificates.
We implemented (half of) this feature as a plugin: https://github.com/alokmenghrajani/ctfd-timed-releases-plugin You can schedule when each challenge starts. We didn't implement per challenge end-time, but if you really want that, I'll...
I agree with @rmhrisk. If the actual crypto code lives elsewhere, we can make the required minimal changes to js-jose.
js-jose takes utf-8 input (when encrypting) and returns utf-8 output (when decrypting). If you encrypt non utf-8 data, decryption will fail (which is what might be going on here). If...