sekoyo / SecurePad

SecurePad - A Notepad++ plugin for securely encrypting data
38 stars 10 forks source link

appveyor CI build #1

Closed chcg closed 7 years ago

chcg commented 7 years ago

Appveyor build see https://ci.appveyor.com/project/chcg/securepad/build/2.2.3. ANSI build is broken.

N++ dropped ANSI support, so this might be no target any longer. See https://github.com/npp-plugins/plugintemplate v3.1 , some updates are needed to support the x64 version of N++.

@DominicTobias What do you think about droping ANSI in favour of x64?

See also https://en.wikipedia.org/wiki/Blowfish_(cipher)#Weakness_and_successors and https://www.schneier.com/academic/blowfish/download.html, so the successor twofish (https://www.schneier.com/academic/twofish/) or AES might be worth a look.

sekoyo commented 7 years ago

Great stuff! Thanks, happy for the ANSI built to be removed. Problem is I'm not on windows these days.. so anything you do I fully trust you ;)

sekoyo commented 7 years ago

P.S. Yeah I'd heard about that weakness, I intended to update at some point but it's a pain doing stuff on/setting up a virtual machine!