Re: Database 30 Day Password

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Fri, 16 Jan 2009 06:47:02 -0800, Rod
<Rod@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

The thing with these algorithms is that they should remain somewhat
secret, so you won't find much help. But it's really not that
difficult; the keywords would be Mid$, InStr, Chr, Asc.

What I meant is that you would not want to make the data inaccessible
to the user, just the application. Hijacking one's data is frowned
upon, whereas disabling one's program for non-payment is capitalism.

-Tom.
Microsoft Access MVP


Sounds like that could do it - simple. Any ideas where I can find an example
or get some help?

What do you mean by lock the DATA?

"Tom van Stiphout" wrote:

On Fri, 16 Jan 2009 04:52:01 -0800, Rod
<Rod@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

There is nothing built-in that can do this, but you can write a VBA
function. It would generate a password based on an algorithm that is
difficult to predict for your user. For example it can use a random
starter password of "dlso2cug65shlkug" and the next one is 1, 2, ... N
ascii values higher than the previous letter: "envs..." etc. Of course
you need to wrap-around after "z".
Be sure not to lock the DATA for the user; that is typically frowned
upon and may be illegal in many jurisdictions.

-Tom.
Microsoft Access MVP


I would like to distribute a database for standalone use but have it only
work for 30 days at a time. To enable it to work for 30 days at a time I
would like to require the user to put in a password which I will provide.
This password needs to be generated on my end monthly and the users end
should be looking for this password every 30days; without this password the
database should not open. The password is to change every 30 days. How can
I do this?

Thanks MUCH!

.



Relevant Pages

  • Re: thread memory size
    ... internally contain locks, for example, they lock cache lines. ... even more concurrency within CAS operations than previous types of CAS ... contention one would normally get if one used lock based algorithms. ...
    (comp.os.linux.development.system)
  • Re: race on multi-processor solaris
    ... > to Java with JSR 166 specifically for high performance lock-free algorithms ... The papers I've read on lock free algorithms ... there is little performance gain in the uncontended behavior and a huge ...
    (comp.unix.solaris)
  • Re: CSingleLock - known behaviour?
    ... It's true in general that you should hold a lock on ... First principle of locking performance: lock the smallest amount of data for the shortest ... you should consider redesign of the algorithms to reduce or eliminate locking. ... I want to have a reader and writer working on the same buffer. ...
    (microsoft.public.vc.mfc)
  • Re: Encryption key changing the encryption logic.
    ... >> that agencies like NSA do have and use secret ... >> algorithms of their own. ... > While AES itself is not approved for use in protecting at ... but the designs certainly don't benefit from 'public' reviews. ...
    (sci.crypt)
  • Re: Newbies: part duex
    ... Handbook of Applied Cryptography (at least the one ... > of identifying unknown encryption algorithms. ... be to keep an algorithm secret if the software that contains it is to be ...
    (sci.crypt)