sealnote
sealnote copied to clipboard
Keep password in byte[] than Strings
Eg. https://github.com/vishesh/sealnote/blob/master/Sealnote/src/main/java/com/twistedplane/sealnote/data/DatabaseHandler.java#L53
Do you have steps/details of the bug? Why byte[] than Strings?
Is byte[] mutable? I guess I had overwriting the memory in mind to clear it.
@vishesh have you changed the string to btye[]?