|
Function GetMD5File sometimes incorrect?
#bugs
Hi Joy, please see the full thread - I found the reason for the differences in result and explained it. It’s not NoteTab, all OK there. Thomas
Hi Joy, please see the full thread - I found the reason for the differences in result and explained it. It’s not NoteTab, all OK there. Thomas
|
By
Thomas Gruber
· #26449
·
|
|
Function GetMD5File sometimes incorrect?
#bugs
All I can suggest is to use several utilities and see if one of them is consistently not agreeing with the others. Here is a small, portable, reliable program if you want to try it. https://www.nirsof
All I can suggest is to use several utilities and see if one of them is consistently not agreeing with the others. Here is a small, portable, reliable program if you want to try it. https://www.nirsof
|
By
joy8388608
· #26448
·
|
|
Function GetMD5File sometimes incorrect?
#bugs
Hi Tony, you’ll see in my later post that the function is perfectly OK in NoteTab - no blame on Eric. And yes, I’m aware that MD5 is no longer considered secure. I don’t want to use it for any critica
Hi Tony, you’ll see in my later post that the function is perfectly OK in NoteTab - no blame on Eric. And yes, I’m aware that MD5 is no longer considered secure. I don’t want to use it for any critica
|
By
Thomas Gruber
· #26447
·
|
|
Function GetMD5File sometimes incorrect?
#bugs
MD5 is old and has been deprecated for decades.( https://en.wikipedia.org/wiki/MD5) says it is broken for cryptographic purposes. It was exploited for by the Flame malware in 2012. Perhaps Eric decide
MD5 is old and has been deprecated for decades.( https://en.wikipedia.org/wiki/MD5) says it is broken for cryptographic purposes. It was exploited for by the Flame malware in 2012. Perhaps Eric decide
|
By
Tony Becker
· #26446
·
|
|
Function GetMD5File sometimes incorrect?
#bugs
Hi, I found the reason for this odd behaviour - and of course the function in NT is correct. The reason for the effect I saw is in the 32bit Windows subsystem on 64bit Windows. When checking the file
Hi, I found the reason for this odd behaviour - and of course the function in NT is correct. The reason for the effect I saw is in the 32bit Windows subsystem on 64bit Windows. When checking the file
|
By
Thomas Gruber
· #26445
·
|
|
Function GetMD5File sometimes incorrect?
#bugs
Hi all, I did several more tests - and in most cases the results were identical between NoteTab Pro and Powershell, even for very large .exe files ( above 200 MB in a few tests). the only files where
Hi all, I did several more tests - and in most cases the results were identical between NoteTab Pro and Powershell, even for very large .exe files ( above 200 MB in a few tests). the only files where
|
By
Thomas Gruber
· #26444
·
|
|
Function GetMD5File sometimes incorrect?
#bugs
Hi all, I just did some experimenting with the MD5 function - for files ^$GetMD5File(“^%Filename%)$ I used the clip from the Utilities/Message Digests - MD5 of file. I used the Powershell function get
Hi all, I just did some experimenting with the MD5 function - for files ^$GetMD5File(“^%Filename%)$ I used the clip from the Utilities/Message Digests - MD5 of file. I used the Powershell function get
|
By
Thomas Gruber
· #26443
·
|
|
replace something with a tab (^T or \t) [7.2/fv] #bugs questionmark
#bugs
No problem! I remember when I forgot the backslash on \d in a class, and could not understand why the clip would not work-for hours...we all do that. Regards, John
No problem! I remember when I forgot the backslash on \d in a class, and could not understand why the clip would not work-for hours...we all do that. Regards, John
|
By
John Shotsky
· #26181
·
|
|
replace something with a tab (^T or \t) [7.2/fv] #bugs questionmark
#bugs
John, thank you so much! Now the whole story: I couldn't believe the code was not working again in my setting, I finally found the mistake I made: I absent-mindedly overlooked a replacement further do
John, thank you so much! Now the whole story: I couldn't believe the code was not working again in my setting, I finally found the mistake I made: I absent-mindedly overlooked a replacement further do
|
By
hwitche
· #26180
·
|
|
replace something with a tab (^T or \t) [7.2/fv] #bugs questionmark
#bugs
Assuming the original tab is present: ^!Replace "^Org:\b" >> "" ARSW Assuming the original tab is not present, but wanted ^!Replace "^Org:\s*" >> "\t" ARSW Regards, John
Assuming the original tab is present: ^!Replace "^Org:\b" >> "" ARSW Assuming the original tab is not present, but wanted ^!Replace "^Org:\s*" >> "\t" ARSW Regards, John
|
By
John Shotsky
· #26179
·
|
|
replace something with a tab (^T or \t) [7.2/fv] #bugs questionmark
#bugs
Hi all, I would like to replace the string "Org:[here is a tab>>......]Northland Communications" to: [tab>>......]Northland Communications" with a tab. Problem 1: ^!Replace "(Org:)" >> "" RAS eliminat
Hi all, I would like to replace the string "Org:[here is a tab>>......]Northland Communications" to: [tab>>......]Northland Communications" with a tab. Problem 1: ^!Replace "(Org:)" >> "" RAS eliminat
|
By
hwitche
· #26178
·
|
|
Bug in GetParaCol
#bugs
"joy8388608 via Groups.Io" wrote: Now you had me intrigued and I looked at it myself. Here's my test clip and a sample output (the line-breaks after ^P are wrong and just for formatting the post): ---
"joy8388608 via Groups.Io" wrote: Now you had me intrigued and I looked at it myself. Here's my test clip and a sample output (the line-breaks after ^P are wrong and just for formatting the post): ---
|
By
Axel Berger
· #26042
·
|
|
Bug in GetParaCol
#bugs
I spoke too quickly. GetParaCol actually makes sense this way because it more accurately reflects where the cursor really is . It is more the inconsistency with other similar functions such as GetCol
I spoke too quickly. GetParaCol actually makes sense this way because it more accurately reflects where the cursor really is . It is more the inconsistency with other similar functions such as GetCol
|
By
joy8388608
· #26041
·
|
|
Bug in GetParaCol
#bugs
It works ok when no text is selected, but different values are returned when text is selected by the user left to right vrs right to left. I have not noticed this unexpected behavior in any of the oth
It works ok when no text is selected, but different values are returned when text is selected by the user left to right vrs right to left. I have not noticed this unexpected behavior in any of the oth
|
By
joy8388608
· #26040
·
|
|
Where do we now report new bugs?
#bugs
Hi All, I didn't notice any answers on bug reporting. I don't know if I should take a look in my records for bugs in 7.2 I have reported and try to find them and repost them somewhere. This Array one
Hi All, I didn't notice any answers on bug reporting. I don't know if I should take a look in my records for bugs in 7.2 I have reported and try to find them and repost them somewhere. This Array one
|
By
joy8388608
· #26006
·
|
|
Where do we now report new bugs?
#bugs
I don't know who was\is tracking the new bugs found in version 7.2. Was the Yahoo Testing group converted to GIO? Did someone keep a list of the new bugs found? Where do we now report new bugs? I thin
I don't know who was\is tracking the new bugs found in version 7.2. Was the Yahoo Testing group converted to GIO? Did someone keep a list of the new bugs found? Where do we now report new bugs? I thin
|
By
joy8388608
· #25991
·
|