Hi everybody,
I work on an application that could generate 2FA temporary code from TOTP key.
I have a severe issue to generate the 2FA code !
I tryed :
- this link : application crash with error (com.warrenstrange.googleauth.GoogleAuthenticatorException: Could not initialise SecureRandom with the specified provider: Crypto. Another provider can be chosen setting the com.warrenstrange.googleauth.rng.algorithmProvider system property.)
I suppose the "most easy" will be to integrate jotp (https://github.com/amdelamar/jotp) but i don't understand how to create the wrapper for that
Maybe someone could help me to move forward on my project !?
Have a nice day !
Nicolas
I work on an application that could generate 2FA temporary code from TOTP key.
I have a severe issue to generate the 2FA code !
I tryed :
- this link : application crash with error (com.warrenstrange.googleauth.GoogleAuthenticatorException: Could not initialise SecureRandom with the specified provider: Crypto. Another provider can be chosen setting the com.warrenstrange.googleauth.rng.algorithmProvider system property.)
I suppose the "most easy" will be to integrate jotp (https://github.com/amdelamar/jotp) but i don't understand how to create the wrapper for that
Maybe someone could help me to move forward on my project !?
Have a nice day !
Nicolas