Jump to content

Password protect / encrypt zip file


Recommended Posts

Good Morning Everyone  :D

I have been looking at a way to password protect and encrypt files via AutoIT. I've come across some examples but they were all very old - EXAMPLE: ~2008 zip32.au3 from rasim and questions never got answered... like "what type of encryption is it" etc. I'm just looking to zip and password protect some files... I'm not sure what I should be using TODAY. Please though - I would like to keep it in a .zip extension for Windows compatibility  :idiot:  BTW - Does anyone know if rasim's script still works in a Windows 7,8,81... x32, x64 environment?

Zip32

'?do=embed' frameborder='0' data-embedContent>>

Thanks Everyone!

I love AutoIT!

:bike:

"Maybe I'm on a road that ain't been paved yet. And maybe I see a sign that ain't been made yet"
Song Title: I guess you could say
Artist: Middle Class Rut

Link to comment
Share on other sites

Have a look at my short-order encrypter in my signature. :)

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My 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

 

Link to comment
Share on other sites

Thank you Breathe :thumbsup:  I'm gonna check it out!

I didn't see a moderator comment on your code yet which is strange.

Got a couple questions though...

What type of encryption?

Does it save to zip extension?

Thanks!

Edited by souldjer777

"Maybe I'm on a road that ain't been paved yet. And maybe I see a sign that ain't been made yet"
Song Title: I guess you could say
Artist: Middle Class Rut

Link to comment
Share on other sites

No problem, it does all standard encryption types:

"3DES"
"AES (128bit)"
"AES (192bit)"
"AES (256bit)"
"DES"
"RC2"
"RC4"

It can be saved to a zip extension, but will not act like one. I have yet to integrate compression from 7zip. You can always make it a .zip and then encrypt the file. :)

Edited by MikahS

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My 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

 

Link to comment
Share on other sites

I didn't see a moderator comment on your code yet which is strange.

 

Unless there is some reason to a moderator will not comment.  There is no real approval process for code posted in the Examples section.  

Forum Rules         Procedure for posting code

"I like pigs.  Dogs look up to us.  Cats look down on us.  Pigs treat us as equals."

- Sir Winston Churchill

Link to comment
Share on other sites

Unless there is some reason to a moderator will not comment.  There is no real approval process for code posted in the Examples section.  

 

That would be more than tedious if they had to approve every submission. :lol:

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My 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

 

Link to comment
Share on other sites

Cool...Breathe...

(This always cracks me up mostly because I did the same thing!)

I swear people just like that name for me better. :lol:

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My 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

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...