Search found 481 matches

by ozzii
07 Apr 2021, 07:14
Forum: Scripts and Functions (v1)
Topic: Text Filter
Replies: 121
Views: 21157

Re: Text Filter

1, from now on, the tfHelp.rtf file is no longer needed. the script can automatically produce one whenever needed. :bravo: 2, i have summarized the releases from the old posts and made a brief change log and gave each major update a version name. and put it in the original post → viewtopic.php?p=37...
by ozzii
06 Apr 2021, 03:36
Forum: Scripts and Functions (v1)
Topic: FileCryptFile() : Encrypt/Decrypt files. CNG-AES-256-CBC
Replies: 40
Views: 8730

Re: FileCryptFile() : Encrypt/Decrypt files. CNG AES 256 bit CBC

So in your opinion SKAN, what's the best to use. Your LIte or your File script?
I don't really understand the difference (way above my pay grade).
I can remember the secret key SKAN (for example) but not 48 numbers with 3 digits....
by ozzii
05 Apr 2021, 04:04
Forum: Scripts and Functions (v1)
Topic: FileCryptFile() : Encrypt/Decrypt files. CNG-AES-256-CBC
Replies: 40
Views: 8730

Re: FileCryptFile() : Encrypt/Decrypt files. CNG AES 256 bit CBC

DoriTos_ Nice, I thought about making one. You saved me some time :dance: If I may, 2 dependent suggestions: -Make it always on top -And add a drop file possibility GuiDropFiles . Easier to add the file when the explorer is open. Edit: Just test it and I add a delete of the decrypted file (size 0) ...
by ozzii
03 Apr 2021, 11:05
Forum: Scripts and Functions (v1)
Topic: Text Filter
Replies: 121
Views: 21157

Re: Text Filter

but every time i do documentation i got tired very quickly I sympathize. But remembering all the possibilities/shortcuts of your script is a real PITA because you've done so much work and your script has so many features. I think that a simple text with enumeration will work. Like a copy/past of yo...
by ozzii
03 Apr 2021, 03:46
Forum: Scripts and Functions (v1)
Topic: FileCryptFile() : Encrypt/Decrypt files. CNG-AES-256-CBC
Replies: 40
Views: 8730

Re: FileCryptFile() : Encrypt/Decrypt files. CNG AES 256 bit CBC

Thank you for this script (as always very useful)
by ozzii
03 Apr 2021, 03:44
Forum: Scripts and Functions (v1)
Topic: Text Filter
Replies: 121
Views: 21157

Re: Text Filter

Thank you for the updates. Some remarks if I may. - In the help, I don't see anything about the long press for example. I know that maintaining a help file is not your strong side (like you said :P ) - Is there any way/possibility to be informed when a new help file is available within the app? Beca...
by ozzii
01 Apr 2021, 03:25
Forum: Scripts and Functions (v1)
Topic: Text Filter
Replies: 121
Views: 21157

Re: Text Filter

Thank you @SundayProgrammer for this update.
Maybe just at the exist a delete of 'tfWork.rtf'
by ozzii
28 Mar 2021, 04:42
Forum: Scripts and Functions (v1)
Topic: VarV collection: Compress, Encrypt and store data inside a PNG image.
Replies: 15
Views: 3841

Re: RePNG() : Dissolves data in to PNG image + Digital Matryoshka example

This will be a nice addon SKAN.
Like for all of your scripts ; really great work
by ozzii
16 Mar 2021, 04:22
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v5+
Replies: 260
Views: 83930

Re: [Script] Quick Picto Viewer v4

As always Marius, thank you for your hard work on this.
by ozzii
15 Mar 2021, 07:13
Forum: Bug Reports
Topic: 1.1.33.06 and antivirus
Replies: 2
Views: 692

1.1.33.06 and antivirus

Hi,

Bitwarden said that the file Unicode 64-bit.bin is not ok :headwall:
Error: Gen:Variant.Bulz.393092
by ozzii
14 Mar 2021, 10:48
Forum: Scripts and Functions (v1)
Topic: Clip() - Send and Retrieve Text using the Clipboard
Replies: 26
Views: 22795

Re: Clip() - Send and Retrieve Text using the Clipboard

Thank you @iPhilip
I don't know why the first time it didn't work.
Thank you again, this can be useful.
by ozzii
14 Mar 2021, 10:41
Forum: Scripts and Functions (v1)
Topic: Text Filter
Replies: 121
Views: 21157

Re: Text Filter

Thank you @SundayProgrammer for your work/updates
by ozzii
13 Mar 2021, 04:26
Forum: Scripts and Functions (v1)
Topic: Clip() - Send and Retrieve Text using the Clipboard
Replies: 26
Views: 22795

Re: Clip() - Send and Retrieve Text using the Clipboard

@iPhilip
I can't make it work.
Can you give me a more detailed example please?
by ozzii
20 Feb 2021, 04:55
Forum: Scripts and Functions (v1)
Topic: HTML Script
Replies: 2
Views: 796

Re: HTML Script

Great. Can be handy.
A quick 'fix' for the code to avoid so much 'left'.
Maybe something like this when you have 'return':

Code: Select all

:*:<body>::
Send, <body>{Enter}{Enter}</body>{Up}
return
you can also do {Left 4} instead of {Left}{Left}{Left}{Left}
by ozzii
09 Feb 2021, 04:56
Forum: Scripts and Functions (v1)
Topic: Text Filter
Replies: 121
Views: 21157

Re: Text Filter

@SundayProgrammer
Thank you.... this is great.... :dance: :bravo:
Maybe one suggestion. with the F1, put the gui automaticaly in the 'word wrap' mode.
But if it's too much work, leave it like this ;) (this can also be changed in the code directly for the personal use....)
by ozzii
08 Feb 2021, 05:23
Forum: Scripts and Functions (v1)
Topic: Text Filter
Replies: 121
Views: 21157

Re: Text Filter

@SundayProgrammer
Really good.

Can you put all the shortcuts into a comment in the top of the script.
Hard to keep all of it in my head..... So in the next update I don't have to copy past them.
Or maybe a line under the options bar. Or an help menu.....
What do you think about that?
by ozzii
04 Feb 2021, 04:40
Forum: Scripts and Functions (v1)
Topic: Make User name & Password For scripts
Replies: 1
Views: 1013

Re: Make User name & Password For scripts

Well, not really secure with the username/password in a plain text in the script.
And the exe can be decompiled.
So put the username/password in a file with the hash of the credentials and check with the hash of the input.

Go to advanced search