Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I go to the VBA Editor, go to the Tools menu, choose VBA Project Properties,
then the Protection tab, then check the "Lock Project For Viewing" option and supply a password with like 16 characters, or 20 characters, or some such thing. How secure is this from cracking software that uses a brute force method? How secure is it from anything? Regards, Ryan-- -- RyGuy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It's considerably better then workbook/worksheet protection but still not
good. I use passware to open files for clients http://www.lostpassword.com/kit.htm and the only time it let me down was a Portuguese language password which included special characters and only then because I lost patience. Mike "ryguy7272" wrote: I go to the VBA Editor, go to the Tools menu, choose VBA Project Properties, then the Protection tab, then check the "Lock Project For Viewing" option and supply a password with like 16 characters, or 20 characters, or some such thing. How secure is this from cracking software that uses a brute force method? How secure is it from anything? Regards, Ryan-- -- RyGuy |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It's not secure at all.
It protects your code from people who can't seach google or people who don't want to pay for a piece of software or from people who don't really care to see your code. ryguy7272 wrote: I go to the VBA Editor, go to the Tools menu, choose VBA Project Properties, then the Protection tab, then check the "Lock Project For Viewing" option and supply a password with like 16 characters, or 20 characters, or some such thing. How secure is this from cracking software that uses a brute force method? How secure is it from anything? Regards, Ryan-- -- RyGuy -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't agree.
There are techniques that remove the password from the project--not even bother attempting to break the password. Mike H wrote: It's considerably better then workbook/worksheet protection but still not good. I use passware to open files for clients http://www.lostpassword.com/kit.htm and the only time it let me down was a Portuguese language password which included special characters and only then because I lost patience. Mike "ryguy7272" wrote: I go to the VBA Editor, go to the Tools menu, choose VBA Project Properties, then the Protection tab, then check the "Lock Project For Viewing" option and supply a password with like 16 characters, or 20 characters, or some such thing. How secure is this from cracking software that uses a brute force method? How secure is it from anything? Regards, Ryan-- -- RyGuy -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It's not secure from anyone who can search the net and wants to break the
password. I got this to work on the first try: http://shorterlink.co.uk/12699 "ryguy7272" wrote: I go to the VBA Editor, go to the Tools menu, choose VBA Project Properties, then the Protection tab, then check the "Lock Project For Viewing" option and supply a password with like 16 characters, or 20 characters, or some such thing. How secure is this from cracking software that uses a brute force method? How secure is it from anything? Regards, Ryan-- -- RyGuy |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks to all who responded!!
-- RyGuy "JMB" wrote: It's not secure from anyone who can search the net and wants to break the password. I got this to work on the first try: http://shorterlink.co.uk/12699 "ryguy7272" wrote: I go to the VBA Editor, go to the Tools menu, choose VBA Project Properties, then the Protection tab, then check the "Lock Project For Viewing" option and supply a password with like 16 characters, or 20 characters, or some such thing. How secure is this from cracking software that uses a brute force method? How secure is it from anything? Regards, Ryan-- -- RyGuy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can protect worksheet then workbook but not Protect and Share in code | Excel Programming | |||
Protect via Code Q | Excel Programming | |||
Protect Sheet with code, but then code will not Paste error. How do i get around this. Please read for explainations.... | Excel Programming | |||
Generic protect/unprotect code through buttons and code? | Excel Programming | |||
How to Protect my code without anybody seeing | Excel Programming |