hide micros so you cant see password ? .

  • Thread starter Thread starter Donald E
  • Start date Start date
D

Donald E

I like to hide my micros and lock them down so you can not change them.
 
Make them PRIVATE>protect the macro project from MOST users.
When you say "you", you are not referring to many of us here.
 
You really should never store a password as text in any file (they tend to
be readable with simple text viewers); rather, you should use a one-way
encryption scheme (store the encrypted password, on entry by a user, encrypt
his/her entry and check that against the stored encrypted password)... try
Google'ing "hash encryption" to get some idea of this technique.

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top