Search the Community
Showing results for tags 'Secure'.
-
Hello what is the best way to secure autoit scripts right now? People say prebuild stripper in SciTE is not high secure. Other problem is if I use stripper in my program I use a lot of _Timer_SetTimer functions. After stripping timers not work. I seen this but now it not work https://...
- 1 reply
-
- obfuscator
- stripper
-
(and 2 more)
Tagged with:
-
Hello friends, today I am sharing a script I've been working on called secure interface module. It's a SSL encrypted Instant Messenger, with optional 4D Holographic Encryption. (See THIS thread for more info about DARTIS) To sign up for an account visit https://pdglobal.net (You will need...
-
Has anyone already worked on a WSS UDF yet? I'm interested in making a project involving WSS with the ASYNC autoit library like ratchetphp / Pawl in PHP. (using reactphp) ASYNC is a must, and obviously WSS. the problem with some libraries i've worked with in PHP are mainly issues with handshake...
-
- wss
- websockets
-
(and 3 more)
Tagged with:
-
This function rewrite whole content of given file by defined (implicitly 0x0) character and finally delete it, it's called as secure deleting. This should be VERY fast!! Just note that there is no error checking inside FileWipe() Maybe I will post later also version with error checking. You ca...
-
SPOILER ! Don't Post To Many "Don't use AutoIt - Learn another language" Type of Comments, I am just interested in knowing if Autoit is Capable of my Idea. I want to make a Simple "Flash-Like" Game. I have seen Game Projects with AutoIt on Youtube, and it got me interested. The problem i have...