MikahS Posted August 27, 2014 Posted August 27, 2014 (edited) Short-Order Encrypter Just a fun project I had making a Crypt GUI that will encrypt and decrypt messages and files. All regular encryption types have been included for use. It will dynamically ask for a password, making it so there are never any passwords stored inside script. All dynamically built. I have included source code for your pleasure I wanted to get this onto the forum just see if anyone had any use for it. I am open and listening for questions, concerns, and comments Short-Order Encrypter.zip Short-Order EncrypterV1.0.5.zip Short-Order EncrypterV1.5.0.zip Short-Order Encrypter V1.6.0.zip Short-Order Encrypter V1.6.1.zip Current Version: 1.6.1.0 Version History: ----==== 1.0.0.0 ====---- -initial file and message decrypt and encrypt -all encryption and decryption types ----==== 1.0.0.5 ====---- -changed global declaration of variables to one local statement -commented all code for clarity -took out call to GUIDelete function in the Quit function -added check for the encryptData function that will return what has failed, and not just a single msgbox -added a check for the decryptData function to check if it could not create the key -changed the getFile function to use FileOpenDialog instead of FileSaveDialog when opening a file -commented all code ----==== 1.5.0.0 ====---- -added drag and drop support for encrypting and decrypting files ----==== 1.6.0.0 ====---- -Fixed drag & drop support on x64 systems -Added _MsgBoxEnglish function which allows changing of the button text for drag & drop (thanks to funkey ?do=embed' frameborder='0' data-embedContent>)'>?do=embed' frameborder='0' data-embedContent>) -Added repaint of GUI window if canceled during drag & drop dialog ----==== 1.6.1.0 ====---- -Fixed drag & drop event when canceling to delete and repaint GUI. -added check for checkbox values when drag and drop is used to encrypt or decrypt files. Edited March 6, 2015 by MikahS coffeeturtle 1 Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
MikahS Posted September 8, 2014 Author Posted September 8, 2014 UPDATE ----==== 1.0.0.5 ====---- -changed global declaration of variables to one local statement -commented all code for clarity -took out call to GUIDelete function in the Quit function -added check for the encryptData function that will return what has failed, and not just a single msgbox -added a check for the decryptData function to check if it could not create the key -changed the getFile function to use FileOpenDialog instead of FileSaveDialog when opening a file -commented all code Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
MikahS Posted September 22, 2014 Author Posted September 22, 2014 (edited) UPDATE ----==== 1.5.0.0 ====---- -added drag and drop support for encrypting and decrypting files Edited September 22, 2014 by MikahS Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
MikahS Posted November 10, 2014 Author Posted November 10, 2014 (edited) UPDATE ----==== 1.6.0.0 ====---- -Fixed drag & drop support on x64 systems -Added _MsgBoxEnglish function which allows changing of the button text for drag & drop (thanks to funkey ?do=embed' frameborder='0' data-embedContent>)'>?do=embed' frameborder='0' data-embedContent>) -Added repaint of GUI window if canceled during drag & drop dialog -Changed drag & drop buttons from "Yes|No|Cancel" to "Encrypt|Decrypt|Cancel" Edited November 10, 2014 by MikahS Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
MikahS Posted March 6, 2015 Author Posted March 6, 2015 ----==== 1.6.1.0 ====---- -Fixed drag & drop event when canceling to delete and repaint GUI. -added check for checkbox values when drag and drop is used to encrypt or decrypt files. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
meows Posted March 7, 2015 Posted March 7, 2015 3319 Just downloaded Current Version: 1.6.1.0 and testing cross platform ability.. With both fingers crossed! Thanks!
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