PortableSigner2 icon indicating copy to clipboard operation
PortableSigner2 copied to clipboard

Passwords from String to char[]

Open frolio opened this issue 7 years ago • 0 comments

Passwords in at least DoSignPDF, GetJavaKeystore, GetPKCS12, Main and PDFSigner should be changed from String to char[] which is a recommended practice in Java. If you need reassurance take a look at e.g. https://stackoverflow.com/questions/8881291/why-is-char-preferred-over-string-for-passwords

frolio avatar Jan 21 '18 09:01 frolio