John Reid

Results 32 comments of John Reid

We are currently discussing changes to the number base converter tool in #384 that would allow you to convert the hash output from hex to base64 using that tool. 😊

@youkai95 all data is a number, if you allow numbers to be big enough. 😊

Does the binary number converter satisfy your requirements? ![image](https://user-images.githubusercontent.com/20788820/154402732-97b90690-4f75-483a-82ca-ee1fbe7ba1ea.png) The binary number format field is essentially an array showing the bit status from left to right, in groups of 4...

Ah, I see. Perhaps this could be combined with a more complete bitwise calculator tool, something similar to https://miniwebtool.com/bitwise-calculator/, with the addition that all the fields (input and output) can...

Is this really a bug, or just not working the way you assumed...? I don't think the tool should treat all mid-word caps to be in PascalCase. How, for example,...

Right, I see. Perhaps a "Treat capitalization as word boundary" setting is needed that can be toggled on and off, which finds `([a-z\d])([A-Z])` and `([A-Z\d])([A-Z][a-z])` groups.

So just to clarify. For unescaping, you'd just like a button that collapses every `\\` down to `\`? Or is it something more complex than that?

> So it's important to unescape all found escape sequences at once, not just `\\`. Mmm, I think this is the problem though. There's two different escapes being used: there's...

If this were implemented in such a way as to be usable by other tools, it would be useful for populating fields for, eg, password salt as discussed at #179....

> If you want to try it, then give it a shot; but maybe a better approach would be somehow parsing the long description into an EasyXml object so that...