Results 8 comments of Saul

Hi! I'm using the app from the App Store in an "old" MacBook Air (year 2015)... No touch ID here.

What OS X (10.15.6) does in my case, is to ask my account's password when AuthPass opens my keychain. But sincerely, if I have to write a password I prefer...

Hi, I set the PIN code to protect the access to my client app (Android) for security, because I'm interested in accessing to my files remotely via Webdav and NOT...

@BennoHouse I've found a fix that seems to work. Just add an "?" in /var/www/html/custom_apps/passwords/lib/Services/EnvironmentService.php:433 ``` protected function loadUserFromBearerAuth(?string $userId, string $value): bool { ```

Yes, I think it was just a missed operator. Now I have new errors ("InvalidTokenException Token does not exist: token does not exist"), but at least Collabora and Passwords are...

Yeah, we'll have the checksum error until @marius-wieschollek releases a new version with the fix. But at least it's working :) And the 'invalid token error' was just that I...

Just went through this [NIST announcement](https://nvlpubs.nist.gov/nistpubs/ir/2024/NIST.IR.8547.ipd.pdf). TL;RD conventional cryptographic algorithms should be replaced by post-quantum cryptography by 2030. In addition to Rosenpass, another example of implementing PQC is Cloudflare's zero...