AlecSadler Posted August 28, 2016 Author Posted August 28, 2016 (edited) 2 hours ago, iamtheky said: So in theory: its the last hour before DST, i fire up your script. 2:59 i restart. bam its 2 a.m. the same day again, 'Groundhog Hour', do i get to run replay attacks for the next 59min? As the script currently is, it would be possible to repeat the same key twice during DST change, though VERY unlikely, theoretically it would yes be possible. Though this could be worked around by coding into the script to ignore DST, I haven't done this yet, but I think it would be wise to do so, thanks for bringing this up! Edit: The algorithm now uses _Date_Time_TzSpecificLocalTimeToSystemTime() this should solve that flaw! Edited August 28, 2016 by AlecSadler
LarsJ Posted August 29, 2016 Posted August 29, 2016 Is this the same as this? Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions
AlecSadler Posted November 29, 2016 Author Posted November 29, 2016 On 8/29/2016 at 3:56 AM, LarsJ said: Is this the same as this? Yes, but that is an old account I forgot the password to. Glad I finally got the project to a point where I could release it publicly.
AlecSadler Posted July 9, 2017 Author Posted July 9, 2017 (edited) Hey guys, I updated the source code to encrypt data with a larger keyfile now. The old encryption was 25,000,000 bits and the new encryption is 142,438,563 bits. (I tried to make it even higher, but with anything higher than this autoit runs out of memory on most PCs) Anyways feel free to use DARTIS in any of your projects, just give credit to Progressive Dynamics Global Limited Company! Happy coding! Edited July 10, 2017 by AlecSadler
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now