mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #322] Urgent: IV must be random #284
Labels
No labels
bug
enhancement
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Bark#284
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @thankfulmachine on GitHub (Sep 21, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/322
You must not require that the initialization vector is established ahead of time and reused. It must be randomly generated with each push by the originator and sent alongside the ciphertext. Please do not ask the user to enter and save an IV in the app.
@Finb commented on GitHub (Sep 21, 2025):
Hi!
the IV can be random. The IV you enter in the app is only used for the example script; the example shows how to include the IV in the parameters for the app to perform decryption.
@thankfulmachine commented on GitHub (Sep 21, 2025):
Ah ok thank you. It's a little confusing because I got there by tapping "Encryption settings", so I thought I was editing the settings.
Additionally it would also be nice if the encryption settings could be more accessible.
Thanks for working on this.