vishesh / sealnote

Android app for keeping encrypted notes
https://play.google.com/store/apps/details?id=com.twistedplane.sealnote
MIT License
78 stars 50 forks source link

Keep password in byte[] than Strings #12

Open vishesh opened 8 years ago

vishesh commented 8 years ago

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

akshatgoel commented 7 years ago

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

vishesh commented 7 years ago

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

inzkhan commented 6 years ago

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