Mylton
Member
- Local time
- Today, 12:59
- Joined
- Aug 3, 2019
- Messages
- 136
Good morning.
I have a table named TblRegistro.
and two modules (ModCriptografarSHA256 + Mod_geral).
One generates encryption in SHA256 and the other generates three keys (registry + machine + user).
When I click on the Generate button in the "FrmClientes" form, the registration key is not generated and the "user and machine" names are not encrypted in the TblRegistro table.
The codes used are in the attached example.
Any tips on why and how to resolve it?
Thanks.
I have a table named TblRegistro.
and two modules (ModCriptografarSHA256 + Mod_geral).
One generates encryption in SHA256 and the other generates three keys (registry + machine + user).
When I click on the Generate button in the "FrmClientes" form, the registration key is not generated and the "user and machine" names are not encrypted in the TblRegistro table.
The codes used are in the attached example.
Any tips on why and how to resolve it?
Thanks.