Encryption and decryption is a joke #1

Open
opened 2021-08-29 03:11:45 +02:00 by EpicKnarvik97 · 0 comments

Basically, right now, decryption is fake. Books are stored as plaintext files with the password used as part of the filename, and then the books' text is scrambled.
This basically means that the encryption process itself is unnecessary as the only thing it does is scramble the contents of the book, and could just as well be replaced with filling the book with randomness.

If possible, the book should be properly encrypted and decrypted, with the password stored in a file if adminDecrypt is enabled. Perhaps use a proper encryption algorithm, but that might break compatibility with existing books.

Basically, right now, decryption is fake. Books are stored as plaintext files with the password used as part of the filename, and then the books' text is scrambled. This basically means that the encryption process itself is unnecessary as the only thing it does is scramble the contents of the book, and could just as well be replaced with filling the book with randomness. If possible, the book should be properly encrypted and decrypted, with the password stored in a file if adminDecrypt is enabled. Perhaps use a proper encryption algorithm, but that might break compatibility with existing books.
EpicKnarvik97 added the
enhancement
label 2021-08-29 03:13:24 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
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: EpicKnarvik97/Books-Without-Borders#1
No description provided.