Notepad3
Notepad3 copied to clipboard
iv keyfile always null
function EncryptAndWriteFile() in crypto.c always init keyfile IV to 0x00 due to bad comment at line 632 (see below)
srand(sequence++ ^ (unsigned int)time(NULL));
{
for (int i = 0; i < AES_MAX_IV_SIZE; i++)
{
precodedata[PREAMBLE_SIZE + i] = 0;//rand();
}
}
Hello @christian3107 ,
Feel free to test the "BETA/RC PortableApps", version "Notepad3Portable_5.22.226.1_beta.paf" or newer, see 1st list in issue #1129.
"Notepad3Portable BETA/RC PortableApps" version can be used with or without ".7z" extension.
Also, feel free to test the "BETA/RC Setup", version "Notepad3_5.22.226.1_beta_Setup" or newer, see the 2nd list in issue #1129.
Comments and suggestions are welcome... 😃