Gandalf- / Locknut-Encryption

File encryption through GUI or CLI
0 stars 0 forks source link

List of Bugs/Problems/Enhancements #3

Closed Gandalf- closed 8 years ago

Gandalf- commented 9 years ago

Locknut.rkt needs to be re-organized to correctly reflect the different frames. Buttons, fields, and panels should be organized by their parent frame.

More testing should be done to ensure the integrity of decrypted text; decrypt( encrypt (text) ) ?= text

Options page has only one option. More should be added or the page should be removed.

Is "Use password as Vigenere Key" still functional? I don't think it's been tested since modularity was added.

Gandalf- commented 9 years ago

Re-organized Locknut.rkt

Options now allows shifting between personal mode and share-able mode

Thinking about removing "Use password as key" option. Doesn't really seem necessary.

Gandalf- commented 9 years ago

LockNut.rkt is getting pretty large again. Maybe there's a way to move some of the GUI definitions over to another file?

The "Show ReadMe" button in the info frame still uses Notepad. Need to fix that.