Both my windows and my android apps will not allow me to enter my password to log in

The app I have installed is the newest from F-droid. When I go to login to my database saved on the bottom of the app I get this error.
title: Error while opening file.
content: Unable to open {type: FileSourceCloudStorage, uuid: 70841f4b-6bc0-4c12-b447-92fca24f09e9, databaseName: X, displayPath: X .kdbx}.
PlatformException(Unexpected Error, null, javax.crypto.AEADBadTagException
javax.crypto.AEADBadTagException
at android.security.keystore.AndroidKeyStoreCipherSpiBase.engineDoFinal(AndroidKeyStoreCipherSpiBase.java:517)
at javax.crypto.Cipher.doFinal(Cipher.java:2113)
at k6.n.a(SourceFile:1)
at k6.d.h(SourceFile:1)
at k6.h$m$a.a(SourceFile:1)
at k6.h$m$a.invoke(SourceFile:1)
at k6.h.r(SourceFile:1)
at k6.h.j(SourceFile:1)
at k6.h$m.a(SourceFile:1)
at k6.h$m.invoke(SourceFile:1)
at k6.h.t(SourceFile:1)
at k6.h.D(SourceFile:1)
at h7.k$a.a(SourceFile:1)
at w6.c.l(SourceFile:1)
at w6.c.m(SourceFile:1)
at w6.c.i(SourceFile:1)
at w6.b.run(SourceFile:1)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7700)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:997)
Caused by: android.security.KeyStoreException: Signature/MAC verification failed
at android.security.KeyStore.getKeyStoreException(KeyStore.java:1301)
at android.security.keystore.KeyStoreCryptoOperationChunkedStreamer.doFinal(KeyStoreCryptoOperationChunkedStreamer.java:176)
at android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi$BufferAllOutputUntilDoFinalStreamer.doFinal(AndroidKeyStoreAuthenticatedAESCipherSpi.java:373)
at android.security.keystore.AndroidKeyStoreCipherSpiBase.engineDoFinal(AndroidKeyStoreCipherSpiBase.java:506)
… 23 more
, null)
====================Available Log Files:
/data/user/0/design.codeux.authpass.fdroid/cache/logs/app.log.txt: FileStat: type file
changed 2024-05-23 13:40:14.000
modified 2024-05-23 13:40:14.000
accessed 2024-04-16 14:33:11.000
mode rw-------
size 390621

I took out my data base name for privacy here.
I get another error whenever I enter my email to load from the authpass cloud.
title: Error while running task
content: PlatformException(Unexpected Error, null, javax.crypto.AEADBadTagException
javax.crypto.AEADBadTagException
at android.security.keystore.AndroidKeyStoreCipherSpiBase.engineDoFinal(AndroidKeyStoreCipherSpiBase.java:517)
at javax.crypto.Cipher.doFinal(Cipher.java:2113)
at k6.n.a(SourceFile:1)
at k6.d.h(SourceFile:1)
at k6.h$m$a.a(SourceFile:1)
at k6.h$m$a.invoke(SourceFile:1)
at k6.h.r(SourceFile:1)
at k6.h.j(SourceFile:1)
at k6.h$m.a(SourceFile:1)
at k6.h$m.invoke(SourceFile:1)
at k6.h.t(SourceFile:1)
at k6.h.D(SourceFile:1)
at h7.k$a.a(SourceFile:1)
at w6.c.l(SourceFile:1)
at w6.c.m(SourceFile:1)
at w6.c.i(SourceFile:1)
at w6.b.run(SourceFile:1)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7700)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:997)
Caused by: android.security.KeyStoreException: Signature/MAC verification failed
at android.security.KeyStore.getKeyStoreException(KeyStore.java:1301)
at android.security.keystore.KeyStoreCryptoOperationChunkedStreamer.doFinal(KeyStoreCryptoOperationChunkedStreamer.java:176)
at android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi$BufferAllOutputUntilDoFinalStreamer.doFinal(AndroidKeyStoreAuthenticatedAESCipherSpi.java:373)
at android.security.keystore.AndroidKeyStoreCipherSpiBase.engineDoFinal(AndroidKeyStoreCipherSpiBase.java:506)
… 23 more
, null)
====================Available Log Files:
/data/user/0/design.codeux.authpass.fdroid/cache/logs/app.log.txt: FileStat: type file
changed 2024-05-23 13:44:46.000
modified 2024-05-23 13:44:46.000
accessed 2024-04-16 14:33:11.000
mode rw-------
size 410706

All these errors are from my android app my phone is a teracube 2e on android
Version 11.

I followed the link I saw above and downloaded the Google play store version. I was able to enter my password in this version. So the F-droid version does not work anymore.
My issue for the windows version is unresolved because my pc does not have fingerprint it would cause an error to show up asking for that verification (which I have never once provided.)