[GH-ISSUE #219] Suggestion to Optimize AES Key Encoding Method #197

Closed
opened 2026-03-03 11:37:54 +03:00 by kerem · 0 comments
Owner

Originally created by @cfbsks on GitHub (Oct 2, 2023).
Original GitHub issue: https://github.com/Finb/Bark/issues/219

I've noticed potential key space loss in Bark's AES encryption.
Consider using openssl, as in:

echo -n $plaintext | openssl enc -aes-256-cbc -iv $iv -pass pass:12345678 | base64 -w 0

to enhance security.

Originally created by @cfbsks on GitHub (Oct 2, 2023). Original GitHub issue: https://github.com/Finb/Bark/issues/219 I've noticed potential key space loss in Bark's AES encryption. Consider using openssl, as in: ``` echo -n $plaintext | openssl enc -aes-256-cbc -iv $iv -pass pass:12345678 | base64 -w 0 ``` to enhance security.
kerem closed this issue 2026-03-03 11:37:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Bark#197
No description provided.