Sindastra
Sindastra
I am in favor of a "remember me" feature. There are two possible ways from the top of my head: - Get a random token (session ID) from the server...
Here are some credential storage systems that can be interfaced by applications to store and request credentials. macOS https://en.wikipedia.org/wiki/Keychain_(software) KDE https://en.wikipedia.org/wiki/KWallet GNOME https://en.wikipedia.org/wiki/GNOME_Keyring These are encrypted and get decrypted on...
Or you could do what every website does: Store a session key. That way no password is stored and if the session key gets compromised, it would only be for...
@kmq The server is out of my control. They probably use some script to auto-renew, as the key changes too. If I'm not mistaken, isn't it default by certbot to...
@gdt This issue is about TLS Certificate Trust in general, it does not only affect Let's Encrypt. I merely used Let's Encrypt as an example, as it needs to be...
It has been a year now and this issue is still relevant. I manually go and verify OMEMO keys with my contacts, to see which ones are valid and which...
Maybe I should clarify that this issue is **not** a duplicate of #1006 as my proposal is to implement key pinning which would bypass key expiration altogether.
I have to manually enable some keys every time I launch the app... "removed by server". #1115
The way I would like to have it, is an option to manually "pin" OMEMO keys permanently and bypass expiration for a verified key altogether: #1115 To clarify, I'm not...
Hi there! 👋 # Good News I came here to ask for the same feature, but then I did some experimenting and I have good news: This already works (Mac...