Question Help with EncryptKey and DecryptKey

chrisguk

Registered User.
Local time
Today, 05:12
Joined
Mar 9, 2011
Messages
148
Hi there,

I understand that you can use the following in the immediate window to password generate

Code:
?EncryptKey("Password")635 586 600 600 604 580 601 591 ?DecryptKey("635 586 600 600 604 580 601 591 ")Password

But I want to do this in a form with a on click event using maybe an unbound field showing the output.

For example; I type my preferred password in one box and hit the button and in the password is encrypted, also it would be an advantage to reverse the process too.

Can anyone help ?
 
Hi there,

I understand that you can use the following in the immediate window to password generate

Code:
?EncryptKey("Password")635 586 600 600 604 580 601 591 ?DecryptKey("635 586 600 600 604 580 601 591 ")Password

But I want to do this in a form with a on click event using maybe an unbound field showing the output.

For example; I type my preferred password in one box and hit the button and in the password is encrypted, also it would be an advantage to reverse the process too.

Can anyone help ?

Hi,

be more specific and maybe we could help. i have an idea of what you need but i need more detail that is easier to understand.


cheers

Nidge
 
Hi Nidge,

Thanks for your reply.

The sort of thing I am looking for is this:

Field box named: Box1 Command button Field box named: Box2

The user enters the plain text password in Box1, hits the command button and Box2 displays the encrypted password. And vice versa. Whether a command btn is needed im not sure.

Hope that helps

Chris
 
Thanks for that Nidge,

I will try to incorporate the encryptkey function into that.
 

Users who are viewing this thread

Back
Top Bottom