sealnote icon indicating copy to clipboard operation
sealnote copied to clipboard

Keep password in byte[] than Strings

Open vishesh opened this issue 9 years ago • 3 comments

Eg. https://github.com/vishesh/sealnote/blob/master/Sealnote/src/main/java/com/twistedplane/sealnote/data/DatabaseHandler.java#L53

vishesh avatar Feb 02 '16 08:02 vishesh

Do you have steps/details of the bug? Why byte[] than Strings?

akshatgoel avatar Dec 23 '16 16:12 akshatgoel

Is byte[] mutable? I guess I had overwriting the memory in mind to clear it.

vishesh avatar Dec 23 '16 20:12 vishesh

@vishesh have you changed the string to btye[]?

inzkhan avatar Feb 24 '18 05:02 inzkhan