element-hq / element-hq/element-android
Use char[] to handle passwords instead of String
Aperta
Security
- Lingua principale
- Kotlin
- Stelle
- 3.7k
- Fork
- 917
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
As explain [here](https://stackoverflow.com/questions/8881291/why-is-char-preferred-over-string-for-passwords), it's more secure to avoid using String to carry password because we cannot remove them from memory on demand. So we should use CharArray.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.