8Haz
Sttr – Cross-Platform, Cli App To Perform Various Operations On String
sttr is command line software that allows you to quickly run various transformation operations on the string. // With input promptsttr// Direct inputsttr md5 “Hello World”// File inputsttr md5 file.textsttr base64-encode image.jpg// Reading from dif…