// check for magic num to see if file is decrypted correcly
if(std::memcmp(decrypted_buffer.buffer,".bin",4))
{
printf("Worong password!!");
printf("Wrong password!!\n");
return1;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.