AZJIO Posted December 3, 2011 Posted December 3, 2011 (edited) Password generator (En, Ru) GenPass.7z - v0.5, 640 kb (exe+sources) alternative: PassPhrase , Ru (not AutoIt) screenshot Edited March 15, 2020 by AZJIO My other projects or all
PlayHD Posted August 2, 2012 Posted August 2, 2012 nice:D i like it My UDF : _WinShake, _WinSplitMy Apps : Google Guitar Bot, PuzzleGameDesign Gui : Interesting Tabs Design, RBox Project (abandoned), Animated Gui on Exit
AZJIO Posted August 2, 2012 Author Posted August 2, 2012 (edited) Example of creating a password: My cat is called Barsik - www.autoitscript.com My cat is called Barsik - Skype My cat is called Barsik - ICQ the key phrase + resource The phrase is encrypted with RC4. Password = phrase. phrase -> RC4 -> MD5 -> Dec -> "arbitrary set of symbols" It is impossible to convert the password back Edited August 2, 2012 by AZJIO My other projects or all
eazy420 Posted August 5, 2012 Posted August 5, 2012 It is impossible to convert the password backcan you link a source of why this is? id like to learn how this is possible
AZJIO Posted August 5, 2012 Author Posted August 5, 2012 can you link a source of why this is?Source in the archive along with the program.id like to learn how this is possibleRC4 My other projects or all
spudw2k Posted August 5, 2012 Posted August 5, 2012 Just for the record, RC4 is reversible, but MD5 is not. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
AZJIO Posted August 6, 2012 Author Posted August 6, 2012 (edited) 1) RC4 reversible in the presence of a password. And there is no password. The password is not stored in the program. The phrase itself is password. 2) MD5 is not reversible, but can be compared. If the phrase is equal to 8 characters, length RC4 is 32 characters. Too great combination to use a brute force search. 3) Besides converting MD5 in any character set, which is not known. You can change this. That is not possible to get the MD5, if the character set is not the default. Edited August 6, 2012 by AZJIO My other projects or all
Emiel Wieldraaijer Posted September 7, 2012 Posted September 7, 2012 Nice piece of code Thanks Best regards,Emiel Wieldraaijer
AZJIO Posted September 24, 2013 Author Posted September 24, 2013 Update v0.5 My other projects or all
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