Hacker News new | ask | show | jobs
by arthurfm 2094 days ago
DevUtils reminds me of CyberChef [1][2]. The latter supports ~300 operations, is also open source and works entirely offline, but lacks the 'smart detect' feature of DevUtils since it's web-based.

[1] https://gchq.github.io/CyberChef

[2] https://github.com/gchq/CyberChef

1 comments

CyberChef is definitely one of the big inspirations to build the app. I really like the way inputs/outputs are "pipeable" in CyberChef and actually looking for ways to do the same in DevUtils, without complicate it too much.