mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-09 09:06:12 +02:00
Add support to save journals to multiple files in a directory
Update FolderJournal reference to entry __unicode__ method to __str__ Remove DayOne test made obsolete by FolderJournal Fix FolderJournal path tests for Windows paths Apply Black linting
This commit is contained in:
parent
a3c81d46fe
commit
6985de2844
5 changed files with 37 additions and 32 deletions
|
@ -23,7 +23,7 @@ def make_key(password):
|
|||
length=32,
|
||||
# Salt is hard-coded
|
||||
salt=b"\xf2\xd5q\x0e\xc1\x8d.\xde\xdc\x8e6t\x89\x04\xce\xf8",
|
||||
iterations=100000,
|
||||
iterations=100_000,
|
||||
backend=default_backend(),
|
||||
)
|
||||
key = kdf.derive(password)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue