Just for the sake of practice, I’m making an md5 decoder (encode something, and it’s hash is added to the database). For this, I’m going to have an encrypter that saves the text and the hash to their own files, one encryption/decryption on each line. So, how would I look for a line that is equal to x in theFile?
Share
Simply open it, read a line and compare it