How to use RC4 encryption for a form password login?

Richard1980

Registered User.
Local time
Today, 21:00
Joined
Aug 13, 2012
Messages
72
Hello guys,
I'd like to add a login form for the database currently in development and looking for a good (not extremely difficult or easy as well) encryption password field.
I was looking at RC4 algorithm but, as you probably know, it needs:
a. the message or string to be encrypted;
b. a key to perform encryption.
Well, it looks like a good method (I don't have particular needs) but don't know how to wear it to my case. Infact, I wish encrypt the password field (a.), but the key string would be missing.
What do you suggest? Writing the key string directly into the VBA project could be potential unsafe, really unsafe, so I should find another way.
Many thanks everyone!
Bye.
Riccardo
 

Users who are viewing this thread

Back
Top Bottom