HashingJobApp

1 · Marios Daskalas · Dec. 18, 2022, 9:02 a.m.
First, open up the terminal and using the following command initiate a connection with the server. nc saturn.picoctf.net 57689 You have to md5 hash the presented text between quotes. To do that, you can apply this command. echo -n "cholesterol" | md5sum md5sum is used to verify file integrity and authenticity. Say for example you’ve downloaded an Operating System from the Internet. If you use md5sum, a string is being generated, so you can compare that with the string of the authenticated one....