Derek Anderson

Results 13 comments of Derek Anderson

+1 for letting the user decide how to display errors. I would probably remove all `console.log()` calls and either return the error to an error callback function or throw a...

@Kristinita Thanks for the suggestion, I will look into implementation as time permits.

Unfortunately I don't have time to enhance this project at the moment 😢

Thanks for this! One way we could make this more user friendly is to try the decryption first using pbkdf2 and if it fails remove the flag and try again....

Are you able to use openssl from the command line? What is the output of running ``` openssl version ``` in your terminal? Also, what is the output of running...

Thanks @jayknyn i'll try to reproduce with those settings and see if I can get an idea why it happens. Are you using Linux or Mac?

Thanks for checking @DOSputin I've reverted the last few commits which should fix the issue, can you confirm? (You might need to uninstall / reinstall the plugin)

@evhub this was the PR that I reverted: https://github.com/mediaupstream/SublimeText-Crypto/pull/24/files I just pushed up a change that may have been causing the issue, if you want to reinstall the plugin and...

Please let me know if that worked, or if I can help in any other way