mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
[GH-ISSUE #5191] Error on iOS App - "An error has occured. Cryptography errror, The cipher;s MAC doesn't match the expected value" #18863
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dbogatev on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5191
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: ADMIN_TOKEN, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, SMTP_USERNAME, SMTP_PASSWORD
Vaultwarden Build Version
v1.32.4
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx 1.22.1
Host/Server Operating System
Linux
Operating System Version
Debian 12.8
Clients
Web Vault, Browser Extension, iOS
Client Version
No response
Steps To Reproduce
iOS App
Web
Expected Result
Vaults to open showing saved entries
Actual Result
iOS App - getting error "An error has occured. Cryptography errror, The cipher;s MAC doesn't match the expected value"
Web - in browser console seeing errors:
console-log.service.ts:51 mac failed.
Uncaught (in promise) Error: Must provide key
at new O (symmetric-crypto-key.ts:20:13)
at Vt. (cipher.ts:132:16)
at Generator.next ()
at a (encrypt-worker.0d0845fabb9cc329f366.js:1:60267)
After long waiting in Web only the Organization Vault opens, but the My Vault appears empty.
Screenshot from the iOS App:

Logs
No response
Screenshots or Videos
No response
Additional Context
No response
@BlackDex commented on GitHub (Nov 16, 2024):
See #5011 it is exactly the same.