mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 07:48:57 +00:00
Add nonce tracking and V3 encryption format
This commit is contained in:
@@ -67,4 +67,4 @@ def test_migrate_iterations(tmp_path, monkeypatch, iterations):
|
||||
assert cfg.get_kdf_iterations() == iterations
|
||||
|
||||
payload = json.loads((tmp_path / "seedpass_entries_db.json.enc").read_text())
|
||||
assert base64.b64decode(payload["ct"]).startswith(b"V2:")
|
||||
assert base64.b64decode(payload["ct"]).startswith(b"V3|")
|
||||
|
Reference in New Issue
Block a user