Johnson468 / VoidCrypt

A Java based desktop app that allows users to encrypt, decrypt, and shred their files.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

.lnk Files don't seem to work #14

Closed Johnson468 closed 6 years ago

Johnson468 commented 6 years ago

I always get the "Please allow this application access" message when trying to encrypt a .lnk file. Also it adds the file to the file list anyway even though it isn't encrypted. Preventing the files from being stored will require some heavy debugging to find where the exception is being thrown, since it's the catch from a generic Exception.

Johnson468 commented 6 years ago

Turns out it was just a matter of swapping 2 function calls.