OWASP/raider

Add an easier way to encode/decode and get the hashes of inputs

danielonsecurity opened this issue · 0 comments

Currently the user needs to import libraries in hyfiles when they want for example to calculate the md5 hash of some string before sending it. Since this is common, it would make sense to import them automatically so the user has to write less code to actually use those.