From fef65536f621415392c4f83dc2e9fbb7ed7a21df Mon Sep 17 00:00:00 2001 From: olszomal Date: Wed, 11 Jan 2023 13:47:16 +0100 Subject: [PATCH] remove warning --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6658d63..8fde826 100644 --- a/README.md +++ b/README.md @@ -181,9 +181,7 @@ in the unauthenticated blob, as an attacker could modify this. Do NOT, under any circumstances, put a URL here that you will use to download an additional file. If you do do that, you would need to check the newly downloaded file is code signed AND that it has been signed with your cert AND that it is the -version you expect. You should consider using asymmetrical encryption for the -data you put in the blob, such that the executable contains the public key to -decrypt the data. Basically, be VERY careful. +version you expect. ## BUGS, QUESTIONS etc.