Hi All,
I have a VB6 application that is currently working. It generates token (random number) for a user as when he needs to authenticate a transaction. This token is encrypted and stored in the database for future identification purpose.
Now we need to include a web and mobile side to the application. So I'm asked to develop this. I have chosen to use B4X as against Visual Studio for some reasons. My challenge now is:
1. Creating a script to generate a Random Number/Password sequence that runs on B4X generated apps as well as the existing VB6 application.
2. Creating a reliable encryption script that is understood by B4X generated apps as well as the existing VB6 application.
3. Ensuring these apps can use the same script together without issues.
Any help will be appreciated please.
Thank you.
I have a VB6 application that is currently working. It generates token (random number) for a user as when he needs to authenticate a transaction. This token is encrypted and stored in the database for future identification purpose.
Now we need to include a web and mobile side to the application. So I'm asked to develop this. I have chosen to use B4X as against Visual Studio for some reasons. My challenge now is:
1. Creating a script to generate a Random Number/Password sequence that runs on B4X generated apps as well as the existing VB6 application.
2. Creating a reliable encryption script that is understood by B4X generated apps as well as the existing VB6 application.
3. Ensuring these apps can use the same script together without issues.
Any help will be appreciated please.
Thank you.