Hi there,
I understand that you can use the following in the immediate window to password generate
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 ?
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 ?