javascript Reactive Online SHA256 Encoder Continuing my post series of online tools, here is an SHA256 hash tool. Give it a string, it gives you a big number encoded in hex back. I've also included an MD5 encoder and a hex to decimal decoder as options.
javascript Turn your cURL commands into runnable JavaScript I found that recently I've been trying to reproduce a lot of HTTP requests in the scripts I've been writing. I got tired of doing it manually, so I wrote this tool to generate them for me. Not only does this work for when you are transitioning from using curl