Daniel "unicornFurnace" Crowley

Results 14 comments of Daniel "unicornFurnace" Crowley

Thank you for the workaround! Yes, `readline.get_line_buffer()` appears to provide the right line.

I'll have to dig into this. This was contributed code I'm not super familiar with. Thank you for the report!

I would welcome help, pull requests are accepted as long as they respect the contributing rules.

Okay, yeah, it looks like this is a complete pain in the ass, actually.

So discussions with people more intimately familiar with Python than I suggest that multi-threading in Python is effectively useless except if you're trying to overcome limitations based on network latency...

@q2dg While this project is abandoned, I (the original author) am maintaining a Python3-compatible fork of the cryptanalib module at https://github.com/unicornsasfuel/cryptanalib3. The FeatherDuster interface has not yet been recreated in...

I've started with a basic usage guide, but I think this tutorial is a pretty large and messy thing to include with FD/CA itself, so it will likely go into...

Python's `base64` module covers this nicely with `urlsafe_b64decode()`, so this one should be really easy.

I like this idea!

Thanks for your comment! Having support for alternate languages is definitely a goal, an issue already exists for that at #31. However, I'd prefer not to add another dependency, especially...