How secure are VBA project passwords?

Grizlore

Active Member
Joined
Aug 22, 2006
Messages
259
Hi,
Thoughts please...

Note: To keep to forum rules, i am not asking how to crack passwords, nor specifics of methods on how to.

I was wondering how strong the passwords which protect VBA projects are.

I know things like protected sheets can be broken easily by running a piece of code, however is the password protecting "VBAProject - Project Properties" any different? And more importantly, is it a stronger defence?

anyone know?
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
In short, Excel is not a secure program. All passwords are easily cracked/hacked with simple programs. It is secure enough for most office environments and keeps the every-day-user's eyes from prying through files. However, if someone really wants to see some code, they will.
 
Upvote 0
Thanks... your explaination was bang on

So, should someone want to get in, having a supposedly "strong password" will just slow down the inevitable crack.
 
Upvote 0
No, a 'strong password' should be used to keep everyday users from prying, it will pose no additional challenge to those who want hack your code.
 
Upvote 0
I'd always suggest a strong password to make sure that you keep out the people who try to guess-hack. At least 8 characters with a mix of numbers, capital letters, and lowercase letters are considered "strong".

However, there are tools that exist that will simply strip away passwords, regardless how strong they are.

I'll leave the discussion there, because I don't want to go too far with this rather taboo topic. :biggrin:
 
Upvote 0

Forum statistics

Threads
1,214,958
Messages
6,122,475
Members
449,087
Latest member
RExcelSearch

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top